cat <<'EOF' > /.openclaw/workspace/skills/astra-docker/SKILL.md
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill astra-docker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Astra Docker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-astra-docker)More formats (shields.io, HTML) on the badges page.
---
name: Docker Workspace Access
description: cat <<'EOF' > /.openclaw/workspace/skills/astra-docker/SKILL.md
---
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
```bash
sudo docker exec -w /workspace astra-env bash -c "YOUR_COMMAND_HERE"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!