← 返回 Skills 市场
Local Budget
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
130
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-local-budget
功能描述
Analyze exported bank/credit card CSV files locally to track spending, categorize transactions with LLM reasoning, compare against user-defined budgets, and...
安全使用建议
This skill appears coherent and local-only, but review these practical safety steps before installing: 1) Run the scripts locally on a machine you trust (they process potentially sensitive bank CSVs). 2) Inspect the included Python files yourself if you have doubts — there are no network calls or credential use, so a quick code review is sufficient. 3) When running, keep outputs (categorized.json, report.md) in a directory you control; avoid writing reports into shared/system folders unless intended. 4) The workflow relies on a manual LLM-review step (the agent or you should confirm low/medium confidence items) — do not skip manual review if you care about correct categorization. 5) If your agent platform can autonomously call skills and transmit data externally, ensure agent-level network/external-access policies are appropriate; the skill itself does not perform network exfiltration. If you want higher assurance, run the scripts in a disposable environment (virtualenv / container) and test with redacted sample CSVs first.
功能分析
Type: OpenClaw Skill
Name: nai-local-budget
Version: 1.0.0
The local-budget skill bundle is a legitimate tool for analyzing bank and credit card CSV exports locally. It consists of Python scripts (parse_csv.py, categorize.py, report.py) that use standard libraries to process financial data and generate Markdown reports without any network activity or unauthorized file access. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (local budget, CSV parsing, categorization, report generation) match the included files and arguments. All required functionality is implemented by the provided Python scripts; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the agent to run the local scripts in scripts/ and to review/adjust LLM-suggested categories before reporting. The instructions reference only CSVs, the included reference files, and optional local budget files; they do not ask the agent to read other system files, environment variables, or to send data to external endpoints.
Install Mechanism
No install spec; this is instruction + included Python scripts. The scripts use only Python standard library modules (csv, json, re, datetime, collections) and do not download or extract remote archives or install third-party packages.
Credentials
The skill declares no required environment variables, credentials, or config paths. The included code does not access external secrets or call external services. Category rules mention vendor names including 'openai'/'chatgpt' only for pattern matching (to label subscription charges), which is proportionate to the task.
Persistence & Privilege
always is false and the skill does not attempt to persist settings across the agent or modify other skills. It only reads/writes user-specified CSV/JSON/markdown files in the local filesystem (as directed by the user).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-local-budget - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-local-budget触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Local Budget 1.0.0 — Initial Release
- Analyze bank and credit card CSV exports fully locally for spending and budgeting.
- Parse, categorize, and report on transactions without third-party services.
- Supports category customization, multi-format CSVs, and user-defined budgets.
- Generates markdown reports with budget comparisons, trends, and spending analysis for Obsidian.
- Emphasizes privacy: no data leaves the user's device.
元数据
常见问题
Local Budget 是什么?
Analyze exported bank/credit card CSV files locally to track spending, categorize transactions with LLM reasoning, compare against user-defined budgets, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。
如何安装 Local Budget?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-local-budget」即可一键安装,无需额外配置。
Local Budget 是免费的吗?
是的,Local Budget 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Local Budget 支持哪些平台?
Local Budget 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local Budget?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills