← Back to Skills Marketplace
4713
Downloads
6
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install personal-finance
Description
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.
Usage Guidance
Install only if you are comfortable storing expense amounts, categories, budgets, and payment reminders in a local SQLite file. Confirm write actions before the agent records them, and delete or back up finance.db according to your privacy needs.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
The skill's finance-tracking purpose matches its capabilities: categories, budgets, transactions, schedules, and reminders. It handles sensitive financial data, but that is expected for this purpose.
Instruction Scope
Instructions are broad within personal finance, including logging expenses and checking reminders, but they stay within the advertised workflow and do not direct unrelated or hidden actions.
Install Mechanism
The only executable artifact is scripts/init_db.py, which creates a local SQLite database and initializes finance-related tables and preset categories; no network, subprocess, or credential behavior was found.
Credentials
Artifact behavior is local and scoped to ~/.openclaw/workspace/skills/personal-finance/finance.db, which is proportionate for a local tracker.
Persistence & Privilege
The skill persists transactions, budgets, categories, and schedules locally in finance.db. This is disclosed and purpose-aligned, but users should treat the database as sensitive.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-finance - After installation, invoke the skill by name or use
/personal-finance - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 4713 downloads so far.
How do I install Personal Finance Tracker?
Run "/install personal-finance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Personal Finance Tracker free?
Yes, Personal Finance Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Personal Finance Tracker support?
Personal Finance Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Personal Finance Tracker?
It is built and maintained by aka-anoop (@aka-anoop); the current version is v1.0.0.
More Skills