TopRank Skills

Home / Claw Skills / Surveillance / fieldfix
Official OpenClaw rules 36%

fieldfix

Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fieldfix 技能。 若已安装,则直接安装 fieldfix 技能。

Overview

Skill Key
blueprintstudioco/fieldfix
Author
FieldFix <support@fieldfix.ai>
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/blueprintstudioco/fieldfix
Latest Commit SHA
268929058803cab3b8c80627cd1384f9b1dcf681

Extracted Content

SKILL.md excerpt

# 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 |
| `/machine...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.