Agentic framework
OpenClaw.
The protocol that connects Open Accountant to other AI tools. Cross-platform workflows, agent-to-agent communication, and HTTP-native payments.
How OpenClaw works
Agents that talk to agents. Workflows that span tools. Payments that happen in the protocol.
Discover
Agents find each other via .well-known/agents.json — a standard discovery endpoint. No registries. No gatekeepers.
Connect
Cross-platform workflows chain tools together. Wilson categorizes your spending, then an external agent handles the tax filing.
Transact
x402 enables HTTP-native payments between agents. Skills cost what they cost. No subscriptions. No middlemen.
Agent discovery
Standard. Open. Interoperable.
OpenClaw uses the .well-known/agents.json endpoint for agent discovery. Any AI tool can find Open Accountant's capabilities, pricing, and API surface — automatically.
No proprietary SDKs. No vendor lock-in. Just HTTP and JSON. The same way the web already works.
{
"name": "Open Accountant",
"capabilities": [
"categorize",
"analyze",
"subscription-audit"
],
"payment": "x402"
}
Powered by x402
HTTP-native payments. The 402 status code was reserved for this moment.
Per-skill pricing
Pay for individual skills via a single HTTP request. No subscription bundles. No recurring overhead.
Agent-to-agent payments
Open Accountant can autonomously pay for external services — data providers, APIs, other agents.
Micro-transactions
Charges as low as $0.001 per request. Granular, usage-based pricing at the protocol level.
No payment forms
Payment lives in the protocol, not in a checkout page. The $ in the ASCII art isn't just branding — it's functional.
Build on OpenClaw.
Read the spec. Build an integration. Connect your agent to the financial intelligence layer.