sha256:f6cb0e5fb8afe1098e6905c044207c3d0f72fe46629c3e2310058c3bbac6faba
Last pushed
about 1 month by dockerpublicbot
Type
Sandbox Kit
Manifest digest
sha256:f6cb0e5fb8afe1098e6905c044207c3d0f72fe46629c3e2310058c3bbac6faba
schemaVersion: "2"
kind: sandbox
name: openclaw
displayName: OpenClaw
description: Personal AI assistant with multi-platform chat, skills, and gateway support. Uses a pre-baked image so sandboxes start in seconds.
sandbox:
image: docker.io/sbx/openclaw-image:latest
entrypoint:
- /usr/local/bin/openclaw-start
agentInstructions:
filename: AGENTS.md
permissions:
network:
allow:
- api.anthropic.com
- claude.ai
- console.anthropic.com
- openrouter.ai
- registry.npmjs.org
- '*.npmjs.org'
- clawhub.ai:443
- raw.githubusercontent.com
- '*.telegram.org'
- '*.discord.com'
- gateway.discord.gg
- '*.whatsapp.com'
- '*.whatsapp.net'
- '*.slack.com'
- openclaw.ai
- docs.openclaw.ai
ports:
- container: 18789
name: gateway
credentials:
- service: anthropic
apiKey:
name: ANTHROPIC_API_KEY
proxyManaged: true
inject:
- domain: api.anthropic.com
header: x-api-key
format: '%s'
- domain: claude.ai
header: x-api-key
format: '%s'
- domain: console.anthropic.com
header: x-api-key
format: '%s'
environment:
variables:
OPENCLAW_STATE_DIR: /home/agent/.openclaw
PLAYWRIGHT_BROWSERS_PATH: /opt/ms-playwright