โ† All skills
Tencent SkillHub ยท Developer Tools

Skill Seo

Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, che...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, che...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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: 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.

Channel 2: clawhub explore (Rankings) โ€” 20% of discovery

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

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:
  • ## 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?

Step 1: Extract current state

# 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

# 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

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 matters

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc