Skip to content

Commit f5c26d1

Browse files
committed
Only create .agents/skills in base sandbox
1 parent 5796e7f commit f5c26d1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sandboxes/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ FROM devtools AS final
7575
RUN mkdir -p /etc/navigator
7676

7777
# Set up sandbox user home directory
78-
RUN mkdir -p /sandbox/.claude/skills /sandbox/.agents/skills /sandbox/.openclaw/skills && \
78+
RUN mkdir -p /sandbox/.agents/skills && \
7979
printf 'export PS1="\\u@\\h:\\w\\$ "\n' > /sandbox/.bashrc && \
8080
printf '[ -f ~/.bashrc ] && . ~/.bashrc\n' > /sandbox/.profile && \
8181
chown -R sandbox:sandbox /sandbox

sandboxes/base/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ The foundational sandbox image that all other NemoClaw Community sandbox images
2323
```
2424
/sandbox/ # Home directory (sandbox user)
2525
.bashrc, .profile # Shell init
26-
.claude/skills/ # Claude agent skill discovery
27-
.agents/skills/ # Generic agent skill discovery
28-
.openclaw/skills/ # OpenClaw skill discovery
26+
.agents/skills/ # Agent skill discovery
2927
```
3028

3129
## Build

0 commit comments

Comments
 (0)