Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

skills-seoskills SEO 搜索

Agent Skill

skills-seo 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,206

周安装

177

GitHub Stars

公开资料未说明

下载量

1,473
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skills-seo(skills SEO 搜索)
来源仓库:https://github.com/fwwdn/skills-seo
安装命令:
openclaw skills install skills-seo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skills-seo

简介

用于分析和优化技能在目录中的可发现性表现。

  • 适合在 OpenClaw 中提升技能命名、分类和搜索排名时使用。
  • 可生成 SEO 建议报告,改善曝光效果。
  • 安装前需确认目标技能库的索引机制。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议定期运行以跟踪优化进展。skills-seo 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
skill-seo
description
Analyze and optimize a skill for discoverability on ClawHub, skills.sh, and similar skill directories. Use when you need to improve naming, slug choice, SKILL.md descriptions, query coverage, examples, listing conversion, or search visibility before publication, while keeping the skill broadly compatible with OpenClaw, Claude Code, Codex, and Cursor.
metadata
{ "openclaw": { "emoji": "🔎", "requires": { "bins": ["python3"] } } }

Audit and improve the target skill for discovery, search recall, and click-through across skill directories.

Prioritize ClawHub and skills.sh. Treat OpenClaw, Claude Code, Codex, and Cursor as compatibility constraints, not primary optimization surfaces.

Quick Start

Use this workflow when you need a fast audit before publication:

  1. Run python3 {baseDir}/scripts/analyze_skill_seo.py <skill-path>.
  2. Read the target skill's name, description, first screen, and example prompts.
  3. Check whether the skill is easy to understand on a listing page in under 10 seconds.
  4. Rewrite the highest-impact metadata and first-screen copy first.
  5. Re-run the analyzer and compare the result against the baseline.

When to Use This Skill

Use this skill when the goal is to make a skill easier to discover, understand, and trust on ClawHub, skills.sh, or similar directories.

Typical use cases:

  • Rewrite name, slug, or description for better search recall
  • Improve SKILL.md first-screen copy for higher click-through
  • Expand keyword, synonym, and user-intent coverage before publication
  • Audit whether a skill is ready for ClawHub or skills.sh submission
  • Compare a listing against directory ranking signals and identify weak spots

When Not to Use This Skill

Do not use this skill when the problem is primarily implementation quality rather than listing discoverability.

Use a different workflow when you need to:

  • Debug runtime failures inside the target skill
  • Test whether the skill actually works end-to-end
  • Add new product capabilities unrelated to discovery or listing quality
  • Build platform-specific adapters unless the user explicitly asks for them

If the Audit Is Inconclusive

If the static audit is not enough, say exactly what is still uncertain and what evidence is missing.

Common next steps:

  • Read the target skill's full references and scripts for hidden terminology
  • Inspect the public listing page to compare displayed copy against the local SKILL.md
  • Ask for real search terms, target audience, or competitor listings
  • Run a follow-up quality pass with skill-test if the issue may be implementation rather than SEO

Example Prompts

  • Audit this skill for ClawHub search visibility and rewrite the description for better recall.
  • Why is this skill hard to discover on skills.sh, and what copy should I change first?
  • Optimize this new skill's slug, name, and top-of-file wording before I publish it.
  • Compare this skill against ClawHub and skills.sh ranking signals and give me a prioritized fix list.

Audit Checklist

Review the target skill against this checklist before making changes:

  • Is the slug literal, searchable, and stable?
  • Does the frontmatter description state the job, object, outcome, and Use when ... trigger?
  • Does the first screen show realistic example prompts early?
  • Are exact task phrases, synonyms, and user-intent phrases all present?
  • Are prerequisites, constraints, and trust signals visible?
  • Does the skill look credible and maintained rather than generic or template-like?
  • Does the copy still match the actual capability boundary of the skill?
  • Are any optional extras, such as eval.yaml or UI metadata, actually relevant to the user's goal before recommending them?

Workflow

  1. Identify the target skill folder and inspect SKILL.md first.
  2. Run python3 {baseDir}/scripts/analyze_skill_seo.py <skill-path> to get a baseline report.
  3. Read references/platform-signals.md and references/optimization-patterns.md before making recommendations.
  4. If present, inspect README.md, example files, and any public listing metadata that affects display.
  5. Separate recommendations by platform:

