feat: add agent-browser skill and Dockerfile.heavy#1861
Merged
afjcjsbx merged 1 commit intosipeed:mainfrom Mar 21, 2026
Merged
Conversation
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.
Contributor
Author
|
@alexhoshina @yinwm @mattn guys this one is simple yet powerful, please take a look |
This was referenced Mar 21, 2026
afjcjsbx
approved these changes
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
which agent-browserbefore use, so lightweight images degrade gracefully instead of failingDockerfile.heavy
Builds on top of
node:24-alpinewith:Runs as non-root
picoclawuser (UID/GID 1000), includes the default workspace with all skills, and exposes a persistent workspace volume.This complements the existing minimal
Dockerfile(alpine, no runtime deps) andDockerfile.full(node + python, no browser) for use cases that require full browser automation.Test plan
docker build -f docker/Dockerfile.heavy -t picoclaw:heavy .builds successfully/healthreturns ok)agent-browser,node,python3,uvall available inside containeragent-browser open+agent-browser screenshotend-to-end