# Astra Docker

> Astra Docker

- Skill: `javimosch/astra-docker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/astra-docker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/astra-docker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/astra-docker

---

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"

