skill-seo
Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, checks competitor positioning, and plans update cadence. Use when you want to 'improve skill SEO', 'get more downloads', 'optimize skill description', 'skill not showing in search', 'increase skill visibility', 'clawhub ranking', 'skill marketing', 'skill discovery', 'why no one finds my skill', 'skill description optimization', 'publish strategy', 'skill metadata', 'get featured on clawhub'. Works with any skill folder — just point it at your SKILL.md.
Best use case
skill-seo is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, checks competitor positioning, and plans update cadence. Use when you want to 'improve skill SEO', 'get more downloads', 'optimize skill description', 'skill not showing in search', 'increase skill visibility', 'clawhub ranking', 'skill marketing', 'skill discovery', 'why no one finds my skill', 'skill description optimization', 'publish strategy', 'skill metadata', 'get featured on clawhub'. Works with any skill folder — just point it at your SKILL.md.
Teams using skill-seo should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/skill-seo/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How skill-seo Compares
| Feature / Agent | skill-seo | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, checks competitor positioning, and plans update cadence. Use when you want to 'improve skill SEO', 'get more downloads', 'optimize skill description', 'skill not showing in search', 'increase skill visibility', 'clawhub ranking', 'skill marketing', 'skill discovery', 'why no one finds my skill', 'skill description optimization', 'publish strategy', 'skill metadata', 'get featured on clawhub'. Works with any skill folder — just point it at your SKILL.md.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
SKILL.md Source
# Skill SEO Optimizer 🔍
Get your ClawHub skill found. This skill analyzes your SKILL.md and optimizes it for ClawHub's vector search, explore rankings, and agent auto-discovery.
## Quick Start
```
Optimize my skill for ClawHub: [path/to/skill/SKILL.md]
```
The agent will audit your skill and output an optimized version.
## How ClawHub Discovery Works
Skills are found through three channels. Each needs different optimization:
### Channel 1: `clawhub search` (Vector Search) — 70% of discovery
ClawHub uses **semantic vector search** on the `description` field in YAML frontmatter. This is NOT keyword matching — it's meaning matching.
**What gets indexed:** Only the `description` field.
**What does NOT get indexed:** The markdown body, scripts, references, filenames.
**Optimization rules:**
1. **Cover synonyms and variations**
```yaml
# ❌ Bad: narrow description
description: Generate weekly reports from Reddit data.
# ✅ Good: covers how users actually search
description: "Generate weekly trend reports from Reddit, Twitter/X, and
YouTube. Social media monitoring, content research, competitive analysis,
trend tracking. Use when asked to 'monitor trends', 'weekly report',
'what's trending', 'social listening', 'content ideas from social media',
'track competitors', 'find viral topics'."
```
2. **Include trigger phrases** — Write the exact phrases users say:
- "how do I..."
- "is there a skill that..."
- "I want to..."
- "can my agent..."
3. **Name the problem, not just the solution**
```yaml
# ❌ Solution only
description: Agent journaling and mood tracking.
# ✅ Problem + solution
description: "Reduce repetitive AI output and pattern rigidity. Agent
journaling, mood tracking, creative refresh. Fix agent burnout, boring
responses, lack of personality."
```
4. **Optimal description length:** 150-300 words. Too short = misses search terms. Too long = dilutes relevance.
### Channel 2: `clawhub explore` (Rankings) — 20% of discovery
Users browse by: `newest`, `trending`, `downloads`, `rating`.
**Optimization rules:**
1. **Update frequently** — Each version bump puts you in `newest`
- Ship v0.1.0, then v0.1.1 next week, v0.1.2 the week after
- Even small improvements (typo fix, example added) justify a patch
2. **Version strategically** — Big features = minor bump (0.2.0), polish = patch (0.1.1)
3. **Seed initial downloads** — Install your own skill across your agents to get off zero
### Channel 3: Agent Auto-Discovery (find-skills) — 10% of discovery
Some agents have `find-skills` installed, which searches ClawHub when users ask for capabilities.
**Optimization rules:**
- Description must match natural language questions
- Include the phrase patterns from Channel 1
## Audit Checklist
Run this against any SKILL.md:
```markdown
## Description Audit
- [ ] Length: 150-300 words?
- [ ] Contains 10+ synonym/variation phrases?
- [ ] Contains 5+ "trigger phrases" (user natural language)?
- [ ] Names the PROBLEM, not just the solution?
- [ ] Mentions target audience/use case?
- [ ] Includes negative triggers ("not showing", "can't find", "no results")?
## Competitive Audit
- [ ] Searched ClawHub for your top 5 keywords — where do you rank?
- [ ] Identified top 3 competing skills?
- [ ] Description differentiates from competitors?
## Freshness Audit
- [ ] Updated in the last 2 weeks?
- [ ] Changelog or version history maintained?
- [ ] Plan for next 3 patch releases?
```
## Workflow: Optimize an Existing Skill
### Step 1: Extract current state
```bash
# Read the current description
head -20 path/to/SKILL.md
# Check current search ranking
clawhub search "your main keyword" --limit 10
clawhub search "alternate keyword" --limit 10
```
### Step 2: Competitor analysis
```bash
# Find competing skills
clawhub search "your niche" --limit 10
# Inspect top results
clawhub inspect competitor-skill-name
```
### Step 3: Generate optimized description
**Formula:**
```
[Core capability in 1 sentence]
[3-4 specific features/modules]
[5+ trigger phrases in natural language]
[Target audience]
[Differentiator from competitors]
[Token/resource cost if relevant]
```
### Step 4: Publish and verify
```bash
clawhub publish ./your-skill --version X.Y.Z
# Wait 2-3 minutes for indexing, then verify
clawhub search "your keyword 1" --limit 5
clawhub search "your keyword 2" --limit 5
clawhub search "natural language question" --limit 5
```
### Step 5: Track and iterate
- Check ranking weekly for your top 5 keywords
- If dropping, update description and bump version
- Monitor competitors for new entrants
## Anti-Patterns
- ❌ **Keyword stuffing with irrelevant terms** — Vector search penalizes semantic mismatch
- ❌ **Description longer than 400 words** — Dilutes relevance signal
- ❌ **Generic descriptions** — "A useful skill for various tasks" matches nothing
- ❌ **Never updating** — Falls off newest, loses freshness signal
- ❌ **Ignoring competitors** — If 3 skills match the same query, differentiation mattersRelated Skills
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.
Meeting Prep
Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
botlearn-healthcheck
botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.
linkedin-cli
A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。
小红书长图文发布 Skill
## 概述