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

skills-rank技能等级

Agent Skill

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

总安装

6,350

周安装

270

GitHub Stars

公开资料未说明

下载量

2,225
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install skills-rank

简介

用于跟踪和监控技能在多个关键词上的搜索排名变化。

  • 适合在 OpenClaw 中优化技能可发现性时使用。
  • 可定期输出排名报告,辅助 SEO 决策。
  • 安装前需配置 API 访问权限。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议结合关键词策略持续优化。skills-rank 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
clawhub-skill-rank
description
Track and monitor the search ranking position of any ClawHub skill across multiple keywords. Check where your skill ranks for 'stock price', 'todo app', etc. Supports single keyword lookup, batch keyword tracking, competitor comparison, and JSON export. Use when: user wants to check their skill's search ranking on ClawHub, monitor SEO position, compare with competitors, or track keyword performance — like Google Search Console but for ClawHub skills.
metadata

ClawHub Skill Search Rank Checker

Track the search ranking position of any skill on ClawHub across multiple keywords.

When to Use

Use this skill when the user wants to:

  • Check where their skill ranks for specific search keywords on ClawHub
  • Monitor search position changes across multiple keywords
  • Compare their skill's ranking against competitors
  • Understand which keywords their skill performs best/worst on
  • Get keyword ranking data in JSON format for tracking over time

Trigger phrases: "check my skill's ranking", "where does my skill rank", "search position", "keyword ranking", "ClawHub SEO", "排名", "搜索排名", "关键词排名"

How to Use

1. Single Keyword Rank Check

To check where a skill ranks for a single keyword:

python3 {{SKILL_DIR}}/scripts/rank_checker.py SKILL_SLUG "keyword"

Replace SKILL_SLUG with the skill's slug (the last part of https://clawhub.ai/owner/SLUG) and "keyword" with the search term.

2. Batch Keyword Rank Check

To check ranking across multiple keywords at once:

python3 {{SKILL_DIR}}/scripts/rank_checker.py SKILL_SLUG "keyword1" "keyword2" "keyword3"

This will output a summary table showing the rank for each keyword.

3. Show Top Results

To see the top N results for each keyword (useful for seeing who ranks above you):

python3 {{SKILL_DIR}}/scripts/rank_checker.py SKILL_SLUG "keyword" --top 5

4. Competitor Analysis

To see skills ranked immediately above and below your skill:

python3 {{SKILL_DIR}}/scripts/rank_checker.py SKILL_SLUG "keyword1" "keyword2" --competitors

5. Verbose Output

To see full details including scores and descriptions:

python3 {{SKILL_DIR}}/scripts/rank_checker.py SKILL_SLUG "keyword" --verbose --top 10

6. JSON Export

To get machine-readable output for tracking/scripting:

python3 {{SKILL_DIR}}/scripts/rank_checker.py SKILL_SLUG "keyword1" "keyword2" --json

Output Format

Text Output (default)

The text output shows:

  • A summary table with keyword → rank mapping
  • Emoji medals for top 3 positions (🥇🥈🥉)
  • Overall statistics (ranked count, average rank, best rank)

Present the results to the user in a clean markdown table:

KeywordRankNotes
stock price🥇 #1/10Best position
stock query🥈 #2/10
financeNot in top 10Need optimization

JSON Output

The JSON output includes:

  • skill: the queried slug
  • checked_at: timestamp
  • results[]: array of per-keyword results, each with keyword, rank, total, rank_display, and optionally top_results[] or competitors[]

Parameters

ParameterRequiredDescription
SKILL_SLUGYesThe slug of the skill to check (from ClawHub URL)
keywordsYes (1+)One or more search keywords to check ranking for
--top NNoShow top N results per keyword
--verboseNoShow detailed output with scores and descriptions
--competitorsNoShow skills ranked near the target
--jsonNoOutput in JSON format

Edge Cases

  • Skill not in results: Reports "Not in top N" — ClawHub search returns up to 10 results per query
  • No search results: Some keywords (especially non-English) may return empty results from ClawHub
  • Rate limiting: Built-in 0.3s delay between requests; auto-retries on 429 errors
  • Network errors: Gracefully reported per-keyword, does not abort the entire batch
  • Empty keyword: Rejected with error message

Notes

  • Uses the public ClawHub search API (GET https://clawhub.ai/api/search?q={keyword}), no authentication needed
  • Search results are limited to top 10 by ClawHub's API
  • Rankings are real-time snapshots; they may fluctuate based on ClawHub's search algorithm
  • For tracking trends over time, use --json output and save/compare results periodically

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

98.38%
按下载量换算2,189

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills