Skip to content
Skillv1.0.0

fuel

Track fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends.

by bytesagain(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from bytesagain/ai-skills (fuel/SKILL.md). Install upstream with npx skills add bytesagain/ai-skills --skill fuel. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/bytesagain-ai-skills-fuel/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

bytesagain-ai-skills-fuel.ocm.jsonjson
{
  "ocm": "1",
  "id": "bytesagain-ai-skills-fuel",
  "kind": "skill",
  "name": "fuel",
  "description": "Track fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends.",
  "publisher": "bytesagain",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "fuel",
      "general",
      "cli",
      "tool",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Track fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/bytesagain/ai-skills",
      "path": "fuel/SKILL.md",
      "ref": "aba92922e3f0ab6037140d02e118e0e9fa81313b",
      "url": "https://github.com/bytesagain/ai-skills/blob/aba92922e3f0ab6037140d02e118e0e9fa81313b/fuel/SKILL.md",
      "key": "bytesagain/ai-skills/fuel/SKILL.md"
    }
  },
  "instructions": "# fuel\n\nTrack fuel purchases, calculate consumption, and manage refueling records. Use when logging fill-ups, computing fuel economy, or comparing usage trends.\n\n## Commands\n\n### `status`\n\n```bash\nscripts/script.sh status\n```\n\nShow current status\n\n### `add`\n\n```bash\nscripts/script.sh add\n```\n\nAdd new entry\n\n### `list`\n\n```bash\nscripts/script.sh list\n```\n\nList all entries\n\n### `search`\n\n```bash\nscripts/script.sh search\n```\n\nSearch entries\n\n### `remove`\n\n```bash\nscripts/script.sh remove\n```\n\nRemove entry by number\n\n### `export`\n\n```bash\nscripts/script.sh export\n```\n\nExport data to file\n\n### `sta",
  "cost": {
    "context_tokens": 322
  }
}

Fetch it by URL: GET /api/v1/registry/bytesagain-ai-skills-fuel/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.