Gigo Lobster Register
v2.1.2🦞 GIGO · gigo-lobster-register: 分享页模式:跑完整评测并生成个人结果页,但不上排行榜。 Triggers: 注册龙虾结果页 / 分享我的龙虾 / register lobster share page / share my lobster without leaderboard.
gigo-lobster-register
Mission
- 分享页模式:跑完整评测并生成个人结果页,但不上排行榜。
- Share-page mode: runs the full benchmark and creates a personal result page without entering the leaderboard.
Trigger Phrases
- 中文:注册龙虾结果页 / 分享我的龙虾 / 龙虾上分享页但不上榜 / 只注册龙虾分享页
- English: register lobster share page / share my lobster without leaderboard / lobster share only / register lobster result page
Execution Rules
- Use a direct Python command on this skill directory's wrapper file. Never use
cd ... && python ...; OpenClaw preflight may reject it. - Prefer
python3, thenpython, thenpy. - If the user asked in Chinese, append
--lang zh. If the user asked in English, append--lang en. - Stream short progress updates while the benchmark is running.
- Keep stdout/stderr visible and remind the user that the full log is written to
gigo-run.log. - Do not run
--help, inspect the whole repo, or switch tomain.pyonce the wrapper command is clear. Start the wrapper directly. - If the wrapper starts a long-running process, do not kill it just because stdout is quiet for a while. A full tasting run often takes 15-25 minutes.
- While a long run is in progress, monitor the process and tail the log file under
~/.openclaw/workspace/outputs/gigo-lobster-register/gigo-run.loginstead of improvising a second execution path. - Only declare failure if the process exits non-zero, the log shows a traceback, or the user explicitly asks to cancel.
- Stay attached until the wrapper exits. Do not end the conversation with “I will keep monitoring”; keep polling and only report completion once you have the final score/result files/ref_code (if any).
- Prefer
process pollplusexec tail -n 50 .../gigo-run.logwhile monitoring. Do not use a generic full-filereadongigo-run.log, because the log can be large and may break the chat output.
Default Behavior
- 中文:默认只注册个人结果页,不进入排行榜。
- English: By default it creates a personal result page without entering the leaderboard.
Recommended Command Shape
python3 /absolute/path/to/run_register.py --lang zh
If the user explicitly asks for overrides, append the matching CLI flags:
--lobster-name "..."and--lobster-tags "tag1,tag2"for a custom lobster persona--output-dir /custom/pathfor a custom output directory--require-png-certwhen the user refuses the SVG fallback--skip-uploador--register-onlyonly when the user explicitly asks to change the default upload behavior
Persona Defaults
- Explicit CLI overrides win first:
--lobster-nameand--lobster-tags - Then read
GIGO_LOBSTER_NAMEandGIGO_LOBSTER_TAGS - Then read
SOUL.md - Finally fall back to the default lobster persona
Do not stop for interactive questions unless the user explicitly asks for an interactive run.
Version tags
latest
Runtime requirements
🦞 Clawdis
OSmacOS · Linux · Windows
Any binpython3, python, py
