Escalate for Openclaw

A self-learning framework for AI agents to determine the optimal balance between autonomous action and manual approval based on risk and context.

ivangdavila
v1.0.2
Mar 9, 2026
6
2.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install escalate

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install escalate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Escalate?

Escalate is a sophisticated management layer for AI agents designed to solve the permission theater problem. It enables agents to self-learn a durable ask-vs-act policy, allowing them to move quickly on safe, internal tasks while slowing down for high-stakes, irreversible external actions. By integrating this skill, developers can ensure their Openclaw Skills operate with a high degree of proactive efficiency without overstepping boundaries or incurring unnecessary risks.

The skill maintains a local state that tracks activation rules, escalation postures, and specific boundary definitions. It distinguishes between reversible local edits and external impacts like financial transactions or production deployments. This ensures that the agent becomes more useful over time, learning from explicit user corrections rather than vague intuition.

Escalate Use Cases

  • Automating routine research, drafting, and formatting tasks without constant interruptions for approval.
  • Establishing strict approval gates for high-risk actions such as production deployments, financial transactions, or public communications.
  • Developing domain-specific autonomy rules where an agent acts differently in coding environments versus communication channels.
  • Creating a durable, cross-session memory of user preferences regarding proactive behavior and task escalation.

How Escalate Works

  1. The agent initializes the escalation state by checking the local ~/escalate/ directory for existing memory and decision logs.
  2. When a task is triggered, the skill evaluates the action's risk level based on reversibility, blast radius, and external visibility.
  3. Low-risk internal work is performed autonomously or via an act-then-inform pattern to maintain high velocity.
  4. High-risk or irreversible actions are escalated to the user with a specific recommendation and rationale to reduce decision fatigue.
  5. User corrections are logged as trust updates, refining the autonomous boundaries for future sessions within the Openclaw Skills ecosystem.

Escalate Setup

To begin using the Escalate skill, ensure you have the necessary environment configured. Follow these steps for installation:

  1. Install the skill via the hub:
clawhub install escalate
  1. If the escalation state directory is missing, initialize the required files by running the setup guide:
# Follow the instructions in the setup markdown
cat setup.md
  1. Configure your initial hard boundaries in ~/escalate/memory.md to define your baseline security posture.

Escalate Data Schema & Taxonomy

The skill organizes its state locally to ensure privacy and persistence. The primary data structure includes:

File Path Description
~/escalate/memory.md Contains stable activation rules, escalation posture, and saved boundaries.
~/escalate/decisions.md Logs recent escalation calls, user corrections, and trust updates.
~/escalate/domains/ Directory for optional domain-specific overrides (e.g., code, ops, comms).
boundaries.md Packaged reference guide for hard-coded safety limits.
patterns.md Reference for identifying common autonomous vs. escalated workflows.

Escalate Advanced Features

  • Domain-Specific Overrides: Tailor agent behavior differently for coding, operations, and communications.
  • Non-Destructive Routing: Suggests targeted edits to AGENTS and SOUL files instead of overwriting entire configurations.
  • Recommendation-Based Escalation: Reduces friction by proposing the best course of action when seeking approval.
  • Durable Default Reuse: Aggressively applies confirmed safe patterns to matching future situations for maximum efficiency in Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*