picoclaw/docker
Amir Mamaghani 520391643b feat: add agent-browser skill and Dockerfile.heavy with full runtime
Add agent-browser skill to the default workspace with complete CLI
reference for browser automation via Chrome/Chromium CDP. The skill
includes a runtime guard that checks for the binary before use.

Add Dockerfile.heavy — a batteries-included container image with:
- Node.js 24 + npm
- Python 3 + pip + uv
- Chromium + Playwright (for agent-browser)
- agent-browser CLI pre-installed
- Non-root picoclaw user (UID/GID 1000)
- Default workspace with all skills
- Persistent workspace volume

This complements the existing minimal Dockerfile and Dockerfile.full
for deployments that need browser automation and rich tool support.
2026-03-21 15:14:32 +01:00
..
docker-compose.full.yml fix: address PR review feedback for MCP tools support 2026-03-01 10:56:02 +08:00
docker-compose.yml feat(docker): add launcher bundle image with all three binaries (#1309) 2026-03-10 17:42:21 +08:00
Dockerfile chore(docker): reorganize docker files and add first-run entrypoint (#812) 2026-02-27 10:10:17 +08:00
Dockerfile.full fix: address PR review feedback for MCP tools support 2026-03-01 10:56:02 +08:00
Dockerfile.goreleaser chore(docker): reorganize docker files and add first-run entrypoint (#812) 2026-02-27 10:10:17 +08:00
Dockerfile.goreleaser.launcher feat(docker): add launcher bundle image with all three binaries (#1309) 2026-03-10 17:42:21 +08:00
Dockerfile.heavy feat: add agent-browser skill and Dockerfile.heavy with full runtime 2026-03-21 15:14:32 +01:00
entrypoint.sh chore(docker): reorganize docker files and add first-run entrypoint (#812) 2026-02-27 10:10:17 +08:00