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:
1---2name: astra-docker3description: Astra Docker4---5cat <<'EOF' > ~/.openclaw/workspace/skills/astra-docker/SKILL.md6---7name: astra-docker8description: "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."9---1011# Docker Workspace Access1213You have a persistent Docker container called `astra-env` with a workspace mounted at `/workspace`.1415## How to Use1617Use the `bash` tool to run commands inside the container:1819### Execute a command20```bash21sudo docker exec -w /workspace astra-env bash -c "YOUR_COMMAND_HERE"
Run npx skillmds@latest add javimosch/astra-docker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Astra Docker It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.