/install lobster-rank
Lobster 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 \x3Cpending_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
- Do not invent skills or fabricate evidence.
- The scoring algorithm runs server-side; do not attempt to predict or influence it.
- If no user-installed skills are found, stop and report the issue.
- If the API key is missing or invalid, ask the user to retrieve it from https://lobster-rank.wondercv.com/me.
- If the pending token has expired, re-run Step 1 to get a fresh evaluation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lobster-rank - 安装完成后,直接呼叫该 Skill 的名称或使用
/lobster-rank触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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 res... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 lobster-rank?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lobster-rank」即可一键安装,无需额外配置。
lobster-rank 是免费的吗?
是的,lobster-rank 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
lobster-rank 支持哪些平台?
lobster-rank 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 lobster-rank?
由 bifang988(@bifang988)开发并维护,当前版本 v3.0.2。