FieldFix Skill
name: fieldfix
by blueprintstudioco · published 2026-03-22
$ claw add gh:blueprintstudioco/blueprintstudioco-fieldfix---
name: fieldfix
description: Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.
version: 1.0.0
author: FieldFix <support@fieldfix.ai>
homepage: https://www.fieldfix.ai/api
---
# FieldFix Skill
Query and manage your heavy equipment fleet through FieldFix's Agent API.
Setup
1. **Get your API key** from [FieldFix Settings](https://app.fieldfix.ai/settings/api)
2. **Set environment variable:**
```bash
export FIELDFIX_API_KEY=ff_sk_live_your_key_here
```
Pricing
API access is included with all paid plans:
Capabilities
Read Operations
**List all machines:**
node scripts/fieldfix.js machines**Get machine details:**
node scripts/fieldfix.js machine <id>**Get machine expenses:**
node scripts/fieldfix.js expenses <id>**Get service history:**
node scripts/fieldfix.js service <id>**Get fleet alerts:**
node scripts/fieldfix.js alertsWrite Operations
**Log a service entry:**
node scripts/fieldfix.js log-service <id> "Oil Change" 120 "Changed oil and filter"**Log an expense:**
node scripts/fieldfix.js log-expense <id> fuel 250 "Filled tank"**Update hour meter:**
node scripts/fieldfix.js update-hours <id> 1250Example Prompts
Once configured, try asking your agent:
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
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...