<< All versions
Skill v1.0.1
currentAutomated scan100/100finbarr/yolobox/yolobox-orchestrator
+4 new
──Details
PublishedMay 16, 2026 at 10:20 PM
Content Hashsha256:1628d8c129889d1e...
Git SHA28b7bc971b2b
Bump Typepatch
──Files
Files (1 file, 1.9 KB)
SKILL.md1.9 KBactive
SKILL.md · 27 lines · 1.9 KB
version: "1.0.1" name: yolobox-orchestrator description: Use when the agent is outside yolobox and needs to start, inspect, or control yolobox sessions, choose the right yolobox subcommand or flags, read merged config, decide between scratch, readonly, docker, or network options, or debug how a yolobox launch should be configured. license: MIT compatibility: Requires the yolobox CLI on the host. Runtime behavior depends on the configured container runtime and local Docker, Podman, or Apple container access.
Yolobox Orchestrator
Use this skill for host-side orchestration of yolobox sessions.
Do not use it for questions about the current environment from inside a running box. Inside the container, use yolobox instead.
- Start from the user's intent, then choose the smallest
yoloboxcommand or flag set that accomplishes it. - Check
yolobox configwhen defaults, merged config, or flag precedence matter.
- If
default_harnessis set, bareyoloboxlaunches that shortcut; useyolobox shellfor an explicit shell.
- Prefer explicit isolation and safety flags:
--scratchfor disposable or concurrent sessions that must not share/home/yolo.--readonly-projectwhen the agent only needs read access to the project tree.--no-env-passthroughwhen host API/token environment variables should not enter the box automatically.--open-bridgeonly when the agent needs to open HTTP(S) URLs in the host browser.--dockeronly when the agent needs Docker access or sibling containers.
- When you need exact command patterns or edge-case reminders, read references/commands.md.
- If you launch a box for another agent, point it at
yoloboxandYOLOBOX_CONTEXT_FILEfor inside-the-box introspection. - When discussing concurrency, distinguish isolated per-run manifests from shared persistent state: manifests are per-run, but
/home/yoloand/var/cacheare shared unless--scratchis used.