Sign inSign up

docker/sbx-kit-claude-acp:latest

Multi-platform
Manifest digest

sha256:5c9124c07340e09db1cc004c7daface79906bf00409e16ee7e46045dfda62213

Last pushed

3 days by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:5c9124c07340e09db1cc004c7daface79906bf00409e16ee7e46045dfda62213

yaml
schemaVersion: "3"
displayName: Claude ACP
description: Runs the Claude ACP adapter inside a Claude sandbox over stdio.
version: 1.0.0
kind: mixin
requires:
    - claude
capabilities:
    - type: com.docker.sandbox/network-policy@1
      config:
        runtime:
            allow:
                - api.github.com
                - gist.github.com
                - github.com
                - registry.npmjs.org
                - raw.githubusercontent.com
    - type: com.docker.sandbox/lifecycle@1
      config:
        files:
            - content: |
                #!/bin/bash
                set -e
                if [ -z "$CLAUDE_CODE_EXECUTABLE" ]; then
                  export CLAUDE_CODE_EXECUTABLE=claude
                fi
                exec npx -y @agentclientprotocol/[email protected] "$@"
              description: Launch the Claude ACP adapter with the sandboxed Claude binary.
              mode: "0755"
              path: /home/agent/.local/bin/claude-acp
    - type: com.docker.sandbox/agent-context@1
      config:
        contentFile: /usr/share/sandbox/kit/claude-acp/claude-acp-context.md