walniek-astra-docker
在 Astra 的 Docker 容器工作区(astra-env)中执行命令、读写文件,用于与 /workspace 虚拟环境交互。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~walniek-astra-dockercURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~walniek-astra-docker/file -o walniek-astra-docker.md## 概述(中文) 在 Astra 的 Docker 容器工作区(astra-env)中执行命令、读写文件,用于与 /workspace 虚拟环境交互。 ## 技能正文 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 工作区访问 你有一个名为 `astra-env` 的持久化 Docker 容器,工作区挂载于 `/workspace`。 ## 使用方法 使用 `bash` 工具在容器内运行命令: ### 执行命令 ```bash sudo docker exec -w /workspace astra-env bash -c "YOUR_COMMAND_HERE"