A privacy-focused, AI-powered personal finance assistant that tracks spending, budgets, and savings goals using natural language commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install smart-expense-tracker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install smart-expense-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Expense Tracker is a sophisticated Openclaw Skills integration designed to transform your chat interface into a powerful financial command center. Unlike traditional apps that require manual form filling, this skill understands natural language inputs like 'spent 50 on food' or 'uber 15' to automatically categorize and log your transactions. It serves as a comprehensive, free alternative to premium finance apps while ensuring that all your sensitive financial data remains strictly on your local machine, never touching an external server.
This skill goes beyond simple logging by providing deep AI-driven insights, monthly spending comparisons, and automated budget alerts. Whether you are splitting bills with friends or tracking long-term savings goals, the Expense Tracker provides a friction-free way to maintain financial discipline through a friendly, conversational interface. It is an essential addition to your collection of Openclaw Skills for anyone serious about personal wealth management without compromising privacy.
To initialize the Expense Tracker within your Openclaw Skills environment, run the following setup commands to prepare the local directory and data files:
mkdir -p ~/.openclaw/expense-tracker/backups
Create the required data architecture:
for file in expenses income budgets recurring goals; do
[ -f ~/.openclaw/expense-tracker/${file}.json ] || echo '[]' > ~/.openclaw/expense-tracker/${file}.json
done
[ -f ~/.openclaw/expense-tracker/settings.json ] || echo '{}' > ~/.openclaw/expense-tracker/settings.json
Upon first run, the agent will prompt you for your preferred currency and monthly income to customize your financial dashboard.
The skill maintains a flat-file JSON database for maximum portability and privacy. Data is organized as follows:
| File | Description |
|---|---|
expenses.json |
Stores individual transaction records (ID, amount, category, date, payment method). |
income.json |
Records all income sources and deposits. |
budgets.json |
Contains monthly limits and tracking data for specific categories. |
goals.json |
Tracks progress toward defined savings targets. |
recurring.json |
Manages subscriptions and automated bill reminders. |
settings.json |
Stores user preferences, currency settings, and gamification data like streaks and badges. |
Loading
A privacy-first, 20-feature AI personal assistant that manages your daily life entirely through local data storage.

A comprehensive freelance command center for managing clients, tracking projects, and automating invoicing directly through your AI agent.

A local-first AI resume builder that creates professional, ATS-optimized resumes and cover letters through simple chat conversations.

A local-first prompt engineering powerhouse that transforms vague queries into high-precision, structured AI instructions.

A comprehensive, privacy-first AI content strategist for planning, writing, and organizing cross-platform social media posts.

Study Buddy is a comprehensive, local-first AI study assistant that automates learning through flashcards, quizzes, and intelligent study planning.








































