A secure, multi-backend financial management tool for tracking income and expenses using localized or cloud-based storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install expense-tracker-v2
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 expense-tracker-v2 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 robust financial utility designed for users who need a centralized, secure way to monitor their cash flow. It supports various storage backends including local files, Notion, Google Sheets, and Supabase, ensuring your financial data lives exactly where you want it.
Integrating seamlessly into your workflow, this tool provides a CLI-first approach to financial logging. By leveraging Openclaw Skills, developers and power users can automate their bookkeeping without compromising on security, thanks to industry-standard AES-256-GCM encryption for all sensitive credentials.
To get started with this entry in the collection of Openclaw Skills, run the following setup command:
expense-tracker setup
Follow the interactive prompts to set your master password and choose your storage backend. For subsequent sessions, provide your password:
expense-tracker pass <your-password>
Every transaction is stored as a structured object. The system organizes data according to the following schema:
| Field | Type | Description |
|---|---|---|
| id | UUID | Unique identifier for the record |
| type | String | Indicates expense or income |
| amount | Number | The transaction value (negative for expenses) |
| category | String | Predefined categories (e.g., food, salary) |
| note | String | A brief description of the entry |
| date | ISO8601 | The transaction date |
Data is persisted in the chosen backend and encrypted locally at ~/.openclaw/expense-tracker/config.enc.
Loading
A professional investment advisory skill for Openclaw Skills that leverages the CFA framework to provide tailored asset allocation and wealth management strategies.

An AI-driven automation tool for building, managing, and personalizing Spotify playlists via natural language requests.

Shelter is a read-only financial intelligence skill that enables AI agents to analyze bank data, calculate safe-to-spend limits, and provide personalized coaching.

A professional-grade moderation tool that leverages AI to automatically filter and audit text, image, and video content via the Vettly API.

A sophisticated memory management skill that maintains a lean permanent index while archiving detailed historical logs in a structured two-layer system.

A specialized utility for moving and transforming memory files between different AI agent instances to maintain context across workflows.








































