Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Queries and manages farm equipment data against a FarmOS integration server. Covers fleet status, maintenance schedules, hour logging, service history, and parts lookups. Handles vague crew reports and escalates safety-critical issues automatically.
Combines live equipment data with semantic search over uploaded service manuals, so spec questions and maintenance status checks happen in the same conversation without switching tools.
When to use it
- Check which tractors or implements have overdue maintenance
- Look up the correct oil type or fluid spec for a specific machine
- Log an hour meter reading after a long field day
- Report a grinding noise and get a maintenance flag created
- Record that a service was completed with parts used
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What equipment needs service right now?
- 1Fetch all due and overdue items from /api/integration/due-maintenance
- 2Fetch the full equipment list from /api/integration/equipment to resolve IDs to names
- 3Sort results by priority, surfacing critical items first
- 4Return a count and full list with hours or days overdue for each item
Found 4 overdue maintenance items: 1 critical (8370R engine oil, 47 hours overdue), 2 high priority, 1 normal. Full list with estimated service times and required parts.