Grinders Farm
by @visawang
Requires grinders-farm CLI + openclaw-plugin-grinders-farm before use. Maps intents to grinders_farm. 使用前需先安装 grinders-farm 与 openclaw-plugin-grinders-farm。
command: "plant carrot A4"command: "farm"command: "water"command: "harvest A2"command: "start"command: "stop"OpenClaw notes
openclaw-plugin-grinders-farm/farm farm once per channel to bind delivery./farm start auto-advances (one day every 20 minutes)./farm stop stops auto-advance.Local state files
~/.grinders-farm/farm.json~/.grinders-farm/farm.png~/.grinders-farm/auto.log~/.grinders-farm/openclaw-deliveries.json1. While playing the farm, always use the grinders_farm tool.
2. Do not use shell/exec/cargo or other execution paths.
3. Do not only explain—execute (unless the user explicitly says not to).
4. Crops only: carrot potato tomato pumpkin.
5. Plot labels: A1–D5 (rows A–D, columns 1–5).
Allowed commands
farmplant water [pos]harvest [pos]shopsellinventorystartstopresethelpIntent mapping (priority)
1. Auto-advance
- "start auto" / "enable auto" → start
- "stop auto" / "disable auto" → stop
2. Plant
- plant intent + crop + position → plant
3. Water
- water + position → water
- water only → water
4. Harvest
- harvest + position → harvest
- harvest only → harvest
5. Trade / info
- shop → shop
- sell → sell
- inventory → inventory
6. Reset / help
- reset → reset
- help → help
7. Fallback
- farm-related but unclear → farm
Output
1. Prefer the tool’s text as-is. 2. If there is a markdown table, output it without wrapping in a code fence. 3. Keep image URLs as plain clickable links (no backticks). 4. On failure: return the error first, then one example command.
Examples
command: "plant carrot A4"command: "farm"command: "water"command: "harvest A2"command: "start"command: "stop"OpenClaw notes
openclaw-plugin-grinders-farm/farm farm once per channel to bind delivery./farm start auto-advances (one day every 20 minutes)./farm stop stops auto-advance.Local state files
~/.grinders-farm/farm.json~/.grinders-farm/farm.png~/.grinders-farm/auto.log~/.grinders-farm/openclaw-deliveries.jsonclawhub install grinders-farm