A powerful interface for interacting with the BudgetBakers Wallet API to programmatically manage accounts, transactions, and budgets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wallet-api
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 wallet-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Wallet API skill enables developers and AI agents to seamlessly connect with BudgetBakers Wallet, a leading personal finance platform. This integration allows for the retrieval of real-time financial data, including account balances, transaction histories, and budget statuses. By leveraging Openclaw Skills, users can bridge the gap between their personal financial management and automated AI workflows, enabling sophisticated analysis and financial planning.
Designed for users with a Premium Wallet plan, this tool provides a robust CLI interface to query complex financial datasets. Whether you are building a custom dashboard or training an agent to provide financial advice, this skill offers the necessary endpoints to fetch categories, templates, and records with precision filtering and pagination support.
To begin using this skill, ensure you have a Premium Wallet plan and follow these steps:
export WALLET_API_TOKEN="your_token_here"
./scripts/wallet-api.sh me
Ensure that Openclaw Skills are properly initialized in your local environment for full functionality.
The skill interacts with several core data objects provided by the API. Below is a breakdown of the primary data structures:
| Resource | Description | Key Fields |
|---|---|---|
| Accounts | Financial entities | id, name, balance, currency |
| Records | Individual transactions | amount, recordDate, payee, note, categoryId |
| Categories | Spending classifications | id, name, type |
| Budgets | Spending limits | id, amount, period, status |
All list responses support pagination using limit (max 100) and offset parameters within the Openclaw Skills framework.
Loading
A local-first financial analyzer that transforms bank exports into interactive budget reports and spending insights.

A secure framework for AI agents to execute on-chain transactions using MetaMask ERC-7715 permissions without private key exposure.

WalletPilot provides a secure framework for AI agents to automate interactions with over 10 major crypto wallets across EVM and Solana chains.

A privacy-first financial auditor that scans bank statements to identify recurring charges, flag suspicious transactions, and generate refund request templates.

A specialized operational interface for running, testing, and maintaining persistent Multi-User Dungeon engines within the OpenClaw ecosystem.

A2A Chat provides a robust communication layer for AI agents to interact via public channels and secure, handshake-based direct messaging.








































