{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fieldfix",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fieldfix",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "config.example.json",
      "package.json",
      "SKILL.md",
      "scripts/fieldfix.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/fieldfix",
    "agentPageUrl": "https://openagent3.xyz/skills/fieldfix/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fieldfix/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fieldfix/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "FieldFix Skill",
        "body": "Query and manage your heavy equipment fleet through FieldFix's Agent API."
      },
      {
        "title": "Setup",
        "body": "Get your API key from FieldFix Settings\nSet environment variable:\nexport FIELDFIX_API_KEY=ff_sk_live_your_key_here"
      },
      {
        "title": "Pricing",
        "body": "API access is included with all paid plans:\n\n$10/machine/month (1-25 machines)\n$7/machine/month (26-100 machines)\n$5/machine/month (100+ machines)\n2 months free trial — no credit card required"
      },
      {
        "title": "Read Operations",
        "body": "List all machines:\n\nnode scripts/fieldfix.js machines\n\nGet machine details:\n\nnode scripts/fieldfix.js machine <id>\n\nGet machine expenses:\n\nnode scripts/fieldfix.js expenses <id>\n\nGet service history:\n\nnode scripts/fieldfix.js service <id>\n\nGet fleet alerts:\n\nnode scripts/fieldfix.js alerts"
      },
      {
        "title": "Write Operations",
        "body": "Log a service entry:\n\nnode scripts/fieldfix.js log-service <id> \"Oil Change\" 120 \"Changed oil and filter\"\n\nLog an expense:\n\nnode scripts/fieldfix.js log-expense <id> fuel 250 \"Filled tank\"\n\nUpdate hour meter:\n\nnode scripts/fieldfix.js update-hours <id> 1250"
      },
      {
        "title": "Example Prompts",
        "body": "Once configured, try asking your agent:\n\n\"What machines do I have in FieldFix?\"\n\"When is my CAT 299 due for service?\"\n\"How much have I spent on fuel this month?\"\n\"Log an oil change on the excavator for $120\"\n\"What's the total cost per hour for my skid steer?\""
      },
      {
        "title": "API Endpoints",
        "body": "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"
      },
      {
        "title": "Links",
        "body": "FieldFix App\nAPI Documentation\nMCP Server (Claude Desktop)"
      }
    ],
    "body": "FieldFix Skill\n\nQuery and manage your heavy equipment fleet through FieldFix's Agent API.\n\nSetup\nGet your API key from FieldFix Settings\nSet environment variable:\nexport FIELDFIX_API_KEY=ff_sk_live_your_key_here\n\nPricing\n\nAPI access is included with all paid plans:\n\n$10/machine/month (1-25 machines)\n$7/machine/month (26-100 machines)\n$5/machine/month (100+ machines)\n2 months free trial — no credit card required\nCapabilities\nRead Operations\n\nList all machines:\n\nnode scripts/fieldfix.js machines\n\n\nGet machine details:\n\nnode scripts/fieldfix.js machine <id>\n\n\nGet machine expenses:\n\nnode scripts/fieldfix.js expenses <id>\n\n\nGet service history:\n\nnode scripts/fieldfix.js service <id>\n\n\nGet fleet alerts:\n\nnode scripts/fieldfix.js alerts\n\nWrite Operations\n\nLog a service entry:\n\nnode scripts/fieldfix.js log-service <id> \"Oil Change\" 120 \"Changed oil and filter\"\n\n\nLog an expense:\n\nnode scripts/fieldfix.js log-expense <id> fuel 250 \"Filled tank\"\n\n\nUpdate hour meter:\n\nnode scripts/fieldfix.js update-hours <id> 1250\n\nExample Prompts\n\nOnce configured, try asking your agent:\n\n\"What machines do I have in FieldFix?\"\n\"When is my CAT 299 due for service?\"\n\"How much have I spent on fuel this month?\"\n\"Log an oil change on the excavator for $120\"\n\"What's the total cost per hour for my skid steer?\"\nAPI Endpoints\nEndpoint\tMethod\tDescription\n/machines\tGET\tList all machines\n/machines/{id}\tGET\tGet machine details\n/machines/{id}/expenses\tGET\tGet expense history\n/machines/{id}/service\tGET\tGet service history\n/alerts\tGET\tGet fleet alerts\n/machines/{id}/service\tPOST\tLog service entry\n/machines/{id}/expenses\tPOST\tLog expense\n/machines/{id}/hours\tPOST\tUpdate hours\nLinks\nFieldFix App\nAPI Documentation\nMCP Server (Claude Desktop)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/blueprintstudioco/fieldfix",
    "publisherUrl": "https://clawhub.ai/blueprintstudioco/fieldfix",
    "owner": "blueprintstudioco",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}