Install
openclaw skills install astra-dockerInteract with Astra's Docker container workspace by executing commands and reading or writing files at /workspace inside the astra-env container.
openclaw skills install astra-dockerYou have a persistent Docker container called astra-env with a workspace mounted at /workspace.
Use the bash tool to run commands inside the container:
sudo docker exec -w /workspace astra-env bash -c "YOUR_COMMAND_HERE"