Examples
Templates and references for building a setup you can inspect, test, and rollback.
| Document | Use | Source |
|---|---|---|
| Agent Prompt Examples | Specialized agent examples for model routing, shared instructions, and coordinator-worker patterns. | examples/agent-prompts.md |
| Check Quotas Script | A quota check helper for making provider limits visible before automation gets expensive. | examples/check-quotas-README.md |
| OpenClaw Config Example Guide | Annotated config reference for gateway access, models, tools, channels, hooks, and memory search. | examples/config-example-guide.md |
| HEARTBEAT.md Example | Heartbeat checklist and task-block pattern for lightweight awareness without pretending it is a scheduler. | examples/heartbeat-example.md |
| Model Delegation Troubleshooting | Notes for testing and debugging model delegation, aliases, and provider-prefix behavior. | examples/model-delegation-troubleshooting.md |
| OpenClaw Security Hardening | Security baseline covering access boundaries, secrets, tool policy, channels, skills, and emergency commands. | examples/security-hardening.md |
| Security Patterns | Prompt injection rules and operating patterns for treating untrusted content as data. | examples/security-patterns.md |
| OpenClaw Security Quick Start | Copyable prompts for auditing and tightening a personal OpenClaw setup. | examples/security-quickstart.md |
| Skill Builder Prompt | Prompt template for rebuilding local skills from inspected ideas instead of installing unknown packages blindly. | examples/skill-builder-prompt.md |
| Spawning Patterns | Current sessions_spawn and subagent coordination patterns, including what not to poll. | examples/spawning-patterns.md |
| Task Tracking Prompt | A task-ledger pattern for inspectable OpenClaw work without an external black box. | examples/task-tracking-prompt.md |
| VPS Setup Guide | VPS setup checklist with Tailscale as the default remote access path. | examples/vps-setup.md |
| sanitized-config.json | Current sanitized config reference. | examples/sanitized-config.json |
| check-quotas.sh | Optional provider quota check helper. | examples/check-quotas.sh |
| coeus.py | Supporting script used by the Coeus knowledge-base showcase. | examples/coeus.py |