← Back to Skills Marketplace
支出追踪器
by
huangjingzhi07
· GitHub ↗
· v1.0.0
247
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install expense-tracker-oc
Description
简单易用的个人支出追踪和预算管理工具
README (SKILL.md)
expense-tracker - 支出追踪技能
个人支出追踪和预算管理工具。
功能列表
- 记录支出 - 快速记录每笔支出,分类管理
- 支出统计 - 按日期、类别查看支出汇总
- 预算设置 - 设置月度预算,监控支出进度
- 报表生成 - 生成月度支出报表
触发关键词
- 记录支出、添加支出
- 支出统计、支出明细
- 设置预算、预算多少
- 本月支出
数据存储
- expenses.json - 支出记录
- budget.json - 预算设置
使用示例
- "记录今天午餐花了30元"
- "查看本月支出统计"
- "设置每月预算5000元"
- "这个月花了多少钱"
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: expense-tracker-oc
Version: 1.0.0
The skill bundle contains only metadata and documentation for a simple personal expense tracker. The SKILL.md file describes standard functionality for recording expenses and managing budgets using local JSON files (expenses.json, budget.json) without any suspicious instructions, external network calls, or malicious code logic.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install expense-tracker-oc - After installation, invoke the skill by name or use
/expense-tracker-oc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is 支出追踪器?
简单易用的个人支出追踪和预算管理工具. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install 支出追踪器?
Run "/install expense-tracker-oc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 支出追踪器 free?
Yes, 支出追踪器 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 支出追踪器 support?
支出追踪器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 支出追踪器?
It is built and maintained by huangjingzhi07 (@huangjingzhi07); the current version is v1.0.0.
More Skills