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.
- package/package.json +1 -1
- package/skillhub.md +4 -0
package/package.json
CHANGED
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
|
|