OpenClaw API Budget Drain: Settings to Change Immediately

OpenClaw's default settings may be causing unexpected API budget drain through the Heartbeat feature. This feature checks tasks every 30 minutes by default, and each check loads the full context files, memory, and chat history, sending tens of thousands of tokens to the API for basic status checks.
Settings to Change Immediately
- Set Active Hours: Restrict Heartbeat to your actual working hours in settings to stop overnight token drain.
- Change Your Default Base Model: Use cheaper models like Gemini Flash or DeepSeek for basic agent tasks instead of premium models like Claude 3.5 Sonnet or Opus.
- Only Call Big Models When Needed: Manually switch to premium models only when you need heavy reasoning or complex coding.
- Use the /new Command: Type
/newto hard-reset sessions after big tasks to avoid dragging dead context into your next prompt.
The source notes that using premium models for everything can cause costs to add up quickly, and context builds up rapidly as OpenClaw drags your entire chat history forward by default.
📖 Read the full source: r/openclaw
👀 See Also

Practical Claude Code Workflow Tips for Complex Development Projects
A Claude Pro user shares specific workflow strategies for developing complex audio plugins, including using planning mode for major features, creating context files, managing token usage, and implementing validation steps.

Use HTML as Primary Chat Language for AI Coding Agents to Enable SVG Diagrams
A developer switched coding agent system prompts from Markdown to HTML, enabling agents to render SVG diagrams and rich tables directly in chat. Using Qwen3.6-27B with an HTML-first interface.

5 Patterns for Getting Better Results from Claude (Non-Technical Users)
Practical scaffolding, example-based prompting, negative instructions, persistent context, and source grounding — five patterns that consistently improve output quality from Claude, backed by six months of field experience.

Claude's /btw Command Enables Parallel Communication During Tasks
Claude AI now supports a /btw command that lets users communicate with the AI while it's actively working on a task, allowing questions, additional instructions, or clarifications without interrupting the current workflow.