Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

budget-pro预算专业人士

Agent Skill

budget-pro 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,594

周安装

541

GitHub Stars

公开资料未说明

下载量

4,415
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:budget-pro(预算专业人士)
来源仓库:https://github.com/agistack/budget-pro
安装命令:
openclaw skills install budget-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install budget-pro

简介

budget-pro 采用隐私优先的本地存储方式管理个人预算与支出。

  • 适合注重数据安全且不信任云服务的用户群体。budget-pro 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 安装后可通过自然语言设置预算、记录消费并检查余额。
  • 所有数据保存在本地文件系统,删除技能即清除全部记录。
  • 不支持导出或备份到外部服务,迁移需手动复制文件。

SKILL.md

name
budget-pro
description
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.

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.16%
按下载量换算3,451

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills