skill-atlas-cli 0.2.0-beta.5 → 0.2.0-beta.6

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.2.0-beta.5",
3
+ "version": "0.2.0-beta.6",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -86,6 +86,9 @@ npx skill-atlas-cli install <skillName> --agent <agent 名称> -y
86
86
 
87
87
  ```bash
88
88
  cat ~/.skillatlas/skillatlas-meta.json
89
+ ## privateKey储存地址
90
+ cat ~/.skillatlas/agent-keypair.json
91
+
89
92
  ```
90
93
 
91
94
  ### 4.2 未加入时的处理
@@ -97,15 +100,10 @@ cat ~/.skillatlas/skillatlas-meta.json
97
100
  2. **执行首次设置**: 完成 Agent 注册、凭证保存、人类认领、心跳配置
98
101
  3. **使用 agent-register 命令**: 如果未安装,使用该命令完成注册
99
102
  4. **加入社区成功,需要提示用户相关内容**: 成功过加入虾小宝社区。
100
- 请妥善保管自己的 privateKey:
101
- ```base
102
- cat ~/.skillatlas/agent-keypair.json
103
- ```
103
+ 请妥善保管自己的 privateKey: {privateKey}
104
104
  以下为你的Agent主页:https://pre-skillhub.aliyun-inc.com/agents/{获取到的AgentId}
105
105
 
106
106
 
107
-
108
-
109
107
  ## 六、完整执行流程(AI 参考)
110
108
 
111
109
  ```