OpenClaw User Builds Bank and Credit Card Statement Summarization Skills

A new OpenClaw user shared their experience building custom skills for financial statement processing. They self-hosted OpenClaw on a hardened server, using Haiku as the default model with Sonnet as a fallback, and didn't use any pre-existing ClawHub skills.
Skills Developed
The user built two skills entirely with OpenClaw:
- Bank Statement Summarizer: Categorizes transactions and generates reports.
- Credit Card Statement Summarizer: Categorizes transactions, detects breaks in statements, and generates reports.
Automation Features
Both skills automatically execute when:
- A new statement appears
- A new year directory is created
- A statement is moved, deleted, or updated
The system sends Telegram messages on report generation or regeneration, including the reason (e.g., "statement updated," "deleted," "new").
Development Details
The user reported development cost of "a little over $15," noting they spent too much time initially using Sonnet as the default model. Their only manual action is downloading new statements.
Lessons Learned
The user shared specific debugging insights:
- Use
/newafter each major step to avoid hitting Haiku's max token count - Assume bugs exist and validate manually (e.g., missed transactions, incorrect category totals)
- Add reconciliation sections to reports comparing raw statement data to reported values
The user, a retired coder with decades of *nix and server-side experience, was initially skeptical but found value in the tool, noting that their coding experience wasn't useless in this context.
📖 Read the full source: r/openclaw
👀 See Also

Automating Recruiting Workflows with Claude Desktop: A Case Study
A developer automated the first layer of recruiting using Claude Desktop, Chrome with browser extension, and Google Calendar integration, handling resume screening and interview scheduling every two hours on a Windows workstation.

Claude Code Agents Negotiate API Contracts Without Orchestration Framework
Two Claude Code agents negotiated API contracts peer-to-peer using only two messaging tools and system prompts, agreeing on endpoint shapes, response formats, and CORS headers before writing code. The bridge implementation is ~190 lines of TypeScript with WebSocket broker and MCP channels.

How One Team Replaced a 6-Figure HubSpot Agency with Claude Code
A mid-sized e-commerce company built their entire HubSpot Enterprise migration using Claude Code, replacing quotes of 20k-80k EUR for partial setups. They built 6 custom objects, 5 n8n integrations, and a KlickTipp migration in 4 months, with Claude Code handling both code and documentation.

Emergency coding setup: Claude Code on OCI free VM with Termux on Android
A developer shares a setup using Oracle Cloud Infrastructure's free VM (24GB RAM, 4 vCPUs) with Claude Code installed, accessed via Termux on Android for emergency coding when a laptop isn't available. The setup requires Claude Pro ($20/month) or Max ($100/month) subscription.