Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
When an agent runs inside a sandbox, its
execControl elevated mode per-session with slash commands:
| Directive | What it does |
|---|---|
text /elevated on | Run outside the sandbox on the configured host path, keep approvals |
text /elevated ask | Same as text on |
text /elevated full | Run outside the sandbox on the configured host path and skip approvals |
text /elevated off | Return to sandbox-confined execution |
Also available as
/elev on|off|ask|fullSend
/elevatedtext```json5} { tools: { elevated: { enabled: true, allowFrom: { discord: ["user-id-123"], whatsapp: ["+15555550123"], }, }, }, } ```
text``` /elevated full ``` Or use it inline (applies to that message only): ``` /elevated on run the deployment script ```
agents.defaults.elevatedDefaulttools.elevated.enabledtruetools.elevated.allowFromagents.list[].tools.elevated.enabledagents.list[].tools.elevated.allowFromtools.elevated.allowFrom.discordchannels.discord.allowFromAllowlist entry formats:
| Prefix | Matches |
|---|---|
| (none) | Sender ID, E.164, or From field |
text name: | Sender display name |
text username: | Sender username |
text tag: | Sender tag |
text id:text from:text e164: | Explicit identity targeting |
execautonodenode/exec/exec© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine