Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install fieldfix或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install fieldfix⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/fieldfix/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: fieldfix description: Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics. version: 1.0.0 author: FieldFix
Query and manage your heavy equipment fleet through FieldFix's Agent API.
```bash export FIELDFIX_API_KEY=ff_sk_live_your_key_here ```
API access is included with all paid plans:
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
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
Once configured, try asking your agent:
| 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 |
安装 FieldFix 后,可以对 AI 说这些话来触发它
Help me get started with FieldFix
Explains what FieldFix does, walks through the setup, and runs a quick demo based on your current project
Use FieldFix to query and manage your heavy equipment fleet through FieldFix's API
Invokes FieldFix with the right parameters and returns the result directly in the conversation
What can I do with FieldFix in my developer & devops workflow?
Lists the top use cases for FieldFix, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/fieldfix/ 目录(个人级,所有项目可用),或 .claude/skills/fieldfix/(项目级)。重启 AI 客户端后,用 /fieldfix 主动调用,或让 AI 根据上下文自动发现并使用。
FieldFix 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
FieldFix 可免费安装使用。请查阅仓库了解许可证信息。
Query and manage your heavy equipment fleet through FieldFix's API. Track machines, log maintenance, monitor expenses, and get AI diagnostics.
FieldFix 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using FieldFix
Identifies repetitive steps in your workflow and sets up FieldFix to handle them automatically