keyword-extractor
Extracts up to 50 highly relevant SEO keywords from text. Use when user wants to generate or extract keywords for given text.
npx skills add sickn33/agentic-awesome-skills --skill keyword-extractor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Keyword Extractor Extracts **max 50 relevant keywords** from text and formats them in a strict machine-ready structure. --- ## QUICK START Jump to any section: 1. [CORE MANDATE](#core-mandate) – Output rules and formatting 2. [WHEN TO USE](#when-to-use) – Trigger conditions for this skill 3. [KEYWORD QUALITY RULES](#keyword-quality-rules) – Priorities and forbidden keywords 4. [WORKFLOW](#workflow) – Step-by-step generation and processing 5. [FAILURE HANDLING](#failure-handling) – Short text or edge cases --- # CORE MANDATE Return **exactly one comma-separated line** of keywords, following these rules: - max 50 keywords - ordered by relevance - all lowercase - no duplicates or near-duplicates - mix of single words and 2–4 word phrases - no numbering, bullets, explanations, or trailing period --- ## When to Use Use this skill when the user wants to generate or extract **SEO-friendly keywords or tags** from text including: - Extracting keywords or tags for any given text or paragraph - Creating **comma-separated keywords or tags** suitable for SEO, search, or metadata - Generating topic-specific keywords or tags based on the content’s main subjects and concepts This skill should be
- QUICK START
- When to Use
- Step 1 — Analyze
- Step 2 — Generate Keywords
- Step 3 — Rank
- Step 4 — Normalize
- Step 5 — Validate
- Limitations
What does the keyword-extractor skill do?
Extracts up to 50 highly relevant SEO keywords from text. Use when user wants to generate or extract keywords for given text.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill keyword-extractor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.