Skip to content
SEO
Command

/keyword-research

Find keyword ideas with search volume and difficulty

From plugin
distribb-skill
16917 skills17 commands
Install
$ npx -y skills add Bomx/distribb-skill --agent claude-code

How 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.md
description: 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.

Ships withdistribb-skill

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,

Get the whole plugin
Stats
176
Stars
30
Forks
Active
Maintenance
Python
Language
5d ago
Last commit
4mo ago
Created

Repo: Bomx/distribb-skill