💡 Tips
Quick tips and tricks to boost productivity

Wtf.md and Dreaming: Two Claude Workflow Concepts Worth Exploring
A developer shares two Claude concepts: Wtf.md for storing errors Claude makes, and Dreaming, Karpathy's idea for nightly session consolidation.

Compaction Can’t Fix Context That Was Never in the Transcript: Diagnosing OpenClaw Context Overflows
A bug report reveals a common OpenClaw pitfall: when the system prompt alone exceeds the token budget, compaction—which only summarizes conversation history—cannot help. Use /context map and /context detail to find the real culprit.

OpenClaw Drift Fix: Four Operator Skills to Harden Agent Workflows
A developer shares four operator skills — Outcome Guard, Direction Clarifier, Routing Enforcer, Completion Verifier — to stop agents from drifting and calling tasks done prematurely.
Coldstart & End Session Scripts: Better Agent Memory for OpenClaw
An OpenClaw user shares their coldstart and end-session scripts, plus a SOP directory, to help agents context-switch and solve recurring issues without relearning solutions.

Enforcing Hard Guardrails for OpenClaw AI Agents: Approval Gating and Concurrency Limits
An r/openclaw user asks how to enforce hard rules like email approval and concurrency limits on a Discord-connected OpenClaw bot running Ollama with GLM. The answer: move enforcement outside the model's reasoning loop.

OpenClaw: If Your Task Can't Survive a Restart, It's Still a Chat Session
A Reddit post argues that OpenClaw tasks relying on conversation history for state are not resumable. Store task identity, step, and approval state outside the transcript.

Make OpenClaw Smarter: Challenge False Premises with a Direction Check Skill
A new skill for OpenClaw adds decision quality guidelines to AGENTS.md, forcing the agent to challenge user assumptions before acting on costly or irreversible changes.

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.