← 返回 Skills 市场
1707
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install vehicle-tracker
功能描述
Track vehicle expenses (gas, maintenance, parts) in Google Sheets and save related photos. Handles mileage, cost, category, and photo organization.
安全使用建议
This skill appears to do what it says: it writes expense rows to Google Sheets or local Excel and copies any photo file paths you pass to it into a photos folder (default ~/vehicle_tracker). Before installing/running: (1) Be aware it will copy files from paths you provide — only pass trusted photo paths. (2) For Google Sheets mode it reuses a 'google-workspace' skill (google_auth.get_service) — ensure you trust and have configured that skill/service-account credentials; the dependency is referenced in SKILL.md but not declared in metadata. (3) Local Excel mode requires openpyxl; if you don't want cloud access, omit spreadsheet IDs and use local mode. (4) If you want extra assurance, review the tracker.py source (it is included) and the google-workspace code it imports before use.
功能分析
Type: OpenClaw Skill
Name: vehicle-tracker
Version: 1.0.0
The skill is designed to track vehicle expenses, supporting data storage in Google Sheets or local Excel files, and managing associated photos. The `tracker.py` script performs file system operations (creating directories, copying photos, reading/writing Excel files) and network operations (interacting with Google Sheets API via a dependency on the `google-workspace` skill). All observed behaviors, including file I/O to user-configurable paths (defaulting to `~/vehicle_tracker`) and API calls, are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
The name/description describe tracking vehicle expenses and the code implements that: parsing args, saving photos, appending rows to Google Sheets (via google auth) or writing local Excel files. The features requested in SKILL.md match the code behavior.
Instruction Scope
Runtime instructions are limited to running the provided Python script with appropriate flags. The script reads/writes only its config, locale files, user-supplied photo paths, and target spreadsheets/local Excel files — all expected for the stated functionality.
Install Mechanism
No install specification is provided (instruction-only with an included Python script). Nothing is downloaded or executed from external arbitrary URLs; risk is limited to running the included script locally.
Credentials
The skill declares no required env vars or credentials, which matches the package. It does, however, attempt to reuse a 'google-workspace' skill by appending ../google-workspace to sys.path and importing google_auth.get_service for Google Sheets access. That cross-skill dependency is referenced in SKILL.md but is not enforced in metadata — Google credentials would come from the separate google-workspace skill (proportionate to Sheets integration) and are not requested directly here.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. It writes its own config (skills/vehicle-tracker/config.json) and user files under ~/vehicle_tracker (or custom paths) as expected; it does not modify other skills' configs or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vehicle-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/vehicle-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vehicle-tracker.
- Track vehicle expenses (gas, maintenance, parts) with support for Google Sheets and local Excel files.
- Supports multiple languages and unit systems (metric/imperial).
- Organizes expense photos and auto-renames them with timestamps.
- Allows configurable vehicle aliases, default values per expense category, and custom save paths.
- Includes detailed setup and configuration instructions for first-time users.
元数据
常见问题
Vehicle Expense Tracker 是什么?
Track vehicle expenses (gas, maintenance, parts) in Google Sheets and save related photos. Handles mileage, cost, category, and photo organization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1707 次。
如何安装 Vehicle Expense Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vehicle-tracker」即可一键安装,无需额外配置。
Vehicle Expense Tracker 是免费的吗?
是的,Vehicle Expense Tracker 完全免费(开源免费),可自由下载、安装和使用。
Vehicle Expense Tracker 支持哪些平台?
Vehicle Expense Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vehicle Expense Tracker?
由 huchengtw(@huchengtw)开发并维护,当前版本 v1.0.0。
推荐 Skills