ad-spend-optimizer
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Cluster keywords by semantic similarity and intent. Use when: organizing keyword research; creating content pillars; mapping keywords to pages; identifying content gaps; grouping search intent
$ npx -y skills add guia-matthieu/clawfu-skills --skill keyword-clusterer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/keyword-clustererContext preview
The summary Claude sees to decide when to auto-load this skill.
Cluster keywords by semantic similarity and intent. Use when: organizing keyword research; creating content pillars; mapping keywords to pages; identifying content gaps; grouping search intent
name: keyword-clusterer description: "Cluster keywords by semantic similarity and intent. Use when: organizing keyword research; creating content pillars; mapping keywords to pages; identifying content gaps; grouping search intent" license: MIT metadata: author: ClawFu version: 1.0.0 mcp-server: "@clawfu/mcp-skills"
> Group keywords by semantic similarity using embeddings - turn a keyword list into an organized content strategy.
| Claude Does | You Decide | |-------------|------------| | Structures analysis frameworks | Strategic priorities | | Synthesizes market data | Competitive positioning | | Identifies opportunities | Resource allocation | | Creates strategic options | Final strategy selection | | Suggests implementation approaches | Execution decisions |
pip install scikit-learn sentence-transformers pandas click # For simpler usage without ML: pip install click pandas
python scripts/main.py cluster keywords.csv --n-clusters 10 python scripts/main.py cluster keywords.csv --column keyword --n-clusters 15
python scripts/main.py similar "content marketing" --count 20
python scripts/main.py intent keywords.csv --column keyword
# Input: keywords.csv with 500 keywords python scripts/main.py cluster keywords.csv --n-clusters 12 --output clustered.csv # Output: # Cluster 1 (45 keywords): "content marketing" # - content marketing strategy # - content marketing tips # - how to do content marketing # # Cluster 2 (38 keywords): "email marketing" # - email marketing tools # - best email marketing software # - email campaign tips # ...
python scripts/main.py intent keywords.csv --column keyword # Output: # Intent Analysis # ────────────────────── # Informational: 234 (47%) # - how to, what is, guide, tips # Commercial: 156 (31%) # - best, top, review, compare # Transactional: 78 (16%) # - buy, price, discount, order # Navigational: 32 (6%) # - login, contact, brand names
| Intent | Signals | Content Type | |--------|---------|--------------| | **Informational** | how, what, why, guide | Blog posts, guides | | **Commercial** | best, top, review, vs | Comparisons, reviews | | **Transactional** | buy, price, discount | Product pages | | **Navigational** | [brand], login, contact | Landing pages |
| Method | Best For | Speed | |--------|----------|-------| | **semantic** | Meaning-based grouping | Slower | | **lexical** | Word overlap grouping | Faster | | **intent** | Search intent categories | Fast |
category: seo-tools subcategory: keyword-research dependencies: [scikit-learn, sentence-transformers, pandas] difficulty: intermediate time_saved: 5+ hours/week
175 expert marketing methodologies for AI agents. Free. Open source. MIT licensed. Dunford on positioning. Schwartz on copywriting. Cialdini on persuasion. Ogilvy on advertising. Hormozi on offers. Voss on negotiation.
Repo: guia-matthieu/clawfu-skills
Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…
Build profitable Google Ads campaigns by applying Perry Marshall's 80/20 principles to paid search optimization Use when: **Setting up a new Google Ads…
Apply 2026's top graphic design trends to any creative brief. Based on Kittl × Savee's 2026 Design Trends Report (10 trends + 2 honorable mentions), backed by…
Transformez une image 2D en modèle 3D animé prêt pour le web ou le jeu en moins de 30 minutes, en utilisant le workflow Dilum Sanjaya (Hunyuan3D + Mixamo). Use…
Art direction framework for generating warm minimalist photography via AI image generators (Flux, Midjourney, DALL-E). Separates compositional minimalism from…
Visual design direction framework organized by emotional intent (Warm/Cold x Active/Calm). The first design reference system that categorizes sites by what…