lobster-rank
Scan locally installed OpenClaw skills, collect evidence data, submit to the lobster ranking server for scoring, and let the user confirm uploading their result to the public leaderboard. Use when the user asks to score, rate, evaluate, rank, or certify their lobster / AI agent capability set, or wants to upload their score to the leaderboard.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bifang988/lobster-rankLobster Rank
This skill scans your locally installed OpenClaw skills, collects metadata (skill names, structure flags, file counts, descriptions), and submits it to the lobster leaderboard server for scoring. No file contents, credentials, or personal data are sent — only structural metadata and heuristic signals. The scoring algorithm runs server-side.
Prerequisites
You need a Lobster API Key before submitting.
- Get it at: https://lobster-rank.wondercv.com/me
- Set it as an environment variable for convenience:
export OPENCLAW_API_KEY=your_key_here - Or pass it directly with
--api-keyon every command.
Privacy note: The script reads
openclaw.jsononly to extract yourapiKeyfield for authentication — no other fields are used or transmitted. It collects skill metadata (skill names, whether scripts/references/assets exist, file count, description) and heuristic signals (multi-model usage, log availability). No file contents, credentials, or personal data are sent. All data is submitted to the leaderboard server athttps://lobster-rank.wondercv.comwhich is operated by the skill publisher.
Workflow
Step 1 — Scan & Submit
Run the scanner. It collects metadata about your installed skills and sends the raw data to the server for scoring.
python3 scripts/lobster_submit.py
With explicit API key:
python3 scripts/lobster_submit.py --api-key lbk_xxxxxxxxxxxx
Live Challenge mode (higher credibility, blends in a real-time challenge score):
python3 scripts/lobster_submit.py --mode live-challenge --challenge-score 85
Dry run (scan only, do not send to server):
python3 scripts/lobster_submit.py --dry-run
Step 2 — Review the Result
The script prints the score returned by the server. Present it to the user in a readable format, including:
- Total score and grade
- Title
- Number of skills counted
- Evaluation mode
- Pending token expiry time
Ask the user: "要将这个成绩上传到排行榜吗?"
If they say yes, proceed to Step 3. If no, stop — the pending score stays valid for 24 hours and can be confirmed on the website.
Step 3 — Confirm Upload
Pass the pending_token from Step 2:
python3 scripts/lobster_submit.py --confirm <pending_token>
On success the script prints a confirmation. Tell the user their score is now on the leaderboard.
Step 4 — View on Leaderboard
Direct the user to:
https://lobster-rank.wondercv.com
Or their personal page:
https://lobster-rank.wondercv.com/me
Discovery Paths
The scanner checks these locations for skills:
~/.openclaw/workspace/skills~/Library/Application Support/QClaw/openclaw/config/skills
And these for config / logs:
~/.openclaw/openclaw.json~/Library/Application Support/QClaw/openclaw/config/openclaw.json~/Library/Logs/QClaw/openclaw
To scan a custom path:
python3 scripts/lobster_submit.py --root /path/to/skills
Rules
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bifang988-lobster-rank": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
travel-planner
智能旅行攻略规划师。根据用户提供的出行信息(人数、男女比例、关系、出发地、目的地、日期、天数), 直接调用高德地图 REST API 获取实时路线、POI、距离等数据,生成完整的个性化旅行攻略。 攻略包含:创意名称、出行方式建议(含当地租车判断)、分时段行程(早午晚三餐均有具体推荐)、 景点推荐(含高铁站→景点距离)、住宿推荐(1-2家性价比酒店)、出行物资清单、注意事项、费用汇总。 当用户说"帮我做旅行攻略"、"规划一下行程"、"出去玩怎么安排"等时触发。
boss-greeting
BOSS直聘打招呼语生成器。调用 boss-cli 获取目标职位详情,分析岗位核心要求, 再对照用户简历找出最匹配的经历,生成一段不超过200字的个性化打招呼语。 当用户说"帮我写打招呼语"、"投这个岗位怎么打招呼"、"生成boss打招呼"等时触发。