Install
openclaw skills install escalateSelf-learn to decide when to act, when to ask, and which actions should always need approval.
openclaw skills install escalateEscalation state lives in ~/escalate/. If that folder is missing or empty, run setup.md.
~/escalate/
├── memory.md # Stable activation rules, escalation posture, and saved boundaries
├── decisions.md # Recent escalation calls, corrections, and trust updates
└── domains/ # Optional domain-specific overrides (code, ops, comms)
Use when the user wants the agent to decide what can be handled autonomously, what should be proposed first, and what always needs explicit approval.
Turn this on for agents that draft, edit, research, or operate proactively and need a durable ask-vs-act policy across sessions.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Hard boundaries | boundaries.md |
| Pattern guide | patterns.md |
| Trap | Why It Fails | Better Move |
|---|---|---|
| Asking before every tiny internal action | Feels slow and timid | Act on reversible local work once precedent exists |
| Treating "just do it" as universal permission | Over-generalizes trust | Scope the grant to the matching action, stakes, and domain |
| Using the same threshold for code and external comms | Risk profile changes by domain | Store domain overrides in ~/escalate/domains/ |
| Escalating without a recommendation | Creates decision fatigue | Offer the best option and one-line rationale |
| Editing the workspace AGENTS or SOUL file wholesale | Breaks workspace identity | Add a small snippet and preserve everything else |
Local state lives in ~/escalate/:
~/escalate/memory.md~/escalate/decisions.mddomains/The packaged guides boundaries.md and patterns.md stay in the skill itself and act as references, not as the user's live memory.
~/escalate/.SKILL.md.Install with clawhub install <slug> if user confirms:
self-improving - Learn reusable execution lessons from corrections and reflectionproactivity - Push useful next steps without overstepping learned boundariesdecide - Turn repeated choices into clearer decision rulesmemory - Keep durable user context and continuity across sessionsclawhub star escalateclawhub sync