yolo-permissions

Classify tool-call risk levels and suggested actions before execution.

4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ybbms777/openclaw-claude-code-integration --skill yolo-permissions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yolo-permissions
Source: https://github.com/ybbms777/openclaw-claude-code-integration/tree/main/skills/yolo-permissions
Command: npx skills add https://github.com/ybbms777/openclaw-claude-code-integration --skill yolo-permissions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides AI-assisted risk classification for tool-calls before execution, reducing unsafe operations by returning a risk level and a recommended action.

Core Features & Use Cases

  • Integrates static policy rules with AI-based risk analysis to guard tool invocations across local and remote environments.
  • Evaluates bash commands and generic tool calls for risks such as destructive file operations, credential exposure, and external communication.
  • Use case: before running a potentially dangerous command like rm -rf /, the classifier signals HIGH risk and requires confirmation or blocks the operation.

Quick Start

Provide a sample tool call to the classifier to obtain a risk assessment and recommended action.

Frequently Asked Questions about yolo-permissions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify tool-call risk before execution?

To classify tool-call risk before execution, provide the sample invocation to the classifier to obtain a risk assessment. It combines static policy guidance with dynamic scoring to return a clear risk level and a recommended action.

What is AI-assisted risk classification for tool calls?

AI-assisted risk classification for tool calls is a safety mechanism that evaluates invocations before execution. It assesses contexts like destructive file operations and credential exposure to return a risk level and suggested action.

How does dynamic scoring evaluate bash commands for unsafe operations?

Dynamic scoring evaluates bash commands by integrating static policy rules with AI-based risk analysis. It checks for destructive file operations, credential exposure, and external communication to assign a risk level and action.

Can I use static policy rules to block destructive file operations?

Yes, you can use static policy rules combined with AI risk analysis to block destructive file operations. The classifier returns a HIGH risk level for commands like rm -rf / and suggests blocking or requiring confirmation.

When do I need AI safety classification for local and remote environments?

You need AI safety classification for local and remote environments when executing tool invocations that pose potential risks. It guards against unsafe operations by returning a clear risk level and a suggested action before execution.

Are there limitations to AI-based tool-call risk classification?

Limitations of AI-based tool-call risk classification include its reliance on both static policy guidance and dynamic scoring. While it covers common operations, paths, and contexts, highly novel or complex attack vectors might not be fully captured.