The full index

All 58 recipes

Chapter I · AI agent stack

Browser LLM Stack

Browser-native model work without pretending every useful workflow has a clean API.

Claude Code via tmux Relay

How to let OpenClaw drive Claude Code through an interactive tmux session for second-opinion review, without using claude -p or treating Claude as a raw backend.

Updated 2026-06-05

Compaction & Context Tuning

How to configure OpenClaw's compaction, memory flush, context pruning, and session search so your agent doesn't lose its mind (or personality) during long sessions.

Updated 2026-06-05

Local LLM Fallback

Use local models for boring, bounded work so your paid models stay available for judgment.

Updated 2026-05-11

Migrating from claude-cli to ACP

How to move Claude Opus off the main-agent slot and onto an ACP escalation path after Anthropic blocked subscription OAuth from third-party harnesses in April 2026.

Updated 2026-06-05

Multi-Model Orchestration

How to run multiple AI models in one OpenClaw setup, assign each to the right task tier, and stop burning expensive tokens on work that doesn't need them.

Updated 2026-06-05

Orchestrating with GPT 5.5: Narration Guards and Strict-Agentic Gaps

Running GPT 5.5 (via OpenAI Codex Pro) as your main orchestrator is cheap and fast compared to frontier API billing, but it has specific failure modes that will quietly eat hours of your time until…

Updated 2026-04-20

Prompt Caching: Maximize Cache Hits, Minimize Token Costs

How OpenClaw's prompt caching works across providers, how to keep your cache hit rate high, and the anti-patterns that silently cost you money every turn.

Updated 2026-06-05

Running Claude Code in OpenClaw via ACP

In April 2026, Anthropic blocked subscription OAuth from third-party harnesses. The anthropic:claude-cli backend that most OpenClaw users had plugged a Max subscription into stopped working…

Updated 2026-06-05

Self-Improving Agents

How to build an AI agent that learns from corrections, captures mistakes as institutional knowledge, runs automated memory sweeps, and gets better over time instead of repeating the same errors.

Updated 2026-04-19

Session Management: Why Your Chat App Is Holding You Back

How to manage OpenClaw sessions effectively using Discord (or similar channel-based platforms) instead of single-thread messaging apps. The difference between productive multi-project orchestration…

Updated 2026-04-19

Skills Development

How to write custom OpenClaw skills, structure them for discoverability, and extend your agent's capabilities with reusable task-specific instructions.

Updated 2026-04-19

Sub-Agent Patterns: Orchestration, Spawning, and Gotchas

How to use OpenClaw sub-agents effectively. Spawn patterns, model assignment, error handling, and the lessons we learned from breaking things.

Updated 2026-06-05
Chapter II · Automation
Chapter III · Self-hosted infrastructure

Backup & Recovery

How to protect your OpenClaw workspace, configuration, and memory from data loss. Encrypted backups, restore testing, and disaster recovery planning.

Updated 2026-05-31

Desktop Integration: The Daily Driver as a Peer

Most homelab writeups treat the desktop as a dumb client that connects to the server. I run it the other way too. My always-on Linux agent host SSHes into the Windows 11 daily driver, mounts its…

Updated 2026-06-04

Homelab Topology: The Map

This is the floor plan of my homelab. One hypervisor, a pile of LXC containers, a couple of VMs, and a backup server that lives on the same box it protects. It covers what runs where, how I split LXC…

Updated 2026-06-04

NAS and Network Storage Mounts

How to wire network storage into a Linux host so a powered-off peer never hangs your boot, an agent never deletes irreplaceable data, and a consumer NAS never silently corrupts a backup chunkstore.…

Updated 2026-06-04

OpenClaw Host Topology

A production agent host is not just one daemon. It is config, channels, cron, memory, browser automation, plugins, health checks, and the boring glue that keeps all of it observable.

Service Isolation: One Service Per Container

I run my homelab as a pile of small, boring, unprivileged LXC containers. One service each. Not one fat VM with a docker-compose monolith, not a single Debian box hand-fed twelve daemons. This guide…

Updated 2026-06-04

Upgrade Hygiene: Surviving openclaw update

Every OpenClaw minor release has, at least once, silently regenerated my systemd unit and dropped custom directives. If you don't plan for this, the gateway crash-loops at 4am and you find out over…

Updated 2026-05-06
Chapter IV · Security
Chapter V · Knowledge management
Chapter VI · Hardware & host
Chapter VII · Tools
Chapter VIII · Publishing
Chapter IX · Philosophy
Chapter X · Plans
Chapter XI · Skills