用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/huzengyun3268/openclaw-workspace --skill escalate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | Escalate |
| slug | escalate |
| version | 1.0.2 |
| homepage | https://clawic.com/skills/escalate |
| description | Self-learn to decide when to act, when to ask, and which actions should always need approval. |
| changelog | Moves architecture first and removes the duplicated setup section for a cleaner quick scan. |
| metadata | {"clawdbot":{"emoji":"🚨","requires":{"bins":"[Truncated]"},"os":["linux","darwin","win32"],"configPaths":["~/escalate/"]}} |
Escalation 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