FieldFix
/install fieldfix
FieldFix Skill
Query and manage your heavy equipment fleet through FieldFix's Agent API.
Setup
- Get your API key from FieldFix Settings
- Set environment variable:
export FIELDFIX_API_KEY=ff_sk_live_your_key_here
Pricing
API access is included with all paid plans:
- $10/machine/month (1-25 machines)
- $7/machine/month (26-100 machines)
- $5/machine/month (100+ machines)
- 2 months free trial — no credit card required
Capabilities
Read Operations
List all machines:
node scripts/fieldfix.js machines
Get machine details:
node scripts/fieldfix.js machine \x3Cid>
Get machine expenses:
node scripts/fieldfix.js expenses \x3Cid>
Get service history:
node scripts/fieldfix.js service \x3Cid>
Get fleet alerts:
node scripts/fieldfix.js alerts
Write Operations
Log a service entry:
node scripts/fieldfix.js log-service \x3Cid> "Oil Change" 120 "Changed oil and filter"
Log an expense:
node scripts/fieldfix.js log-expense \x3Cid> fuel 250 "Filled tank"
Update hour meter:
node scripts/fieldfix.js update-hours \x3Cid> 1250
Example Prompts
Once configured, try asking your agent:
- "What machines do I have in FieldFix?"
- "When is my CAT 299 due for service?"
- "How much have I spent on fuel this month?"
- "Log an oil change on the excavator for $120"
- "What's the total cost per hour for my skid steer?"
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/machines |
GET | List all machines |
/machines/{id} |
GET | Get machine details |
/machines/{id}/expenses |
GET | Get expense history |
/machines/{id}/service |
GET | Get service history |
/alerts |
GET | Get fleet alerts |
/machines/{id}/service |
POST | Log service entry |
/machines/{id}/expenses |
POST | Log expense |
/machines/{id}/hours |
POST | Update hours |
Links
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fieldfix - After installation, invoke the skill by name or use
/fieldfix - Provide required inputs per the skill's parameter spec and get structured output
What is FieldFix?
Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics. It is an AI Agent Skill for Claude Code / OpenClaw, with 1994 downloads so far.
How do I install FieldFix?
Run "/install fieldfix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is FieldFix free?
Yes, FieldFix is completely free (open-source). You can download, install and use it at no cost.
Which platforms does FieldFix support?
FieldFix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created FieldFix?
It is built and maintained by blueprintstudioco (@blueprintstudioco); the current version is v1.0.0.