Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计提醒

grinders-farm磨床农场

Agent Skill

grinders-farm 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,692

周安装

188

GitHub Stars

公开资料未说明

下载量

1,519
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:grinders-farm(磨床农场)
来源仓库:https://github.com/visawang/grinders-farm
安装命令:
openclaw skills install grinders-farm
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install grinders-farm

简介

使用前需要grinders-farm CLI + openclaw-plugin-grinders-farm。将意图映射到grinders_farm。 使用前需先安装grinders-farm 和 openclaw-plugin-grinders-farm。

SKILL.md

name
grinders-farm
description
Requires grinders-farm CLI + openclaw-plugin-grinders-farm before use. Maps intents to grinders_farm. 使用前需先安装 grinders-farm 与 openclaw-plugin-grinders-farm。
metadata
{ "openclaw": { "emoji": "🌾", "requires": { "bins": ["npx"] } } }
command-dispatch
tool
command-tool
grinders_farm
disable-model-invocation
false

Grinder's Farm

Languages: English · 中文

Farm preview (4×5 grid, four crop types)


English

This skill maps user chat into exactly one grinders_farm tool call.

Prerequisites (install before this skill works)

The grinders_farm tool is provided by the game CLI and the OpenClaw plugin. Install both from npm first, then install this skill from ClawHub:

npm install -g grinders-farm
openclaw plugins install openclaw-plugin-grinders-farm --dangerously-force-unsafe-install

Restart the OpenClaw Gateway after installing the plugin. Without these packages, /farm and grinders_farm will not run.

Install this skill (optional but recommended for NL)

After the two packages above:

openclaw skills install grinders-farm

How users play (after setup)

  • Slash commands (always works once the plugin is loaded): in Telegram / WebChat / etc., send

/farm <command> — examples: /farm farm, /farm plant carrot A1, /farm help. The part after /farm is the same command string you would pass to grinders-farm-oneshot.

  • Natural language (this skill): when the skill is installed and the agent is allowed to use tools, the user can say things like “plant carrot at A4”; you should map that to grinders_farm with command: "plant carrot A4".
  • This skill does not replace the plugin or the grinders-farm package — it only helps choose the right tool arguments.

Rules

  1. 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: A1D5 (rows A–D, columns 1–5).

Allowed commands

  • farm
  • plant <crop> <pos>
  • water [pos]
  • harvest [pos]
  • shop
  • sell
  • inventory
  • start
  • stop
  • reset
  • help

Intent mapping (priority)

  1. Auto-advance

- "start auto" / "enable auto" → start - "stop auto" / "disable auto" → stop

  1. Plant

- plant intent + crop + position → plant <crop> <pos>

  1. Water

- water + position → water <pos> - water only → water

  1. Harvest

- harvest + position → harvest <pos> - harvest only → harvest

  1. Trade / info

- shop → shop - sell → sell - inventory → inventory

  1. Reset / help

- reset → reset - help → help

  1. 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

  • "plant carrot at A4" → command: "plant carrot A4"
  • "show farm" → command: "farm"
  • "water all" → command: "water"
  • "harvest A2" → command: "harvest A2"
  • "start auto" → command: "start"
  • "stop auto" → command: "stop"

OpenClaw notes

  • Plugin: openclaw-plugin-grinders-farm
  • Run /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.json

中文

此 Skill 的目标只有一个:把用户输入映射成唯一明确grinders_farm 命令并执行。

先决条件(使用本 skill 前必须先装)

grinders_farm 工具由主游戏 CLIOpenClaw 插件一起提供。请先全局安装这两个 npm 包,再从 ClawHub 安装本 skill:

npm install -g grinders-farm
openclaw plugins install openclaw-plugin-grinders-farm --dangerously-force-unsafe-install

安装插件后请重启 OpenClaw Gateway。若未安装上述包,/farmgrinders_farm 无法运行。

再安装本 skill(想用自然语言时)

两个 npm 包装好后,再执行:

openclaw skills install grinders-farm

用户怎么玩(装好之后)

  • 斜杠命令(插件加载后可用): 在 Telegram / WebChat 等里发

/farm <子命令>,例如 /farm farm/farm plant carrot A1/farm help/farm 后面这一段,与传给 grinders-farm-oneshot 的参数一致。

  • 自然语言(本 skill): 用户说「在 A4 种胡萝卜」时,应映射为 grinders_farmcommand: "plant carrot A4"
  • 本 skill 不能替代插件和主包 —— 只负责把聊天意图转成正确 tool 参数。

必须遵守

  1. 用户在玩农场时,必须调用 grinders_farm tool。
  2. 不用 shell/exec/cargo 等其它执行路径。
  3. 不要只讲解不执行(除非用户明确说“先别执行”)。
  4. 作物只允许:carrot potato tomato pumpkin
  5. 坐标格式固定:A1~D5(行 A-D,列 1-5)。

命令白名单(仅这些)

  • farm
  • plant <crop> <pos>
  • water [pos]
  • harvest [pos]
  • shop
  • sell
  • inventory
  • start
  • stop
  • reset
  • help

意图映射(按优先级匹配)

命中后立即执行,不要多重猜测。

  1. 自动推进

- “开启自动 / 开始挂机 / start auto” -> start - “停止自动 / 关掉挂机 / stop auto” -> stop

  1. 种植

- 包含“种/种植/播种”且有作物+坐标 -> plant <crop> <pos>

  1. 浇水

- “浇水”+坐标 -> water <pos> - 仅“浇水” -> water

  1. 收获

- “收获”+坐标 -> harvest <pos> - 仅“收获” -> harvest

  1. 交易/信息

- “商店/买什么” -> shop - “卖掉/出售” -> sell - “仓库/库存/背包” -> inventory

  1. 重置/帮助

- “重置/重开” -> reset - “帮助/help” -> help

  1. 兜底

- 农场相关但不够明确 -> farm

输出规则(避免歧义)

  1. 工具返回内容优先,尽量原样呈现。
  2. 若含 markdown 表格,原样输出,不包代码块。
  3. 若含图片 URL,保持纯链接可点击,不加反引号。
  4. 命令失败时:先返回错误原文,再给一条可执行示例命令。

标准示例

  • “在 A4 种胡萝卜” -> command: "plant carrot A4"
  • “看农场” -> command: "farm"
  • “全部浇水” -> command: "water"
  • “收 A2” -> command: "harvest A2"
  • “开自动” -> command: "start"
  • “停自动” -> command: "stop"

OpenClaw 使用要点

  • 插件:openclaw-plugin-grinders-farm
  • 先在每个目标频道执行一次 /farm farm 完成绑定
  • 执行 /farm start 开始自动推进(固定 20 分钟/天)
  • 执行 /farm stop 停止自动推进

本地状态文件

  • ~/.grinders-farm/farm.json
  • ~/.grinders-farm/farm.png
  • ~/.grinders-farm/auto.log
  • ~/.grinders-farm/openclaw-deliveries.json

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.53%
按下载量换算1,071

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install grinders-farm 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills