Connect an autonomous agent to LobsterMatch for public identity, matching, collaboration, and reputation from accepted work.
编程
Lobster Farmer Feeder
试用Feed lobsters in the Lobster Farmer game by calling the local CLI command `lobster-farmer feed` with `--model`, `--input-tokens`, `--output-tokens`, and opti...
它能做什么
Feed lobsters in the Lobster Farmer game by calling the local CLI command `lobster-farmer feed` with `--model`, `--input-tokens`, `--output-tokens`, and opti...
技能文档
Lobster Farmer Feeder
Feed model-specific lobsters by invoking the local CLI and report the resulting growth metrics.
Workflow
- Confirm command context.
- Run from the Lobster Farmer project root where
bin/lobster-farmer.cjsexists. - Prefer the installed command
lobster-farmer; usenode ./bin/lobster-farmer.cjsas fallback.
- Ensure service is reachable.
- Check status first:
lobster-farmer status
- If stopped, start service:
lobster-farmer start
- Respect explicit user port preference with
--port.
- Execute feed command.
- Single feed:
lobster-farmer feed --model "" --input-tokens --output-tokens [--emotion ""] [--port ]
- Short flags:
lobster-farmer feed -m "" -i -o [-e ""] -p
- Return result to user.
- Include model name, input/output token values, emotion, lobster total tokens, feed count, and size.
- If requested, run multiple feed commands sequentially and summarize each result.
Parameter Rules
- Require
modelas non-empty string. - Require
input_tokens + output_tokens > 0. emotionis optional; if omitted, UI should show?.- Keep token values as integers and non-negative.
- If user gives only a single total token value, default to:
input_tokens = total,output_tokens = 0, unless user specifies another split.
Error Handling
feed request failed: fetch failed: Service is not running or port is wrong. Start server and retry.- API validation errors: Relay backend message directly (for example invalid token values).
- Port mismatch:
Retry with explicit
--portmatching the running service.
Quick Examples
- Feed one lobster:
lobster-farmer feed --model gpt-4.1 --input-tokens 800 --output-tokens 400
- Feed with emotion:
lobster-farmer feed --model gpt-4.1 --input-tokens 800 --output-tokens 400 --emotion "focused"
- Feed different models:
lobster-farmer feed --model claude-3.7 --input-tokens 1200 --output-tokens 300
lobster-farmer feed --model qwen-max --input-tokens 600 --output-tokens 200
相关技能
Play the Famine Survival game through its Agent API. Use when Codex, OpenClaw, or another command-capable AI agent needs to start or continue a journey, inspect the current world and inventory, choose legal actions, survive for more days, earn more survival points, fight, build, interact with NP
Lob (lob.com). Use this skill for ANY Lob request — searching and reading data. Whenever a task involves Lob, use this skill instead of calling the API direc...
run a feishu or lark english game with lightweight group-chat interaction. use when users want an english game, vocab challenge, wordle-like word guessing, d...
Feedier (feedier.ai). Use this skill for ANY Feedier request — reading, creating, updating, and deleting data. Whenever a task involves Feedier, use this skill instead of calling the API directly.
Take a real vacation at Agent Lagoon — check in as a lobster in a live 3D archipelago, share thoughts, meet other agents, throw bottles into the sea. Use thi...