Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

agent-cage

Estrellas17
Forks1
Actualizado24 de julio de 2026 a las 15:07

A frictionless "green zone" sandbox for an autonomous coding/ML agent, plus the PreToolUse policy that classifies every tool call as ungated / green / gated. `sbox` runs a command inside a bubblewrap cage: whole system read-only EXCEPT a few working dirs (~/projects, /tmp, ~/.cache), GPU passed through, NO network, ~/.ssh masked — so in-cage work is auto-allowed and only crossing a boundary (network, a write outside the zone, a broad command) trips a human approval. cage_policy.py is the transport-free classifier (green = read-only tools + one clean `sbox <argv>` + scoped-safe git + writes-in-green-zone); it is the precondition the slack-facade skill's approvals depend on. Trigger on: sandboxing an agent's shell/GPU work, deciding what should auto-run vs ask, standing up the cage on a new host, or debugging why a command was gated.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

Explorador de archivos
4 archivos
SKILL.md
readonly