← Back to Skills Marketplace
Expense Tracker
by
Manish Pareek
· GitHub ↗
· v1.0.0
654
Downloads
2
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install smart-expense-tracker
Description
When user wants to track expenses, log spending, manage budgets, view spending reports, set savings goals, split bills, track income, view net savings, log r...
Usage Guidance
This skill appears to do what it says: store and manage expenses locally. Before installing, verify the agent runtime will not give this skill network access or additional tools (exec here allows arbitrary shell commands). Consider these steps: 1) Confirm the agent does not have network/networking tools or other elevated permissions that could transmit files. 2) Review the initial shell commands in SKILL.md (mkdir, for-loop, echo) to ensure they are acceptable in your environment. 3) Back up or encrypt financial JSON files if you store sensitive data. 4) Test in a sandbox or low-privilege account first to confirm behavior. If you need stronger guarantees that data never leaves the device, also confirm the platform enforces no-network and no-remote-exec policies for skills.
Capability Analysis
Type: OpenClaw Skill
Name: smart-expense-tracker
Version: 1.0.0
The OpenClaw AgentSkills bundle for 'smart-expense-tracker' is classified as benign. While it requests the high-risk `exec` tool (via `metadata.clawdbot.requires.tools`), the `SKILL.md` explicitly justifies its use for local file system management (e.g., `mkdir`, file initialization, and implied backup/cleanup operations) within the skill's dedicated `~/.openclaw/expense-tracker/` directory. The documentation strongly emphasizes that 'All data stays local,' 'Makes NO external API calls or network requests,' and 'Sends NO data to any server,' with no evidence of prompt injection designed to bypass these safety measures or exfiltrate data. The instructions consistently reinforce local-only operations and privacy, indicating no malicious intent within the skill itself.
Capability Assessment
Purpose & Capability
Name/description match the behavior in SKILL.md: it creates and manages local JSON files for expenses, budgets, income, goals, and settings. The declared need to read and write local files is proportional to the stated purpose; no unrelated cloud credentials or services are requested.
Instruction Scope
Runtime instructions are focused on the expense-tracking task and explicitly limit data I/O to ~/.openclaw/expense-tracker/. However the SKILL.md instructs use of shell commands (mkdir, for-loop, echo, file checks). Those commands are consistent with the described setup but using exec gives broad ability to run arbitrary shell commands if the agent misuses that capability.
Install Mechanism
No install spec and no code files (instruction-only). This is low-risk from an install perspective because nothing is downloaded or written beyond the local data files the skill itself requests.
Credentials
The skill requests no environment variables or external credentials. The only declared capabilities are read/exec/write for local files, which align with creating and managing the JSON data files. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and the skill stores data only under its own ~/.openclaw/expense-tracker/ path. It does not request system-wide changes or modification of other skills' configs. It does request exec access for initialization, which is a limited but notable privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-expense-tracker - After installation, invoke the skill by name or use
/smart-expense-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 — 25-feature AI expense tracker with budgets, goals, streaks, gamification
Metadata
Frequently Asked Questions
What is Expense Tracker?
When user wants to track expenses, log spending, manage budgets, view spending reports, set savings goals, split bills, track income, view net savings, log r... It is an AI Agent Skill for Claude Code / OpenClaw, with 654 downloads so far.
How do I install Expense Tracker?
Run "/install smart-expense-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Expense Tracker free?
Yes, Expense Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Expense Tracker support?
Expense Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Expense Tracker?
It is built and maintained by Manish Pareek (@mkpareek0315); the current version is v1.0.0.
More Skills