/keyword-research
Find keyword ideas with search volume and difficulty
$ npx -y skills add Bomx/distribb-skill --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/keyword-research
Context preview
What this command does when you run it.
Find keyword ideas with search volume and difficulty
Command definition
keyword-research.mddescription: Find keyword ideas with search volume and difficulty argument-hint: <seed keyword> allowed-tools: Bash, Read, Glob, Grep
Run keyword research for the seed: `$ARGUMENTS`
Load the Distribb skill and:
1. Resolve `project_id` (`GET /api/v1/projects`) and read `GET /api/v1/business-context` so results respect the user's region, audience, and AI instructions. 2. Call `POST /api/v1/keywords/search` with `{"keyword": "$ARGUMENTS", "project_id": ...}`.
- On **HTTP 402 `byo_keys_required`** (legacy Free Agentic account with no SEO key saved): stop, surface the `instructions_for_agent` text verbatim, link the user to https://distribb.io/settings#seo-keys , and do not retry until they confirm.
3. Present the keywords with volume and difficulty. Group them into **topic clusters** (a pillar plus supporting articles) rather than a flat list, and flag the high-intent, lower-difficulty terms as the best first targets. 4. Offer to turn the best keyword into an article with `/write-article <keyword>`.
Prefer buyer-intent and comparison keywords ("best X", "X vs Y", "X for [use case]") over pure informational terms.
SEO automation for AI agents. Use any AI model you want. Distribb provides the infrastructure: real keyword data, backlinks from real businesses, a Google Search Console audit, CMS publishing, content calendar, social repurposing and direct social posting,
Other commands on distribb-skill.
- /ai-visibility
Find where the business should be recommended by ChatGPT/Perplexity/Gemini and which listicles to pitch
Open command - /backlinks
Check backlink credits and targets, and explain how the exchange works
Open command - /content-calendar
List, schedule, and manage planned, draft, and published articles
Open command - /distribb-setup
Set up Distribb - check API key, confirm website + GSC are connected, enable the slash commands
Open command - /distribb
Distribb overview, account status, and the proper SEO process
Open command - /gbp
Manage the Google Business Profile, live review triage, public review replies, Google posts, analytics
Open command

