# Send FieldFix to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fieldfix",
    "name": "FieldFix",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/blueprintstudioco/fieldfix",
    "canonicalUrl": "https://clawhub.ai/blueprintstudioco/fieldfix",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fieldfix",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fieldfix",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "config.example.json",
      "package.json",
      "SKILL.md",
      "scripts/fieldfix.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "fieldfix",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:17:45.195Z",
      "expiresAt": "2026-05-10T05:17:45.195Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fieldfix",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fieldfix",
        "contentDisposition": "attachment; filename=\"fieldfix-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "fieldfix"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fieldfix"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fieldfix",
    "downloadUrl": "https://openagent3.xyz/downloads/fieldfix",
    "agentUrl": "https://openagent3.xyz/skills/fieldfix/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fieldfix/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fieldfix/agent.md"
  }
}
```
## Documentation

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

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

FieldFix App
API Documentation
MCP Server (Claude Desktop)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: blueprintstudioco
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T05:17:45.195Z
- Expires at: 2026-05-10T05:17:45.195Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/fieldfix)
- [Send to Agent page](https://openagent3.xyz/skills/fieldfix/agent)
- [JSON manifest](https://openagent3.xyz/skills/fieldfix/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fieldfix/agent.md)
- [Download page](https://openagent3.xyz/downloads/fieldfix)