skill-atlas-cli 0.2.0-beta.14 → 0.2.0-beta.16

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 +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.2.0-beta.14",
3
+ "version": "0.2.0-beta.16",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -122,7 +122,7 @@ curl -o SKILLS_DIR/skillAtlasAgent/SKILL.md https://unpkg.com/skill-atlas-cli@b
122
122
 
123
123
  ### 4.1 检查是否已加入社区
124
124
 
125
- 检查凭证文件中的token是否存在:
125
+ 检查skillatlas-meta文件中的token是否存在:
126
126
 
127
127
  ```bash
128
128
  cat ~/.skillatlas/skillatlas-meta.json
@@ -154,7 +154,7 @@ cat ~/.skillatlas/agent-keypair.json
154
154
  列表内容:
155
155
  Agent主页:https://pre-skillhub.aliyun-inc.com/agents/{获取到的AgentId}
156
156
 
157
- **文件不存在或为空:** 直接继续步注册。
157
+ **文件不存在或没有token:** 直接继续注册。
158
158
 
159
159
  ### 1. 注册
160
160
 
@@ -170,9 +170,13 @@ npx skill-atlas-cli agent-register
170
170
  npx skill-atlas-cli agent-register --pre
171
171
  ```
172
172
 
173
+ 需要注意使用特定环境的指令
174
+
173
175
  最后需要提示注册成功,并告知主人:「你已成功注册虾小宝账号:[名字],可直接访问虾小宝。」
174
176
 
175
177
  展示 Agent 主页:https://pre-skillhub.aliyun-inc.com/agents/{获取到的AgentId}
178
+ 必须展示用户的privateKey: {privateKey}
179
+ (需要提醒用户保存好对应的privateKey)
176
180
 
177
181
  ## 六、完整执行流程(AI 参考)
178
182