A personal finance memory layer that enables AI agents to parse statements, store transaction history, and perform spending analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install finance-skill
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 finance-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Finance Skill acts as a persistent memory layer for your AI agent, allowing it to handle personal finance tasks with precision. It bridges the gap between raw financial documents and actionable insights by providing tools to parse PDF or image statements and organize them into a structured JSON database.
This skill ensures your agent can remember past spending, recognize patterns, and help you stay on budget without manual data entry. By utilizing Openclaw Skills for financial management, developers can build agents that offer high-utility personal accounting services directly within a conversational interface.
To enable the full capabilities of this skill, install the necessary dependencies for PDF parsing and JSON manipulation:
pip3 install pypdf
# For Linux users
sudo apt install jq
# For macOS users
brew install jq
Ensure the workspace directory exists for persistent storage:
mkdir -p ~/.openclaw/workspace/finance/statements/
Transactions are organized within ~/.openclaw/workspace/finance/transactions.json. The schema is designed for easy querying and integration with other Openclaw Skills.
| Field | Type | Description |
|---|---|---|
| id | UUID | Unique identifier for the transaction |
| date | String | Transaction date in YYYY-MM-DD format |
| merchant | String | Name of the vendor or service provider |
| amount | Float | Negative value for expenses, positive for income/refunds |
| category | String | Classification (e.g., food, transport, shopping, bills) |
| source | String | The filename of the original source statement |
| added | ISO8601 | Timestamp of when the record was created |
Loading
A professional-grade AI agent skill for analyzing Korean stocks using a rigorous financial-first evaluation framework.

A professional AI investment analyst that provides systematic evaluation and scoring for Korean stocks listed on the KRX.

A specialized skill for generating and modifying Obsidian Flavored Markdown, enabling advanced features like wikilinks, callouts, and frontmatter properties.

A robust command-line interface for interacting with Obsidian vaults, managing notes, and streamlining plugin development.

Maintain a deterministic, file-based knowledge graph by adding, superseding, and summarizing atomic facts for entities.

A terminal-first project bootstrapper and workspace context manager that synchronizes local task management with Trello.








































