Query your Vizzybl GEO data — Share of Voice, prompts, AI answers, and citations — directly inside Claude.
Work with your Vizzybl GEO data — Share of Voice, monitored prompts, the actual AI answers, and citations — directly inside Claude. The Vizzybl skill teaches Claude to call the Vizzybl public API, so you can ask questions in plain language instead of opening a dashboard.
Vizzybl covers Claude natively, alongside ChatGPT, Gemini, Perplexity, and Google AI Overviews.
You need:
vzbl_live_ and is shown only once — store it like a password.You can revoke a key at any time from the same screen. Revocation takes effect immediately.
The skill is a folder — SKILL.md plus a full references/api-reference.md and an openapi.json spec. How you add it depends on where you use Claude.
⬇ Download the packaged skill (.zip)
Claude Code. Put the folder in your skills directory, or install the plugin:
~/.claude/skills/vizzybl-geo/.claude/skills/vizzybl-geo//plugin install vizzybl-geo
Claude Desktop or claude.ai. Upload the skill .zip under Settings → Features → Skills (Pro, Max, Team, or Enterprise). The skill calls the Vizzybl API, so it only works where Claude has network access — enable network access for skills in your workspace. Skills on the Claude API surface have no network access and can't reach the API.
Because the skill calls the Vizzybl API, claude.ai must be allowed to reach it. In your Claude settings:
vizzybl.ai and click Add.Without this, the skill's requests fail with a network / connection error.

The skill reads your key from the VIZZYBL_API_KEY environment variable:
export VIZZYBL_API_KEY="vzbl_live_..."
If it isn't set, Claude asks for it once and uses it for the session.
With the skill added and the key set, ask in plain language:
Claude calls the API, paginates when there is more data, and summarizes the results — grouped by engine when you compare answers.
| Area | Endpoint |
|---|---|
| Snapshot + trend | /api/v1/stats, /api/v1/visibility |
| Monitored prompts | /api/v1/prompts |
| Verbatim AI answers | /api/v1/prompt-responses |
| Cited domains | /api/v1/citations |
| Reverse citation lookup | /api/v1/citations/prompts |
The API is read-only, and every key is scoped to a single workspace. The full endpoint reference, parameters, and response shapes are in the references/api-reference.md file bundled with the skill.
VIZZYBL_API_KEY.