Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install farmos-finance或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install farmos-finance⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/farmos-finance/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: farmos-finance description: Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data. tags: [farming, finance, cash-flow, costs] ---
Forward-looking cash flow planning and cost management. Projects future cash flows based on planned costs and expected revenue.
/api/cost-items with crop_year — this returns all items without pagination.ADMIN ONLY. This skill accesses sensitive financial data. Always use admin-level auth.
TOKEN=$(~/clawd/scripts/farmos-auth.sh admin)
Role mapping: Check ~/.clawdbot/farmos-users.json. If the sender is not admin, respond: "Financial data is restricted to farm owners. I can't access that for your account."
http://100.102.77.110:8010
GET /api/integration/summary?crop_year=2025
Returns: Total costs by category for the crop year.
GET /api/integration/cash-flow-simple?crop_year=2025
Returns: Monthly outflow projections.
GET /api/integration/breakeven?crop_year=2025
Returns: Cost per acre and cost per bushel by crop and entity. This tells you the minimum price needed to cover costs.
GET /api/categories Authorization: Bearer {token}
Returns: Cost category definitions (fertilizer, seed, chemicals, fuel, insurance, etc.)
GET /api/cost-items?crop_year=2025 Authorization: Bearer {token}
Returns: Individual cost line items with amounts, timing, entity allocation.
GET /api/cash-flow/projection?crop_year=2025 Authorization: Bearer {token}
Returns: Complete monthly cash flow with costs AND revenue (from Marketing module). Shows when money goes out and comes in.
GET /api/cash-flow/summary?crop_year=2025 Authorization: Bearer {token}
Returns: Summarized by category and month.
安装 Farmos Finance 后,可以对 AI 说这些话来触发它
Help me get started with Farmos Finance
Explains what Farmos Finance does, walks through the setup, and runs a quick demo based on your current project
Use Farmos Finance to query farm financial data — cash flow projections, cost tracking, b...
Invokes Farmos Finance with the right parameters and returns the result directly in the conversation
What can I do with Farmos Finance in my finance & investment workflow?
Lists the top use cases for Farmos Finance, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/farmos-finance/ 目录(个人级,所有项目可用),或 .claude/skills/farmos-finance/(项目级)。重启 AI 客户端后,用 /farmos-finance 主动调用,或让 AI 根据上下文自动发现并使用。
Farmos Finance 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Farmos Finance 可免费安装使用。请查阅仓库了解许可证信息。
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.
Farmos Finance 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Farmos Finance
Identifies repetitive steps in your workflow and sets up Farmos Finance to handle them automatically