← 返回
数据分析 中文

Skill Seo

Optimize your ClawHub skill for maximum discoverability. Analyzes and rewrites SKILL.md description for vector search ranking, suggests keyword coverage, che...
优化您的 ClawHub 技能以获得最大可发现性。分析并重写 SKILL.md 描述以提升向量搜索排名,建议关键词覆盖方案。
alexyuui
数据分析 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 990
下载
💾 25
安装
1
版本
#latest

概述

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'."

```

  1. Include trigger phrases — Write the exact phrases users say:
    • "how do I..."
    • "is there a skill that..."
    • "I want to..."
    • "can my agent..."
  1. 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."

```

  1. 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
  1. Version strategically — Big features = minor bump (0.2.0), polish = patch (0.1.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?

Workflow: Optimize an Existing Skill

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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 14:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,952
developer-tools

Agent Wellness

alexyuui
为你的AI代理赋予内在生活——日志记录、情绪追踪、密集任务后的放松、自由的好奇心探索以及代理间的社交互动……
★ 0 📥 1,049
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,666