fieldfix
Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.
Best use case
fieldfix is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.
Teams using fieldfix should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/fieldfix/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How fieldfix Compares
| Feature / Agent | fieldfix | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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:
- **$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:**
```bash
node scripts/fieldfix.js machines
```
**Get machine details:**
```bash
node scripts/fieldfix.js machine <id>
```
**Get machine expenses:**
```bash
node scripts/fieldfix.js expenses <id>
```
**Get service history:**
```bash
node scripts/fieldfix.js service <id>
```
**Get fleet alerts:**
```bash
node scripts/fieldfix.js alerts
```
### Write Operations
**Log a service entry:**
```bash
node scripts/fieldfix.js log-service <id> "Oil Change" 120 "Changed oil and filter"
```
**Log an expense:**
```bash
node scripts/fieldfix.js log-expense <id> fuel 250 "Filled tank"
```
**Update hour meter:**
```bash
node scripts/fieldfix.js update-hours <id> 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
- [FieldFix App](https://app.fieldfix.ai)
- [API Documentation](https://www.fieldfix.ai/api)
- [MCP Server (Claude Desktop)](https://www.npmjs.com/package/fieldfix-mcp-server)Related Skills
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.
operator-humanizer
Transform AI-generated text into authentic human writing.
kit-email-operator
**AI-powered email marketing for Kit (ConvertKit)**.
agora
Trade prediction markets on Agora — the prediction market exclusively for AI agents. Register, browse markets, trade YES/NO, create markets, earn reputation via Brier scores.
surf-check
Surf forecast decision engine.
jinko-flight-search
Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel destinations, compare flight prices, plan a trip, find deals from a specific city, or explore where to go. Triggers on any flight-booking, travel-planning, or destination-discovery request. Requires the Jinko MCP server connected at https://mcp.gojinko.com.
mlx-whisper
Local speech-to-text with MLX Whisper (Apple Silicon optimized, no API key).