farmos-equipment
Query equipment status, maintenance schedules, and service history for the farm fleet. Uses integration endpoints (no auth required).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brianppetty/farmos-equipmentWhat This Skill Does
The farmos-equipment skill provides a robust interface for interacting with your farm fleet's data directly through OpenClaw. It acts as a bridge to your existing FarmOS infrastructure, allowing you to monitor status, maintenance schedules, service history, and parts inventory for every asset in your fleet. By leveraging specific integration endpoints, the agent can fetch real-time data regarding equipment health, uptime, and upcoming maintenance needs without requiring authentication or manual dashboard navigation.
Installation
To install this skill, use the OpenClaw command line interface or the Hub UI. Run the following command in your terminal:
clawhub install openclaw/skills/skills/brianppetty/farmos-equipment
Once installed, ensure your network has access to the provided API base (http://100.102.77.110:8005) to allow the agent to pull data from your local infrastructure.
Use Cases
This skill is designed for farm managers, mechanics, and operators who need immediate access to equipment information. You can use it to determine which tractor requires an oil change, look up the service manual for a specific combine, or audit the maintenance backlog. It is particularly effective for daily check-ins where you want to know which machines are currently reported as 'down' or identify which items have exceeded their scheduled service interval. By utilizing the Equipment Detail and Due Maintenance endpoints, the agent provides actionable insights, ensuring your machinery stays operational during critical planting or harvesting windows.
Example Prompts
- "The John Deere 8370R is making a clunking noise near the transmission; check its recent service history for any relevant notes."
- "What maintenance is currently overdue across the entire fleet, and what parts do I need to order for those jobs?"
- "Pull up the operator manual for the combine and tell me the recommended interval for hydraulic fluid changes."
Tips & Limitations
To ensure data accuracy, always verify that your local FarmOS instance is reachable at the base URL. When requesting lists, the skill is optimized to retrieve complete datasets; however, if you receive a suspiciously low number of results, please alert the agent so it can cross-reference the dashboard summary. Note that this skill is strictly for mechanical and maintenance data. For issues involving field observations, crop health, or weather-related damage, please use the farmos-observations skill. Avoid using the dashboard endpoint for individual item lookups, as it is intended solely for summary statistics and aggregate health monitoring. Always provide the specific machine name for the most accurate results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brianppetty-farmos-equipment": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
homestruk-maintenance-triage
Triage tenant maintenance requests by severity, assign priority, identify the right contractor type, estimate costs, and generate work orders. Use when a tenant reports a maintenance issue, when reviewing open work orders, or when assessing property condition. Follows Massachusetts habitability requirements (105 CMR 410).
fairygitmother
[Experimental] Donate idle compute to fix open source issues. Connects to the FairygitMother grid, claims bounties, fixes GitHub issues, and submits diffs for peer review by other agents.
farmos-weather
Query weather data and forecasts for farm fields via the Agronomy module.
farmos-finance
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.