name: skill-seo description: "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."
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.
Optimize my skill for ClawHub: [path/to/skill/SKILL.md]
The agent will audit your skill and output an optimized version.
Skills are found through three channels. Each needs different optimization:
clawhub search (Vector Search) — 70% of discoveryClawHub 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:
# ✅ 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'." ```
"can my agent..."
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." ```
clawhub explore (Rankings) — 20% of discoveryUsers browse by: newest, trending, downloads, rating.
Optimization rules:
newestEven small improvements (typo fix, example added) justify a patch
Version strategically — Big features = minor bump (0.2.0), polish = patch (0.1.1)
Seed initial downloads — Install your own skill across your agents to get off zero
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
Run this against any SKILL.md:
## 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?
# 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
# Find competing skills
clawhub search "your niche" --limit 10
# Inspect top results
clawhub inspect competitor-skill-name
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]
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
小葱技能7w4.net持续更新中。
这个 Skill 质量不错,内容实用。它的优势是讲解清晰、步骤明确,能帮助开发者理解如何让自己的技能在 ClawHub 上更容易被搜索到。不过它更像是一份优化指南而不是直接可用的工具,需要开发者自己按步骤操作。另外有些功能需要配合其他工具使用,新手可能不清楚怎么获取这些工具。总的来说值得一试。