返回顶部
f

fieldfix

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,950
下载量
1
收藏
概述
安装方式
版本历史

fieldfix

# 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 | | `/machines/{id}/hours` | POST | Update hours | ## Links - [FieldFix App](https://app.fieldfix.ai) - [API Documentation](https://www.fieldfix.ai/api) - [MCP Server (Claude Desktop)](https://www.npmjs.com/package/fieldfix-mcp-server)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 fieldfix-1776375327 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 fieldfix-1776375327 技能

通过命令行安装

skillhub install fieldfix-1776375327

下载 Zip 包

⬇ 下载 fieldfix v1.0.0

文件大小: 3.51 KB | 发布时间: 2026-4-17 15:58

v1.0.0 最新 2026-4-17 15:58
- Initial release of the FieldFix skill.
- Query and manage your heavy equipment fleet using FieldFix’s API.
- Track machines, log service entries and expenses, monitor service history and alerts.
- Simple CLI examples and API endpoints provided for both read and write operations.
- API access included with all paid plans; two months free trial available.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部