← 返回 Skills 市场
nollio

Budget Buddy Pro

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
120
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install normieclaw-budget-buddy-pro
功能描述
Stop paying $100/year just to look at your own money. Budget Buddy Pro reads bank and credit card statements from any provider — Chase, Amex, your local cred...
安全使用建议
This package appears to do what it says: local CSV parsing, auto-categorization, and local JSON storage. Before installing, consider the following: 1) PDF support is advertised but the included parser only accepts CSV — if you rely on PDF input, verify or add a safe PDF extractor. 2) The optional report generator uses Playwright/Chromium which can download browser binaries during installation — only enable it if you trust that behavior and are prepared for extra disk/network activity. 3) The setup prompt asks your agent to run shell commands that create files in your agent workspace; review the commands and run them in a directory you control (or test inside an isolated environment/container). 4) The skill stores highly sensitive financial data locally — enable disk encryption and consider filesystem backups and access controls on multi-user machines. 5) The package claims a security contact and an audit; treat those as advisory and inspect the scripts yourself (parse-statement.py and the install steps are short and readable). If you need PDF ingestion, external backups, or cloud sync, verify those features explicitly — they are not present in the code. Overall, the package is coherent and self-contained; proceed after the simple checks above.
功能分析
Type: OpenClaw Skill Name: normieclaw-budget-buddy-pro Version: 1.0.3 Budget Buddy Pro is a well-structured financial management skill that demonstrates high security awareness. It includes explicit prompt-injection defenses in SKILL.md to prevent the agent from following instructions embedded in untrusted financial documents, and it enforces strict local file permissions (chmod 600/700) for sensitive data. The provided scripts (parse-statement.py and generate-budget-report.sh) perform localized data processing and report generation without any evidence of data exfiltration, obfuscation, or unauthorized network activity.
能力评估
Purpose & Capability
Name, description, and included files (CSV parser, budget JSON schemas, report generator, dashboard spec) align with a local budgeting tool. The skill does not declare unrelated credentials or external services. Minor mismatch: SKILL.md/README claim PDF support but parse-statement.py currently only supports CSV (script prints an unsupported file-type message for non-.csv).
Instruction Scope
Runtime instructions (SKILL.md + SETUP-PROMPT.md) restrict operations to local data ingestion, categorization, and saving under the skill's data/ directory, and include explicit prompt-injection defenses telling the agent to treat statement contents as data, not instructions. SETUP-PROMPT asks the agent to create directories and initialise JSON files in the workspace — expected for a local skill.
Install Mechanism
No formal install spec (instruction-only with included files). SETUP-PROMPT uses local shell commands (mkdir, cp, chmod) to initialize the skill — low risk. The report generator optionally requires Playwright/Chromium; installing Playwright may involve additional downloads (developer tool behaviour) but is optional and not required for core CSV parsing.
Credentials
The skill requests no environment variables, no credentials, and operates on workspace-local files. Dashboard/manifest JSON includes database schema fields (user_id, UUIDs) but that is a UI/manifest design choice and does not imply external credential access.
Persistence & Privilege
always:false (no forced global inclusion). Skill writes only to its own data/ subdirectory and SETUP-PROMPT explicitly sets restrictive permissions (700/600). It does not attempt to change other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-budget-buddy-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-budget-buddy-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.1
Added rich descriptions and frontmatter.
v1.0.0
Initial publish from NormieClaw.ai - Free OpenClaw skills for everyone.
元数据
Slug normieclaw-budget-buddy-pro
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Budget Buddy Pro 是什么?

Stop paying $100/year just to look at your own money. Budget Buddy Pro reads bank and credit card statements from any provider — Chase, Amex, your local cred... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Budget Buddy Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-budget-buddy-pro」即可一键安装,无需额外配置。

Budget Buddy Pro 是免费的吗?

是的,Budget Buddy Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Budget Buddy Pro 支持哪些平台?

Budget Buddy Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Budget Buddy Pro?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论