LaunchKit · 2026
Back to Skills

farmos-equipment

Query equipment status, maintenance schedules, and service history for the farm fleet.

0
394 downloads
by @brianppetty

Setup & Installation

openclaw skills install @brianppetty/farmos-equipment

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install farmos-equipment

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.

INPUT

User asks: What equipment needs service right now?

AGENT
  1. 1Fetch all due and overdue items from /api/integration/due-maintenance
  2. 2Fetch the full equipment list from /api/integration/equipment to resolve IDs to names
  3. 3Sort results by priority, surfacing critical items first
  4. 4Return a count and full list with hours or days overdue for each item
OUTPUT

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.