Checked against OpenClaw at commit
5dccba7405(2026-05-25) Example config based on a working2026.5.xsetup
This repo is a practical runbook for running OpenClaw day to day without burning money, exposing your gateway, or trusting random automation you did not inspect.
It is not official OpenClaw documentation. It is not a universal best setup. It is the way I run OpenClaw after enough broken configs, noisy agents, and avoidable risk to want something predictable.
- A runbook for people who want OpenClaw to run for weeks, not minutes
- Opinionated guidance on models, access, memory, automation, and guardrails
- Tailscale-first for dashboard/control access
- Skeptical of third-party skills by default
- Written from the post-honeymoon phase
- A beginner replacement for the official docs
- A model leaderboard
- A ClawHub install guide
- A claim that my exact config is right for everyone
My setup uses Tailscale as the normal access path, including when I am local. The Gateway stays loopback-bound, and Tailscale handles remote access.
If you do not want to sign up for Tailscale, keep OpenClaw local and use a messaging channel such as Telegram for remote use. Avoid public ports and casual LAN exposure unless you know exactly what boundary you are accepting.
I do not recommend blindly installing third-party skills from ClawHub.
Use ClawHub as a discovery and source-reading tool. Find an idea, inspect the source, then ask your agent to rebuild a local skill for your setup. That is slower than clicking install, but it is safer than trusting unknown code, broad tool assumptions, hidden behavior, or token-heavy abstractions.
The example config keeps clawhub disabled on purpose.
The main guide lives here:
It covers the current setup flow, Tailscale-first access, model routing, memory, automation, skills, and security.
The examples/ directory contains templates and references:
- sanitized-config.json - Current sanitized config reference
- config-example-guide.md - Config section reference
- agent-prompts.md - Specialized agent examples
- spawning-patterns.md - Current
sessions_spawnand subagent patterns - heartbeat-example.md - Heartbeat checklist and
tasks:pattern - task-tracking-prompt.md - Using OpenClaw's task ledger instead of an external black box
- security-hardening.md - Security baseline and audit workflow
- security-quickstart.md - Prompts for applying basic guardrails
- security-patterns.md - Prompt injection rules
- vps-setup.md - VPS setup with Tailscale as the default remote access path
- skill-builder-prompt.md - Prompt template for rebuilding local skills
- check-quotas.sh - Optional quota check helper
The showcases/ directory contains automation patterns you can adapt:
- daily-brief - Morning summary with weather, calendar, and tasks
- idea-pipeline - Overnight research on captured ideas
- linkedin-drafter - Weekly draft generation
- tech-discoveries - Curated tech news
- homelab-access - Safer remote SSH through Telegram confirmations
- agent-orchestrator - Route coding tasks to configured agents/tools
- coeus-knowledge-base - Local semantic knowledge base example
- autonomous-operation - Community-contributed health-check pattern
- claworc - Community-contributed review of an external control-plane project
Treat showcases as starting points. Review tool access, channels, delivery targets, and model choices before running them unattended. Some showcases are community contributions or external project reviews; keep their attribution intact.
If this guide helped you, please consider:
- sharing it with others who might find it useful;
- linking back if you reference it in blog posts, videos, or other resources;
- submitting your own showcases so others can learn from your setup.
This is a community resource. The more people contribute real working patterns, the better it gets.
- OpenClaw Docs - Official documentation
- ClawHub - Good for discovery and source inspection; not something I install from blindly
- OpenClaw GitHub - Issues, releases, and source
- awesome-openclaw-usecases - Real-world use cases and examples
- awesome-openclaw - Curated tools and resources
- awesome-openclaw-skills - Community-contributed skills to inspect before rebuilding your own
Contributions are welcome, but this is not a free-for-all.
Please read CONTRIBUTING.md before opening issues or pull requests.
MIT