local-approvals

Manage agent operation approvals with auto-approval lists and decision history.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dfpalhano/openclaw-workspace --skill local-approvals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-approvals
Source: https://github.com/dfpalhano/openclaw-workspace/tree/main/skills/local-approvals
Command: npx skills add https://github.com/dfpalhano/openclaw-workspace --skill local-approvals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a local, secure system for managing agent permissions, preventing unauthorized actions by requiring explicit approval for sensitive operations.

Core Features & Use Cases

  • Request Management: Approve or deny requests for agent actions.
  • Auto-Approval: Configure categories that can be automatically approved for trusted agents.
  • History Tracking: Review past approval decisions for auditing and pattern analysis.
  • Use Case: An AI agent needs to write a file to a system directory. This skill intercepts the request, presents it to the user for approval, and logs the decision.

Quick Start

Use the local-approvals skill to approve the pending request with ID 'abc123'.

Frequently Asked Questions about local-approvals

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

FAQPage Schema
How do I manage agent permissions locally and require approval for sensitive operations?

You can manage agent permissions locally by intercepting agent requests and requiring explicit user approval or denial before executing sensitive operations. This local approval system prevents unauthorized actions and logs decisions for auditing.

Can I automatically approve trusted agent actions for specific categories?

Yes, you can automatically approve trusted agent actions by configuring auto-approval lists for specific categories. This allows trusted agents to bypass manual approval while still maintaining a history of all decisions for auditing.

Do I need Python to run local approval workflows for CLI agents?

Yes, you need a Python execution environment to run local approval workflows for CLI agents. The core logic and command line interface for managing agent permissions depend on Python.

How do I review past agent permission decisions for security auditing?

You can review past agent permission decisions by accessing the history tracking feature. It maintains a log of all approval and denial decisions, enabling security auditing and pattern analysis of agent behavior.

What is a local agent approval system and when do I need it?

A local agent approval system is a security mechanism that intercepts and requires user confirmation for agent operations. You need it when AI agents perform sensitive tasks like writing files to system directories, ensuring secure behavior.