Four Common Setup Mistakes That Make People Quit OpenClaw

Opening
An experienced OpenClaw user on Reddit has identified four common setup mistakes that cause people to quit the AI coding agent, based on helping over 50 users who hit roadblocks.
Key Details
The user found that none of the quitting cases involved problems with OpenClaw itself, but rather setup decisions made in the first week that snowballed into seemingly unfixable issues.
1. Missing or Empty SOUL.md
Without a SOUL.md file, the agent defaults to generic helpful assistant mode with long, over-enthusiastic replies full of phrases like "Absolutely!" and "Great question!" The fix takes 2 minutes: create a SOUL.md with basic instructions like:
you are [agent name]. you assist [your name]. be direct. no filler. match my tone. if I ask a question, answer it first. don't give me a preamble. never say "absolutely", "great question", or "I'd be happy to." if you don't know something, say so.The best SOUL.md files are built over 2 weeks through small corrections, adding "never do X" lines when the agent does something annoying. Negative constraints shape behavior faster than positive instructions.
2. Excessive API Costs
Most people don't check API costs until they've burned through $50-100. The usual cause: default model set to Opus (the most powerful model) for every message, including simple tasks like "what's on my calendar today." Users who stayed switched to Sonnet for daily tasks and only used Opus for deep analysis.
Users have gone from $40-50/week to under $8/week just by changing their default model. Check your openclaw.json or provider dashboard - if Opus is your default and you're not doing heavy research/coding daily, switch to Sonnet or equivalent mid-tier model.
Another cost issue: old sessions. If you've been chatting for weeks without starting fresh, every old message gets sent with each new API call, adding thousands of extra tokens. Type /new before big tasks and at least once daily to clear the conversation buffer while keeping memory files.
3. Installing Too Many Skills Too Fast
The pattern: install OpenClaw, get excited, browse ClawHub and install 10-15 skills at once. By next day something breaks with no way to identify which skill caused it. Skills can:
- Loop on cron every few minutes, burning tokens silently
- Inject themselves into every conversation, bloating context window
- Conflict with other skills and produce random errors
- Be flagged as malware by virustotal
Stable setups start with zero skills for the first week, then add one at a time, testing each for a few days before adding the next, never having more than 5-6 total. If your setup is broken with many skills installed, remove all of them, confirm your agent works clean, and add them back one by one.
4. Creating Multiple Agents Before the First One Works
This is the week 2 trap where something goes wrong with the initial setup, and instead of fixing it, users create additional agents, compounding the problems.
📖 Read the full source: r/openclaw
👀 See Also

Todoist connector removed from Claude, custom setup required
The official Todoist connector is no longer available in Claude. Users can add Todoist as a custom connector using the MCP URL https://ai.todoist.net/mcp, but this requires a Claude Pro or Max subscription.

A Management Framework for Leading AI Agents Effectively
A former backend lead identifies a plateau in AI agent productivity and proposes a framework based on three disciplines: cybernetics, information theory, and management. The framework details two operational modes: the Captain and the Architect.

Building a Bridge for Two Telegram Bots in One Group Chat: Delivery Semantics Over HTTP
A developer shares a practical approach to connect two independent Telegram bots in the same group chat, tackling Telegram's bot-to-bot delivery gaps with HTTP relays, ACKs, deduplication, and strict scoped feeds.

CLAUDE.md Constitution: Building a Personal AI Agent — Part II File Walkthrough
A CEO shares the annotated CLAUDE.md file — 16 sections covering identity, proactive initiative, memory, deadlines, and hard rules — built over 6 weeks for a 50-person company.