Astra Docker OpenClaw Plugin & Skill | ClawHub
Looking to integrate Astra Docker into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
cat <<'EOF' > ~/.openclaw/workspace/skills/astra-docker/SKILL.md.
Install
openclaw skills install @walniek/astra-dockernpx clawhub@latest install astra-dockerFull SKILL.md
Open originalSKILL.md content below is scrollable.
cat <<'EOF' > ~/.openclaw/workspace/skills/astra-docker/SKILL.md
name: astra-docker description: "Execute commands, read files, and write files in Astra's Docker container workspace (astra-env). Use this skill whenever you need to interact with your virtual environment at /workspace."
Docker Workspace Access
You have a persistent Docker container called astra-env with a workspace mounted at /workspace.
How to Use
Use the bash tool to run commands inside the container:
Execute a command
sudo docker exec -w /workspace astra-env bash -c "YOUR_COMMAND_HERE"