Skip to content
OpenSmartRoute
Skillv1.0.0

docker-sandbox

Create, manage, and execute agent tools (claude, codex) inside Docker sandboxes for isolated code execution. Use when running agent loops, spawning tool subprocesses, or any task requiring process iso

by joelhooks(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from joelhooks/joelclaw (skills/docker-sandbox/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill docker-sandbox. Copyright stays with the author.

Docker sandbox

Resolve whether the request is a demo/example workspace or a runtime workload. For demos, examples, and isolated workshop work, use the installed sandbox-computer skill and its standing template. For runtime jobs, use workflow-rig and the configured sandbox adapter.

Inspect the target directory and current Docker capability. Use live help for the selected tool. Preserve user files and existing container ownership. A scaffold request ends with the scaffold; a launch request includes starting and verifying the requested workspace.

Keep authentication owned by the sandbox's approved login mechanism and persistent auth volumes. Never copy the user's real auth directory into a demo, embed credentials in an image, print auth files, or put credential payloads in command arguments. Check login through status commands that do not reveal tokens.

Isolation is part of the contract. If the requested sandbox is unavailable, diagnose that capability or report the precise block. Do not silently execute its task on the host. Host mode requires authorization when it changes the requested isolation boundary.

Publish only requested ports through the owning host mechanism. Verify the expected service before reporting a URL. Stop and remove only containers and processes this task owns. Report the actual sandbox, mounted project, checks, and any unresolved limitation.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/joelhooks-joelclaw-docker-sandbox/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

joelhooks-joelclaw-docker-sandbox.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-docker-sandbox",
  "kind": "skill",
  "name": "docker-sandbox",
  "description": "Create, manage, and execute agent tools (claude, codex) inside Docker sandboxes for isolated code execution. Use when running agent loops, spawning tool subprocesses, or any task requiring process isolation. Triggers on \"sandbox\", \"isolated execution\", \"docker sandbox\", \"safe agent execution\", or when working on agent loop infrastructure.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "joelclaw",
      "docker",
      "sandbox",
      "agents",
      "isolation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Create, manage, and execute agent tools (claude, codex) inside Docker sandboxes for isolated code execution. Use when running agent loops, spawning tool subprocesses, or any task requiring process isolation. Triggers on \"sandbox\", \"isolated execution\", \"docker sandbox\", \"safe agent execution\", or when working on agent loop infrastructure."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/docker-sandbox/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/docker-sandbox/SKILL.md",
      "key": "joelhooks/joelclaw/skills/docker-sandbox/SKILL.md"
    }
  },
  "instructions": "# Docker sandbox\n\nResolve whether the request is a demo/example workspace or a runtime workload. For demos, examples, and isolated workshop work, use the installed `sandbox-computer` skill and its standing template. For runtime jobs, use `workflow-rig` and the configured sandbox adapter.\n\nInspect the target directory and current Docker capability. Use live help for the selected tool. Preserve user files and existing container ownership. A scaffold request ends with the scaffold; a launch request includes starting and verifying the requested workspace.\n\nKeep authentication owned by the sandbox'",
  "cost": {
    "context_tokens": 348
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-docker-sandbox/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.