Skip to content
← Integrations
OpenClaw

OpenClaw

Wilson is a skill inside OpenClaw — the AI that actually does things.

FreePersonal AI Assistant

Why OpenClaw

OpenClaw is a personal AI assistant that runs locally on your machine. It connects to 50+ tools and talks to you through WhatsApp, Telegram, Slack, Discord, Signal, and more. It can browse the web, manage files, and control your system — but it can't do your bookkeeping.

That's where Wilson comes in. As an OpenClaw skill, Wilson gives the assistant financial intelligence: categorization, anomaly detection, subscription audits, tax prep, and 40+ other skills. OpenClaw discovers Wilson via agents.json, negotiates pricing via x402, and handles the conversation. You just ask.

Both tools run locally. Both are open source. Your financial data never leaves your machine — not even to talk to the AI. OpenClaw uses your choice of model (Claude, GPT, or local via Ollama), and Wilson processes everything in your local SQLite database.

How it works

OpenClaw discovers Wilson via .well-known/agents.json

Chat with Wilson through WhatsApp, Telegram, Slack, or any OpenClaw channel

x402 micropayments — pay per skill, not per month

Both run locally — your data never leaves your machine

Agent discovery

OpenClaw finds Wilson automatically. Hit the .well-known/agents.json endpoint to discover capabilities, pricing, and API surface.

curl openaccountant.ai/.well-known/agents.json

{

"name": "Open Accountant",

"description": "AI bookkeeper with 40+ financial skills",

"capabilities": [

"categorize",

"analyze",

"subscription-audit",

"tax-prep"

],

"payment": "x402",

"api": "https://openaccountant-api.workers.dev"

}

Try it.

Install OpenClaw, install Wilson, and ask your assistant to audit your subscriptions. It's that simple.