Heath Ledger is an AI-powered bookkeeping agent that automates transaction categorization and financial statement generation for Mercury and Stripe users.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install heath-ledger
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 heath-ledger using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Heath Ledger is a sophisticated financial automation tool designed to bridge the gap between raw banking data and professional-grade financial reporting. By integrating directly with Mercury bank accounts and Stripe accounts, this skill pulls transaction data and uses a tiered categorization engine to organize expenses and revenue. It serves as a digital accountant that learns your business patterns, significantly reducing the manual effort required for monthly closes and tax preparation.
This skill is a prime example of the power of Openclaw Skills, offering a structured way to manage P&L statements, balance sheets, and cash flow reports through a combination of rule-based logic and advanced AI. Whether you are a solo founder or managing multiple entities, it provides a reliable, SQLite-backed ledger that improves its accuracy the more you use it.
First, initialize the database and seed initial rules:
scripts/init_db.mjs
Connect your Mercury account:
scripts/connect_mercury.sh <MERCURY_API_TOKEN> [entity_name]
(Optional) Connect Stripe for better revenue accuracy:
scripts/connect_stripe.sh <entity_id> <stripe_api_key>
Then, pull transactions and categorize:
scripts/pull_transactions.sh <entity_id> <start_date> <end_date>
scripts/categorize.sh <entity_id>
Finally, generate the books:
scripts/generate_books.sh <entity_id> <start_date> <end_date> [output_path]
Heath Ledger utilizes a local SQLite database to maintain data integrity and persistence. This structured approach is a hallmark of high-quality Openclaw Skills.
| Component | Description |
|---|---|
| Transactions Table | Stores raw data from Mercury and Stripe including dates, amounts, and descriptions. |
| Categories Table | A hierarchical Chart of Accounts including P&L sections and cash flow classifications. |
| Rules Table | A tiered system of mappings (Entity-specific, Global, Seed) with confidence scores. |
| Entity Settings | Configuration for accounting basis (accrual/cash), fiscal year offsets, and fee rates. |
Loading
An autonomous task queue that allows AI agents to outsource complex tasks to other agents or humans via a schema-validated REST API.

A specialized skill for fetching real-time observations and historical statistics directly from WeatherFlow Tempest weather stations.

A professional CLI monitoring tool for A-share stocks featuring multi-source real-time data and zero-dependency text-based storage.

A high-performance automation suite for programmatic control over mouse, keyboard, and screen operations.

An automated research tool for Openclaw Skills that filters and categorizes daily trending papers from Hugging Face into specific research domains.

A precision tool for estimating BPM through tap intervals, audio file analysis, and tempo conversion within an AI agent workflow.








































