Agent skill · Content & Marketing

keyword-extractor

Extracts up to 50 highly relevant SEO keywords from text. Use when user wants to generate or extract keywords for given text.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill keyword-extractor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/keyword-extractor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. QUICK START
  2. When to Use
  3. Step 1 — Analyze
  4. Step 2 — Generate Keywords
  5. Step 3 — Rank
  6. Step 4 — Normalize
  7. Step 5 — Validate
  8. Limitations
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going