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

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 -0
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.15",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -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