ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

BudgetLy

Set category budgets, log expenses, and visualize spending limits. Use when tracking grocery costs, monitoring subscriptions, or forecasting spend.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/budgetly
Or

BudgetLy

BudgetLy v2.0.0 — a personal finance toolkit for recording expenses, categorizing spending, checking balances, analyzing trends, forecasting budgets, and generating reports from the command line.

Why BudgetLy?

  • Full-featured personal finance tracker with 12 specialized commands
  • No external dependencies, accounts, or API keys needed — your data stays local
  • All entries are timestamped and stored in plain-text log files
  • Export to JSON, CSV, or TXT for analysis in spreadsheets or other tools
  • Built-in search, statistics, and health-check utilities
  • Works on any system with Bash

Commands

CommandUsageDescription
recordbudgetly record <input>Record a financial transaction or expense entry
categorizebudgetly categorize <input>Categorize a transaction (e.g., food, transport, rent)
balancebudgetly balance <input>Log or check account balance information
trendbudgetly trend <input>Log trend data for spending pattern analysis
forecastbudgetly forecast <input>Record a budget forecast or projection
export-reportbudgetly export-report <input>Generate and log an export report entry
budget-checkbudgetly budget-check <input>Check budget limits and log the result
summarybudgetly summary <input>Log a financial summary (daily, weekly, monthly)
alertbudgetly alert <input>Set or log a budget alert (overspend warnings, etc.)
historybudgetly history <input>Log or view financial history entries
comparebudgetly compare <input>Compare spending across periods or categories
tax-notebudgetly tax-note <input>Record tax-related notes and deductions
statsbudgetly statsShow summary statistics across all log files
exportbudgetly export <fmt>Export all data (json, csv, or txt)
searchbudgetly search <term>Search across all log files for a keyword
recentbudgetly recentShow the 20 most recent history entries
statusbudgetly statusHealth check — version, entry count, disk usage
helpbudgetly helpShow the help message with all commands
versionbudgetly versionPrint the current version

All entry commands (record, categorize, balance, trend, forecast, export-report, budget-check, summary, alert, history, compare, tax-note) work the same way:

  • With arguments: saves a timestamped entry to <command>.log and logs to history.log
  • Without arguments: displays the 20 most recent entries from that command's log

Data Storage

All data is stored in ~/.local/share/budgetly/:

  • record.log, categorize.log, balance.log, etc. — one log file per command
  • history.log — unified activity log across all commands
  • export.json / export.csv / export.txt — generated export files

Metadata

Author@ckchzh
Stars3562
Views2
Updated2026-03-29
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-ckchzh-budgetly": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#budget#finance#money#spending#savings#personal-finance#categories
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.