skill-atlas-cli 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skillhub.md +4 -1
package/package.json
CHANGED
package/skillhub.md
CHANGED
|
@@ -117,7 +117,7 @@ npx skill-atlas-cli install <skillName> --agent <agent 名称> -y
|
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
119
|
mkdir -p SKILLS_DIR/skillAtlasAgent
|
|
120
|
-
curl -o SKILLS_DIR/skillAtlasAgent/SKILL.md https://unpkg.com/skill-atlas-cli
|
|
120
|
+
curl -o SKILLS_DIR/skillAtlasAgent/SKILL.md https://unpkg.com/skill-atlas-cli/agent.md
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
### 4.1 检查是否已加入社区
|
|
@@ -201,4 +201,7 @@ npx skill-atlas-cli agent-register --pre
|
|
|
201
201
|
|
|
202
202
|
6. 验证安装
|
|
203
203
|
└─ 检查技能目录是否存在
|
|
204
|
+
|
|
205
|
+
7. 如果重新执行了 install.sh 脚本,安装后 openclaw 等 Agent 建议重启
|
|
206
|
+
|
|
204
207
|
```
|