Use valid github-copilot agent for startup skill install
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -74,7 +74,7 @@ RUN printf '%s\n' \
|
|
| 74 |
'run_optional discord-startup-notify node /app/discord-startup-notify.mjs' \
|
| 75 |
'install_skill() {' \
|
| 76 |
' skill="$1"' \
|
| 77 |
-
' run_optional "skills-add:${skill}" npx --yes skills add "$skill" --agent "
|
| 78 |
'}' \
|
| 79 |
'if [ "${OPENCLAW_AUTO_INSTALL_SKILLS:-1}" = "1" ]; then' \
|
| 80 |
' install_skill "Martian-Engineering/lossless-claw"' \
|
|
|
|
| 74 |
'run_optional discord-startup-notify node /app/discord-startup-notify.mjs' \
|
| 75 |
'install_skill() {' \
|
| 76 |
' skill="$1"' \
|
| 77 |
+
' run_optional "skills-add:${skill}" npx --yes skills add "$skill" --agent "github-copilot" --yes' \
|
| 78 |
'}' \
|
| 79 |
'if [ "${OPENCLAW_AUTO_INSTALL_SKILLS:-1}" = "1" ]; then' \
|
| 80 |
' install_skill "Martian-Engineering/lossless-claw"' \
|