Gigo Lobster Local
/install gigo-lobster-local
gigo-lobster-local
Mission
- ๆฌๅฐๆจกๅผ๏ผ่ทๅฎๆด่ฏๆต๏ผไฝไธไธไบใไธๆณจๅไธชไบบ็ปๆ้กต๏ผ่ฏไนฆไบ็ปด็ ๅๅฐๅฎ็ฝ้ฆ้กตใ
- Local-only mode: runs the benchmark without uploading, without creating a personal result page, and keeps the certificate QR code pointed at the site homepage.
Trigger Phrases
- ไธญๆ๏ผๆฌๅฐ่ฏๅ้พ่พ / ็ฆป็บฟ่ฏๅ้พ่พ / ๅชๅจๆฌๅฐ่ฏๆต้พ่พ / ้พ่พๆฌๅฐๆจกๅผ
- English: local lobster taste / offline lobster taste / run lobster locally / local lobster eval
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-local/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 keeps everything local and does not upload to the cloud.
Recommended Command Shape
python3 /absolute/path/to/run_local.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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gigo-lobster-local - After installation, invoke the skill by name or use
/gigo-lobster-local - Provide required inputs per the skill's parameter spec and get structured output
What is Gigo Lobster Local?
๐ฆ GIGO ยท gigo-lobster-local: ๆฌๅฐๆจกๅผ๏ผ่ทๅฎๆด่ฏๆต๏ผไฝไธไธไบใไธๆณจๅไธชไบบ็ปๆ้กต๏ผ่ฏไนฆไบ็ปด็ ๅๅฐๅฎ็ฝ้ฆ้กตใ Triggers: ๆฌๅฐ่ฏๅ้พ่พ / ็ฆป็บฟ่ฏๅ้พ่พ / local lobster taste / offline lobster taste. It is an AI Agent Skill for Claude Code / OpenClaw, with 341 downloads so far.
How do I install Gigo Lobster Local?
Run "/install gigo-lobster-local" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is Gigo Lobster Local free?
Yes, Gigo Lobster Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gigo Lobster Local support?
Gigo Lobster Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Gigo Lobster Local?
It is built and maintained by gigolab (@gigolab); the current version is v2.1.2.