- ClawHub: prioritize semantic recall, exact slug or name matches, examples, and popularity signals. - skills.sh: prioritize clear category fit, high-conversion listing copy, trust signals, and install-friendly presentation.

  1. Check that the skill remains broadly usable in OpenClaw, Claude Code, Codex, and Cursor without adding platform-specific optimization unless the user asks for it.
  2. Rewrite only what improves discovery or trigger quality. Preserve the skill's actual capability boundaries.
  3. If the user asks for implementation, edit the target skill and re-run the analyzer to confirm improvement.

Definition of Done

  • The analyzer has run and a baseline report exists.
  • All high severity findings have been addressed or explicitly justified.
  • The description covers at least 3 query classes: exact task phrase, synonyms, and user-intent language.
  • Example prompts in SKILL.md reflect realistic user phrasing.
  • Target platform compatibility status is explicit: verified where evidence exists, otherwise unverified.
  • Re-running the analyzer shows improvement over the baseline.

Output Requirements

Produce a concise report with:

  • Current strengths and weaknesses
  • Platform-specific findings for ClawHub and skills.sh
  • Compatibility notes for OpenClaw, Claude Code, Codex, and Cursor using verified / unverified language only when relevant
  • Missing keywords, synonyms, and user-phrased queries
  • Recommended rewrites for name, slug, description, and first-screen content
  • Trust and conversion gaps such as missing prerequisites, examples, screenshots, badges, stars, or install guidance
  • A prioritized action list with high, medium, and low impact items

Optimization Heuristics

  • Prefer concrete, searchable names over abstract brand names.
  • Put the problem, object, and action into the first 1 to 2 sentences.
  • Include realistic user phrasings and close synonyms in description and the top of SKILL.md.
  • Make the skill's boundary explicit so retrieval stays precise.
  • Keep frontmatter concise but query-dense.
  • Put examples near the top; examples improve both semantic recall and click-through.
  • Add references only when they deepen a repeated workflow or expose non-obvious domain language.
  • Avoid generic filler such as "powerful", "seamless", or "all-in-one" unless backed by specifics.
  • Treat eval.yaml and UI metadata as optional enhancements, not baseline listing requirements.

Rewrite Formula

Use this pattern when rewriting a weak listing:

<Action> <object/system> for <outcome>. Use when you need to <job 1>, <job 2>, <job 3>, or when the user asks about <common phrasing>.

Then reinforce it with:

  • 3 to 5 example prompts using realistic user language
  • A first-screen summary that repeats the main task phrase once
  • One or two trust signals such as prerequisites, constraints, or costs

Competitor Comparison

When a user asks for a market-aware rewrite:

  1. Identify 2 or 3 comparable skills on the same directory.
  2. Compare names, descriptions, example prompts, and first-screen structure.
  3. Note what the target skill is missing, not just what competitors include.
  4. Recommend changes that improve clarity and trust without copying competitors' wording.

Anti-Patterns

Do not do any of the following:

  • Suggest fake installs, fake stars, fake usage, or other manipulative ranking tactics
  • Recommend version bumps or metadata churn without a real content change
  • State platform behavior as a guaranteed fact when it is only an observed heuristic
  • Stuff unrelated keywords into the description or examples
  • Broaden a skill's positioning beyond what the implementation can actually do
  • Flag missing eval.yaml or agents/openai.yaml as if they were mandatory for ClawHub or skills.sh publication

When Editing a Skill

  • Preserve the existing capability surface unless the user asks to expand it.
  • Prefer improving description, top-of-file wording, and usage examples before adding large new references.
  • If the folder name is weak for search, recommend a slug rename explicitly instead of renaming silently.
  • If the target platform has already indexed the old name, explain the migration tradeoff.

Resources

Commands

# Audit a skill folder with default heuristics
python3 {baseDir}/scripts/analyze_skill_seo.py /path/to/skill

# Audit with explicit target keywords
python3 {baseDir}/scripts/analyze_skill_seo.py /path/to/skill --keywords "postgres backup, disaster recovery, wal archiving"

# Emit JSON for downstream processing
python3 {baseDir}/scripts/analyze_skill_seo.py /path/to/skill --json

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.19%
按下载量换算1,078

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills