ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Fuel

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/fuel
Or

Fuel

Terminal-first Fuel manager. Keep your home management data organized with simple commands.

Why Fuel?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
fuel help

# Check current status
fuel status

# View your statistics
fuel stats

Commands

CommandWhat it does
fuel addAdd
fuel inventoryInventory
fuel scheduleSchedule
fuel remindRemind
fuel checklistChecklist
fuel usageUsage
fuel costCost
fuel maintainMaintain
fuel logLog
fuel reportReport
fuel seasonalSeasonal
fuel tipsTips
fuel statsSummary statistics
fuel export<fmt> Export (json
fuel search<term> Search entries
fuel recentRecent activity
fuel statusHealth check
fuel helpShow this help
fuel versionShow version
fuel $name:$c entries
fuel Total:$total entries
fuel Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
fuel Version:v2.0.0
fuel Datadir: $DATA_DIR
fuel Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
fuel Disk:$(du -sh "$DATA_DIR" 2>/dev/null
fuel Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
fuel Status:OK
fuel [Fuel]add: $input
fuel Saved.Total add entries: $total
fuel [Fuel]inventory: $input
fuel Saved.Total inventory entries: $total
fuel [Fuel]schedule: $input
fuel Saved.Total schedule entries: $total
fuel [Fuel]remind: $input
fuel Saved.Total remind entries: $total
fuel [Fuel]checklist: $input
fuel Saved.Total checklist entries: $total
fuel [Fuel]usage: $input
fuel Saved.Total usage entries: $total
fuel [Fuel]cost: $input
fuel Saved.Total cost entries: $total
fuel [Fuel]maintain: $input
fuel Saved.Total maintain entries: $total
fuel [Fuel]log: $input
fuel Saved.Total log entries: $total
fuel [Fuel]report: $input
fuel Saved.Total report entries: $total
fuel [Fuel]seasonal: $input
fuel Saved.Total seasonal entries: $total
fuel [Fuel]tips: $input
fuel Saved.Total tips entries: $total

Data Storage

All data is stored locally at ~/.local/share/fuel/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars3500
Views1
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-fuel": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#organize#maintenance#smart-home#fuel#home
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.