← 返回 Skills 市场
aka-anoop

Personal Finance Tracker

作者 aka-anoop · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
4167
总下载
6
收藏
24
当前安装
3
版本数
在 OpenClaw 中安装
/install personal-finance
功能描述
Manage personal finances, track spending by category, set budgets, and receive reminders for EMIs and one-time annual expenses. Use for logging expenses, checking budget status, or setting up financial reminders.
使用说明 (SKILL.md)

Personal Finance

Track spending, manage budgets, and stay on top of recurring payments (EMIs) and one-time annual expenses using a local SQLite backend.

Preset Categories

The skill starts with: Food, Rent, Utilities, Travel, Entertainment, Shopping, Health, Misc.

Core Features

  • Categorized Tracking: Log expenses into preset or custom categories.
  • Dynamic Categories: Add new categories on the fly.
  • SQLite Backend: All data is stored in finance.db.

Setup

  1. Run scripts/init_db.py to initialize the database (already done).
  2. Ask the user if they want to add custom categories or set budgets for the presets.

Logging Expenses

Record spends into finance.db. Example: "Spent 500 on Food for lunch" -> Insert into transactions table.

Scheduled Tasks

  • Weekly Digest: Summarize SQLite transactions table.
  • Reminders: Check schedules table for EMIs and One-time spends.
安全使用建议
This appears safe for its stated purpose, but it will create and maintain a local database of your financial activity. Use it only for data you are comfortable storing in the OpenClaw workspace, and be aware that summaries and reminders may reuse that stored information.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The skill is designed for local personal finance tracking using an SQLite database. The `SKILL.md` instructs the agent to run `scripts/init_db.py` for setup, which creates a local database at `~/.openclaw/workspace/skills/personal-finance/finance.db` and initializes tables for categories, transactions, and schedules. All operations are local, confined to the stated purpose, and lack any indicators of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts beyond the skill's intended functionality.
能力评估
Purpose & Capability
The stated purpose matches the artifacts: logging expenses, budgets, categories, EMIs, and reminders. Users should note that this involves storing personal financial details.
Instruction Scope
Instructions tell the agent to record expenses, summarize transactions, and check schedules. This is purpose-aligned, but actions should remain user-directed because they affect a persistent finance ledger.
Install Mechanism
There is no install spec, but SKILL.md references a local setup script. The included script only initializes a SQLite database and default categories in the skill workspace.
Credentials
The database path is scoped to the OpenClaw skill workspace and the artifacts show no broad filesystem access, network calls, credential use, or protected-path writes.
Persistence & Privilege
The skill persists finance data in finance.db and describes scheduled summaries/reminders. This persistence is expected for the purpose, but users should understand where the data is stored and how it may be reused.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-finance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-finance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the personal-finance skill. - Track spending with categorized expenses and add custom categories. - Set budgets and receive reminders for EMIs and annual expenses. - Stores all data locally using SQLite.
v0.2.0
Initial release. - Introduced a local SQLite backend (finance.db) for storing expenses and schedules. - Supports logging expenses, managing budgets, and tracking by preset or custom categories. - Enables reminders for EMIs and one-time annual financial commitments. - Includes automated weekly spending summaries.
v0.1.0
- Initial release of the personal-finance skill. - Track expenses by preset or custom categories. - Set and manage budgets for each category. - Store all data locally in a SQLite database. - Receive reminders for EMIs and annual expenses. - Automated weekly spending summary.
元数据
Slug personal-finance
版本 1.0.0
许可证
累计安装 25
当前安装数 24
历史版本数 3
常见问题

Personal Finance Tracker 是什么?

Manage personal finances, track spending by category, set budgets, and receive reminders for EMIs and one-time annual expenses. Use for logging expenses, checking budget status, or setting up financial reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4167 次。

如何安装 Personal Finance Tracker?

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

Personal Finance Tracker 是免费的吗?

是的,Personal Finance Tracker 完全免费(开源免费),可自由下载、安装和使用。

Personal Finance Tracker 支持哪些平台?

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

谁开发了 Personal Finance Tracker?

由 aka-anoop(@aka-anoop)开发并维护,当前版本 v1.0.0。

💬 留言讨论