mirage-ogpp

Route high-level intents through a trusted gateway with governance and JSON responses.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ponyyuhan/privacy_agent --skill mirage-ogpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirage-ogpp
Source: https://github.com/ponyyuhan/privacy_agent/tree/main/integrations/openclaw_workspace/skills/mirage-ogpp
Command: npx skills add https://github.com/ponyyuhan/privacy_agent --skill mirage-ogpp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The MIRAGE-OG++ gateway centralizes control of untrusted agent runtimes by exposing a single, vetted tool for executing high-level intents, preventing direct side-effect access and opaque data exposure.

Core Features & Use Cases

  • Enforces use of the mirage_act tool as the sole side-effect interface for agent runtimes.
  • Routes high-level intents (e.g., ReadFile, ReadSecret, SendMessage) through a trusted gateway with governance and auditability.
  • Provides strong guardrails: sealed-handle model, 2-server PIR-based policy checks, dual-authorization executor enforcement, and MCP-style exposure.

Quick Start

Invoke the mirage_act tool to issue a high-level intent via the gateway and observe the resulting JSON.

Frequently Asked Questions about mirage-ogpp

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

FAQPage Schema
How do I enforce a single trusted gateway for untrusted agent runtimes?

To enforce a single trusted gateway for untrusted agent runtimes, route high-level intents through the mirage_act tool. This centralizes control by preventing direct side-effect access and applying governance, sealed-handle enforcement, and dual-authorization execution.

What are safety guardrails for agent side effects and how do they work?

Safety guardrails for agent side effects work by restricting runtimes to a single vetted tool. This mechanism applies sealed-handle enforcement and 2-server PIR-based policy checks to ensure dual-authorization before executing actions like ReadFile or SendMessage.

How do I route high-level intents through a gateway with privacy and governance controls?

You route high-level intents through a gateway with privacy and governance controls by invoking the mirage_act tool. The gateway processes the intent, applies 2-server PIR checks for privacy, and returns an observable JSON response detailing the execution result.

Does the gateway approach require dual-authorization for agent runtime execution?

Yes, the gateway approach requires dual-authorization for agent runtime execution. It enforces this alongside sealed-handle models and 2-server PIR-based policy checks to ensure untrusted runtimes cannot perform side effects without strict verification.

What is the best way to prevent direct side-effect access from untrusted agents?

The best way to prevent direct side-effect access from untrusted agents is exposing a single vetted tool as the sole interface. Centralizing intent routing through this gateway applies necessary safety guardrails and prevents opaque data exposure.