Agent capability
zero-touch-orchestrator
Plan, execute, verify, and recover multi-step tasks as bounded autonomous, evidence-driven workflows. Use when Codex or another agent must coordinate multiple tools, files, external systems, quality gates, progress updates, risk decisions, or approval boundaries, especially for research, analysis, coding, artifact generation, and operational work that cannot be completed reliably in one immediate step.
Runtime provisioning
Provision this capability
The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.
Shared Agent Skills
User scope: ~/.agents/skills/zero-touch-orchestrator
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh zero-touch-orchestrator --client agents --scope user --registry __MM_RUNTIME_ORIGIN__
Codex
User scope: ~/.agents/skills/zero-touch-orchestrator
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh zero-touch-orchestrator --client codex --scope user --registry __MM_RUNTIME_ORIGIN__
OpenCode
User scope: ~/.config/opencode/skills/zero-touch-orchestrator
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh zero-touch-orchestrator --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__
Antigravity
User scope: ~/.gemini/config/skills/zero-touch-orchestrator
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh zero-touch-orchestrator --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'zero-touch-orchestrator' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'
Artifact integrity
Versioned package contents
| Path | Bytes | SHA-256 |
|---|---|---|
| agents/openai.yaml | 303 | 106983bdf92b7c93… |
| evals/evals.json | 3,001 | a80116cc2ae12c46… |
| references/agent-contract.md | 6,239 | bb780a4894c9089a… |
| references/execution-report.schema.json | 2,290 | 57380bc46378994e… |
| references/operating-model.md | 3,183 | 79e04ebd1cf4d1c8… |
| references/risk-policy.md | 2,844 | 8017dc1b1795a273… |
| references/task-intent.schema.json | 1,685 | 2deb8f30373fd7ee… |
| scripts/validate_package.py | 2,656 | 276c7c811c71e710… |
| SKILL.md | 6,832 | 293853203e49af2b… |
| SOURCE.md | 1,008 | 6300bc34f0e5a57c… |