Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, che...
Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, che...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 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: Cover synonyms and variations # โ 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'." Include trigger phrases โ Write the exact phrases users say: "how do I..." "is there a skill that..." "I want to..." "can my agent..." Name the problem, not just the solution # โ 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." Optimal description length: 150-300 words. Too short = misses search terms. Too long = dilutes relevance.
Users browse by: newest, trending, downloads, rating. Optimization rules: 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 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
# 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
Check ranking weekly for your top 5 keywords If dropping, update description and bump version Monitor competitors for new entrants
โ 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 matters
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.