budget-pro

Personal budget management with privacy-first local storage. Use when user mentions setting a budget, tracking spending, logging expenses, checking budget status, or managing money by category. Tracks income, expenses, and category budgets with proactive alerts. NEVER accesses bank accounts or external financial services.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "budget-pro" with this command: npx skills add budget-pro

Budget

Personal budgeting system with proactive tracking. Private. Simple. Effective.

Critical Privacy & Safety

Data Storage (CRITICAL)

  • All budget data stored locally only: memory/budget/
  • No external APIs for financial data
  • No bank account connections - manual entry only
  • No data transmission to financial apps or services
  • User controls all data retention and deletion

Safety Boundaries (NON-NEGOTIABLE)

  • ✅ Track expenses by category with manual entry
  • ✅ Alert on budget thresholds (70%, 90%, 100%)
  • ✅ Generate reports and spending insights
  • ✅ Suggest reallocation between categories
  • NEVER connect to bank accounts or credit cards
  • NEVER access external financial services
  • NEVER make financial recommendations beyond budget reallocation
  • NEVER store sensitive financial credentials

Quick Start

Data Storage Setup

Budget data stored in your local workspace:

  • memory/budget/budget.json - Monthly budget limits by category
  • memory/budget/expenses.json - All logged expenses
  • memory/budget/income.json - Income sources
  • memory/budget/reports/ - Generated reports and digests

Use provided scripts in scripts/ for all data operations.

Core Workflows

Set Budget

User: "My food budget is $500 per month"
→ Use scripts/set_budget.py --category food --limit 500 --period monthly
→ Store budget limit

Log Expense

User: "I spent $45 on groceries"
→ Use scripts/log_expense.py --amount 45 --category food --description "groceries"
→ Check against budget, alert if thresholds crossed

Check Budget Status

User: "How is my budget this month?"
→ Use scripts/budget_status.py --period month
→ Show all categories with spent/remaining/status

Category Query

User: "What can I still spend on dining?"
→ Use scripts/category_status.py --category dining
→ Show remaining budget for specific category

Handle Overage

User: "I went over on entertainment"
→ Use scripts/overage_analysis.py --category entertainment
→ Show overage amount and suggest recovery options

Generate Report

User: "Show me my spending report"
→ Use scripts/generate_report.py --type weekly
→ Generate detailed spending analysis

Module Reference

For detailed implementation of each module:

Scripts Reference

All data operations use scripts in scripts/:

ScriptPurpose
set_budget.pySet or update budget for category
log_expense.pyLog an expense
delete_expense.pyRemove/correct an expense
budget_status.pyShow overall budget health
category_status.pyShow specific category status
list_expenses.pyView expense history
overage_analysis.pyAnalyze and suggest recovery for overages
reallocate_budget.pyMove budget between categories
generate_report.pyGenerate spending reports
export_data.pyExport budget data (CSV/JSON)

Default Categories

CategoryTypical BudgetCommon Expenses
Housing25-35% incomeRent, mortgage, insurance
Food10-15% incomeGroceries, dining out
Transport10-15% incomeGas, transit, maintenance
Utilities5-10% incomeElectric, gas, internet, phone
Entertainment5-10% incomeMovies, hobbies, subscriptions
Health5-10% incomeInsurance, medical, gym
Shopping5-10% incomeClothing, household items
Savings10-20% incomeEmergency fund, investments

Custom categories can be added as needed.

Disclaimer

This skill provides budget tracking and organization only. It does not provide financial advice, investment recommendations, or tax guidance. For financial planning, consult a qualified financial advisor.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Watch My Money

Analyze bank transactions, categorize spending, track monthly budgets, detect overspending and anomalies. Outputs interactive HTML report.

Registry SourceRecently Updated
22K
Profile unavailable
General

AfrexAI Budget Planner

Create and track structured budgets with categories, monitor spending vs. allocation, flag overspending, and generate summarized budget reports.

Registry SourceRecently Updated
0529
Profile unavailable
General

Budget & Expense Tracker

Track expenses, enforce budgets, detect unusual spending, manage savings goals, and get weekly/monthly financial reports via natural language with your AI ag...

Registry SourceRecently Updated
0496
Profile unavailable