OpenClaw agent spending patterns and lack of spending caps

A developer running OpenClaw agents for research and content tasks discovered unexpected spending patterns after losing $280 in one weekend. The agent racked up $200+ over a weekend without alerts, limits, or kill switches.
Key findings from spending analysis
The developer pulled together data from personal usage and reports from the Vue School community and Code Dojo dev logs:
- Most agents average $40–$80/month in API and service charges when left unchecked
- Spikes happen on weekends and overnight when nobody's watching
- The default behavior is unlimited — there's no built-in spending cap in OpenClaw
- One developer reported a single agent burning through $150 in one overnight loop
Current limitations
There's no native way to set a hard spending limit per agent. You can monitor after the fact, but by then the charge has already hit. The developer noted being frustrated enough to start building a simple spending cap tool for this purpose.
📖 Read the full source: r/openclaw
👀 See Also

Claude Agent SDK Billing Changes June 15: Per-User Credits, No Rollover, Hard Cliff
Starting June 15, Claude Agent SDK usage and claude -p stop counting against subscription limits. Each user gets a separate monthly credit (e.g., Pro $20, Max 5x $100). Credits don't pool, don't roll over, and have a hard cliff.

Claude Code Bug Replaces German Umlauts with ASCII Substitutes
Claude Code and Claude.ai app have been randomly replacing German umlauts (ä, ö, ü, ß) with ASCII substitutes (ae, oe, ue, ss) since December 2025. The bug persists despite explicit instructions and has gone unfixed for over 3 months with no response from Anthropic support.

Claude Code v2.1.81 adds bare flag for scripting, fixes authentication and voice mode issues
Claude Code v2.1.81 introduces a --bare flag for scripted -p calls that skips hooks, LSP, and plugin sync, requiring ANTHROPIC_API_KEY or apiKeyHelper via --settings. The release also fixes multiple concurrent session authentication issues, voice mode error handling, and adds --channels permission relay.

Claude Code System Prompts v2.1.51/52: New Prompts, SDK Updates, and GA Features
Claude Code system prompts v2.1.51 and v2.1.52 add six new prompts, update SDK/API references across seven languages, and promote code execution and memory to GA. The Python Agent SDK has been reworked with async changes and new interfaces.