A local-first financial management skill that syncs bank transactions and email bills while maintaining complete data sovereignty.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install billclaw
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 billclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
BillClaw is a robust financial data management tool designed for users who prioritize security and data ownership. As part of the Openclaw Skills ecosystem, it provides a local-first architecture that ensures your sensitive financial records never leave your local machine. It bridges the gap between various financial institutions and your personal accounting workflow, allowing for seamless integration without the privacy risks associated with cloud-based aggregators.
By leveraging this skill, developers can automate the tedious process of transaction collection and bill organization. Whether you are tracking personal spending or managing business accounts, BillClaw offers a professional-grade bridge to services like Plaid and GoCardless, all while keeping you in full control of your API credentials and data storage.
To get started with BillClaw for Openclaw Skills, install the primary plugin package:
npm install @firela/billclaw-openclaw
Configure your environment variables for the services you intend to use:
# For Plaid integration
export PLAID_CLIENT_ID="your_client_id"
export PLAID_SECRET="your_secret"
# For Gmail integration
export GMAIL_CLIENT_ID="your_client_id"
export GMAIL_CLIENT_SECRET="your_secret"
Finally, run the setup command to link your accounts:
/billclaw-setup
BillClaw uses a structured local storage approach to keep your data organized and accessible.
| Item | Description |
|---|---|
| Directory | ~/.firela/billclaw/ |
| Transaction Data | JSON files using monthly partitioning (e.g., 2024-10.json) |
| Configuration | config.json stores provider settings and account metadata |
| Security | Tokens are encrypted and managed via the platform's secure system keychain |
Loading
Proactively monitors context levels to save critical session information before AI token compaction occurs.

An end-of-session automation tool that synchronizes code, extracts technical learnings, and evolves project rules using AI pattern detection.

A local, privacy-focused speech-to-text solution that leverages OpenAI's Whisper model on Kubernetes for fast audio transcription and translation.

A TomTom-powered AI skill that provides real-time traffic analysis, geocoding, and travel recommendations for any route.

A local, verifiable naming and storage layer that allows AI agents to stamp and log data retrieved from tools via the Model Context Protocol.

A decentralized privacy network skill that enables AI agents to access global content anonymously through secure HTTPS, SOCKS, and WireGuard proxies.








































