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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skillhub.md +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",
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@beta/agent.md
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
  ```