@bytesagain/fuel
BTrack fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends.
Install
agr install @bytesagain/fuel --target claudeWrites 1 file into .claude/skills/, pinned to git-f0d68248.
- .claude/skills/fuel/SKILL.md
Document
name: "fuel" version: "1.0.0" description: "Track fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends." author: "BytesAgain" homepage: "https://bytesagain.com" source: "https://github.com/bytesagain/ai-skills" tags: [fuel, general, cli, tool] category: "general"
fuel
Track fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends.
Commands
status
scripts/script.sh status
Show current status
add
scripts/script.sh add
Add new entry
list
scripts/script.sh list
List all entries
search
scripts/script.sh search
Search entries
remove
scripts/script.sh remove
Remove entry by number
export
scripts/script.sh export
Export data to file
stats
scripts/script.sh stats
Show statistics
config
scripts/script.sh config
View or set config
help
scripts/script.sh help
version
scripts/script.sh version
Configuration
Use scripts/script.sh config <key> <value> to set preferences.
| Variable | Required | Description |
|---|---|---|
FUEL_DIR | No | Data directory (default: ~/.fuel/) |
Data Storage
All data stored in ~/.fuel/ using JSONL format (one JSON object per line).
Output
Structured output to stdout. Exit code 0 on success, 1 on error.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-f0d68248ad4e2026-07-31