Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added metadata to specify environment variable requirements
What This Skill Does
Connects to a self-hosted ezBookkeeping instance via its API to manage personal finance data. Supports recording transactions, querying history, and retrieving accounts, categories, tags, and exchange rates.
Lets you interact with your self-hosted finance data through an agent without opening the ezBookkeeping web UI.
When to use it
- Log a new expense after a purchase
- Check recent transactions for a specific account
- Look up available spending categories before categorizing an entry
- Retrieve current exchange rates for a foreign transaction
- Query tags to find transactions in a custom group
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Add a $45 grocery expense to my checking account'
- 1Retrieve available accounts to confirm the checking account ID
- 2Retrieve categories to find the groceries category ID
- 3Call the transaction creation command with amount, account, and category
- 4Confirm the transaction was recorded successfully
New expense transaction of $45 recorded under Groceries for the checking account
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.