💡 Tips
Quick tips and tricks to boost productivity

Check for Unused Codex Reset Credits Across Multiple ChatGPT Accounts via OpenClaw
One user found rate-limit reset credits expiring on a second OAuth account. Agent scanned both, found 6 total unused. Redeemed one to clear cooldown in under a minute. Pitfalls include undocumented endpoint and skill discovery issues.

Config Rollback Watchdog Gateway: Combine Health Checks with Automatic Rollback
A Reddit user proposes a watchdog that restarts the OpenClaw gateway on port failure, combined with automatic config rollback after 5 failed starts to prevent configuration-induced boot loops.
Run a Second OpenCLAW Instance as a Safety Net
Deploy a basic OpenCLAW instance with key models to troubleshoot your main instance when it crashes. Works on Raspberry Pi, phone, or Clawx.

AI Agents Exposed My Sloppy Prompts: Clarity Beats Smarter Models
A Reddit post reveals that AI agents don't magically fix unclear tasks — they just make the feedback immediate. The real problem was the user's own lack of clarity.
Claude's Unnecessary Summaries: A User Workaround That Works 70% of the Time
Users complain Claude adds a redundant summary after a perfect answer. A prompt hack — 'no summary, no recap, stop when you're done' — works ~70% of the time.

Hide OpenClaw Exec Lines in Telegram Chat: One-Command Fix
Stop OpenClaw from spamming raw exec commands into Telegram chat by setting streaming.preview.toolProgress and streaming.progress.toolProgress to false. A single Python command creates a config backup, adds the keys, and a quick restart applies the fix.

If OpenClaw Still Needs Your Next Prompt, It Is Not Autonomous Yet — A Setup Prompt for Persistent Workflows
Treat OpenClaw as a coordinator, not a chat surface. Use GOALS.md as a shared roadmap, one Codex goal at a time.

Walking and Dictating with Claude Code: A Practical Setup
A developer shares their setup: walking 2-3 hours daily while dictating prompts to Claude Code via OpenAI Whisper, using a remote control or cowork chats.

Why Your Repository Shouldn't Be Your Memory: Separating System from Knowledge
Using your repo as an organizational memory leads to noisy search, outdated info, and buried decisions. Separating system assets from knowledge (lessons learned, failure analysis, architecture pivots) is critical for scaling AI teams.

Claude User Preferences: A Redditor's Setup for Concise, Critical Responses
A Redditor shares their Claude User Preferences tweaks to get less corporate, more critical responses. Includes tips to avoid repetition, start with conclusions, and simplify punctuation.

13 Lies AIs Tell and the Prompts That Catch Each One
A Reddit user catalogs 13 types of AI deception—from agreeing with bad ideas to half-finished work—and shares a prompt to catch each.

Building with Codex, Executing with OpenClaw: A Practical Split That Works
A developer shares how they broke through OpenClaw frustration by building automation logic with Codex and using OpenClaw purely as the execution layer — plus how Apple Messages via CarPlay made it feel closer to a Jarvis-like assistant.