Install
openclaw skills install request-approvalUse Preloop's request_approval tool to get human approval before risky operations like deletions, production changes, or external modifications
openclaw skills install request-approvalUse Preloop's request_approval MCP tool to get human approval before executing risky operations. Preloop will notify the user (via Slack, email, mobile apps, etc.) and wait for their response.
Preloop must be configured as an MCP server. See references/SETUP.md for configuration details.
Call the request_approval tool BEFORE executing the risky operation.
Required:
operation (string): Clear, specific description of what you'll do
context (string): Additional details about what will be affected
reasoning (string): Why this operation is necessary
Optional:
caller (string): Auto-populated by Preloopapproval_policy (string): Specific approval policy name (uses account default if omitted)The tool returns a string:
Task: User asks to delete old cache files
Your workflow:
request_approval:
See references/EXAMPLES.md for more examples.
When unsure:
Golden Rule: When in doubt, request approval. Better to ask unnecessarily than to cause harm.
DO:
DON'T:
Remember: Safety first! Trust is earned by being cautious and respectful of the user's systems and data.