← Back to Skills Marketplace
Mileage
by
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
275
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install mileage
Description
Log vehicle mileage, review driving trends, and export trip reports for tracking. Use when logging trips, tracking fuel economy, exporting mileage data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mileage - After installation, invoke the skill by name or use
/mileage - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Mileage?
Log vehicle mileage, review driving trends, and export trip reports for tracking. Use when logging trips, tracking fuel economy, exporting mileage data. It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install Mileage?
Run "/install mileage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mileage free?
Yes, Mileage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mileage support?
Mileage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mileage?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.
More Skills