Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Forward-looking cash flow planning and cost management. Projects future cash flows based on planned costs and expected revenue.
Always state totals when reporting financial data: "Total operating costs: $892,000 across 12 categories." Cash flow projections combine multiple sources. If the marketing revenue side fails, say so — don't present costs without revenue as a complete picture. If an endpoint returns an error, report the failure to the user rather than presenting partial financial data. Partial financial data is worse than no data. For cost item listings, use /api/cost-items with crop_year — this returns all items without pagination.
"What's our cash flow look like?" "Cost per acre this year?" "Breakeven price for corn?" "Monthly expense projection" "Show cost categories" "What are our biggest expenses?"
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.
Cost categories: Per-unit (fertilizer, seed — calculated from rate x acres) vs annual totals (insurance, labor). Timing: Costs are assigned to specific months. Multiple months = split evenly. Entity allocation: Costs can be assigned to one entity, split across all by crop acres, or manually allocated. Breakeven: Total costs / expected bushels = minimum price per bushel to cover costs.
Always specify crop_year parameter. Breakeven is the most-asked question — answer it quickly and clearly. Cash flow projection combines costs (this module) with revenue (marketing module). NEVER share financial data with non-admin users. This includes cost per acre, breakeven, cash flow, or any cost details.
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.