支出追踪器
简单易用的个人支出追踪和预算管理工具
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 119 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (personal expense tracking and budgeting) matches the SKILL.md. There are no unrelated requirements (no binaries, env vars, or external services) that would be unexpected for this purpose.
Instruction Scope
SKILL.md provides scoped runtime instructions: record expenses, compute summaries, set budgets, and generate reports. It specifies two local storage files (expenses.json and budget.json). It does not instruct reading unrelated files, accessing environment variables, or transmitting data externally. Note: storage file paths are not fully specified (likely the agent workspace), so confirm where these files are written and who can access them.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install pattern because nothing is downloaded or written during install.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local expense tracker.
Persistence & Privilege
always is false (normal). The skill will persist user data to expenses.json and budget.json in the agent environment; it does not request elevated system privileges or modify other skills. Because it stores personal financial data, consider where the agent runs (local vs. shared/cloud) and how files are protected.
Assessment
This skill appears to do what it says, but it will store your financial records in two JSON files (expenses.json and budget.json) in the agent's workspace. Before installing, confirm: (1) where those files are stored (local machine vs. shared/cloud environment), (2) whether the files are accessible to other users or services, (3) whether you need encryption/backup/retention policies for these files, and (4) if you want to disable autonomous invocation for added control. If you handle sensitive identifiers (bank account numbers, full card details), avoid storing them in plain JSON or do not use this skill in an untrusted environment.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
expense-tracker - 支出追踪技能
个人支出追踪和预算管理工具。
功能列表
- 记录支出 - 快速记录每笔支出,分类管理
- 支出统计 - 按日期、类别查看支出汇总
- 预算设置 - 设置月度预算,监控支出进度
- 报表生成 - 生成月度支出报表
触发关键词
- 记录支出、添加支出
- 支出统计、支出明细
- 设置预算、预算多少
- 本月支出
数据存储
- expenses.json - 支出记录
- budget.json - 预算设置
使用示例
- "记录今天午餐花了30元"
- "查看本月支出统计"
- "设置每月预算5000元"
- "这个月花了多少钱"
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
