← 返回 Skills 市场
ckchzh

Mileage

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
275
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install mileage
功能描述
Log vehicle mileage, review driving trends, and export trip reports for tracking. Use when logging trips, tracking fuel economy, exporting mileage data.
安全使用建议
This skill appears to do what it says: a local mileage logger that writes data to ~/.local/share/mileage and does not contact external services or ask for credentials. Before installing, consider: (1) review the included scripts (they will run locally) and keep backups if you rely on the data; (2) data is stored unencrypted — don't log sensitive personal information if others can access your account; (3) exported JSON may be invalid for inputs containing quotes/newlines because values are not escaped — sanitize before sharing; (4) if you want extra isolation, run the script in a sandbox/container or inspect/modify it to suit your security posture.
功能分析
Type: OpenClaw Skill Name: mileage Version: 2.0.1 The 'Mileage' skill is a straightforward local logging utility for vehicle and home maintenance data. It stores all information locally in the user's home directory (~/.local/share/mileage/) and provides basic functions for adding, searching, and exporting entries to JSON, CSV, or TXT formats. The script (scripts/script.sh) contains no network activity, credential access, or suspicious execution patterns, and the documentation (SKILL.md) accurately reflects the tool's simple functionality.
能力评估
Purpose & Capability
The name and description (log mileage, review trends, export reports) match the delivered files and behavior. The script implements a local CLI that stores data in ~/.local/share/mileage and provides add/search/export/stats commands; there are no unrelated credentials, binaries, or cloud integrations requested.
Instruction Scope
SKILL.md and the included script keep all activity local and reference only the data directory. The script logs user inputs verbatim into .log files and history.log. Export and search operate only on those local files. One caveat: the JSON export routine does not escape values, so exported JSON may be invalid or contain unescaped quotes/control characters if you store arbitrary text.
Install Mechanism
No install spec is provided and no external downloads or packages are required. Only a shell script is included; nothing in the repo attempts to fetch or install remote code.
Credentials
The skill requires no environment variables, credentials, or config paths. It only uses $HOME to create its data directory, which is proportionate to a personal local logging tool.
Persistence & Privilege
The skill persistently writes files under ~/.local/share/mileage (log files and history). This is expected for a logging tool and it does not request elevated privileges or system-wide configuration changes. always:false and no global modifications are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mileage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mileage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
Slug mileage
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Mileage 是什么?

Log vehicle mileage, review driving trends, and export trip reports for tracking. Use when logging trips, tracking fuel economy, exporting mileage data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。

如何安装 Mileage?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mileage」即可一键安装,无需额外配置。

Mileage 是免费的吗?

是的,Mileage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mileage 支持哪些平台?

Mileage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mileage?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论