Agent skills for the Chartquery charts, QR and barcodes API, the hosted MCP server, and common Chartquery workflows.
Compatible with Claude Code, Cursor, Cline, Codex, Windsurf, Gemini, GitHub Copilot, Roo, Goose, Antigravity, and 50+ other agents via the open skills CLI.
Pick the flow that matches what you're shipping:
# Install every Chartquery skill into every detected agent
npx skills add chartquery/skills --all
# Pick specific skills (use the canonical `--skill <name>` form)
npx skills add chartquery/skills --skill chartquery-codes-and-labels
# Target specific agents (claude-code, codex, cursor, gemini-cli, ...)
npx skills add chartquery/skills --all -a claude-code -a cursor
# Install globally (~/<agent>/skills/) instead of in the current project
npx skills add chartquery/skills --all --global
# Just list what's available without installing
npx skills add chartquery/skills --listchartquery/skills is GitHub-shorthand for https://github.com/chartquery/skills; the CLI clones it directly.
| Skill | When to use |
|---|---|
| chartquery-codes-and-labels | Generate QR codes, barcodes, and labels with Chartquery. |
| chartquery-create-chart | Generate charts from numbers or a short brief with Chartquery. |
| chartquery-create-diagram | Generate flowcharts and diagrams with Chartquery. |
| chartquery-label-preview | Preview, parse, validate, convert, or compile printable labels with Chartquery. |
Generate charts, diagrams, QR codes, barcodes, and labels from a brief or a structured payload.
- Create an account at app.chartquery.com.
- Connect the hosted MCP server at
https://mcp.chartquery.com/(OAuth through the dashboard). - API calls can also use an
x-api-keyheader from the dashboard. Never print API keys.
Docs: docs.chartquery.com
# Pull the latest version of every installed Chartquery skill
npx skills update
# Remove a specific skill
npx skills remove chartquery-codes-and-labels
# Remove every Chartquery skill from a specific agent
npx skills remove --skill 'chartquery-*' -a claude-codenpx skills symlinks the skills into each agent's conventional directory. A few examples:
| Agent | Project install | Global install |
|---|---|---|
| Claude Code | .claude/skills/ |
~/.claude/skills/ |
| Codex | .agents/skills/ |
~/.codex/skills/ |
| Cursor | .agents/skills/ |
~/.cursor/skills/ |
| Gemini CLI | .agents/skills/ |
~/.gemini/skills/ |
| OpenCode | .agents/skills/ |
~/.config/opencode/skills/ |
Full agent matrix: see the skills package README.
A WebAPI Group product.