fieldfix

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fieldfix" with this command: npx skills add blueprintstudioco/fieldfix

FieldFix Skill

Query and manage your heavy equipment fleet through FieldFix's Agent API.

Setup

  1. Get your API key from FieldFix Settings
  2. 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 <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 alerts

Write 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> 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

EndpointMethodDescription
/machinesGETList all machines
/machines/{id}GETGet machine details
/machines/{id}/expensesGETGet expense history
/machines/{id}/serviceGETGet service history
/alertsGETGet fleet alerts
/machines/{id}/servicePOSTLog service entry
/machines/{id}/expensesPOSTLog expense
/machines/{id}/hoursPOSTUpdate hours

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Polymarket Politics Random Buyer

Randomly finds a live Polymarket politics market, checks trading context, and buys 1 USDC by default with explicit dry-run and live modes for AION Market.

Registry SourceRecently Updated
General

DB Schenker

德国铁路集团旗下物流巨头,专注欧洲最大陆运网络及多式联运,提供空运、海运及合同物流服务。

Registry SourceRecently Updated
General

Secretary Memory

OpenClaw 秘书式多分区记忆系统 v3.0。仿生现代秘书的笔记本分类法,支持:(1) 多分区并发搜索 + 每分区3条上下文召回,(2) 会话自动摘要,(3) 偏好自动提取 + 用户关系图谱,(4) 记忆冲突主动检测,(5) 定时 consolidation + 会话结束 hook,(6) 精细化恢复/回溯,...

Registry SourceRecently Updated
General

Hunt

Digital bounty hunter skill for finding, tracking, and managing online hackathon opportunities. Trigger when the user says "hunt", "find hackathons", "show m...

Registry SourceRecently Updated