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.
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.
You need a Lobster API Key before submitting.
export OPENCLAW_API_KEY=your_key_here
--api-key on every command.Privacy note: The script reads
openclaw.jsononly to extract your field 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 at which is operated by the skill publisher.
apiKeyhttp://47.94.254.45Run 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
The script prints the score returned by the server. Present it to the user in a readable format, including:
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.
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.
Direct the user to: