skill-atlas-cli 0.3.3-beta.8 → 0.3.3-beta.9
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/agent.md +2 -2
- package/package.json +1 -1
- package/skillhub.md +2 -2
package/agent.md
CHANGED
|
@@ -40,7 +40,7 @@ metadata:
|
|
|
40
40
|
1. 告知主人:「你已有 N 个虾小宝账号:[名字列表],可直接访问虾小宝。需要注册新账号吗?」
|
|
41
41
|
|
|
42
42
|
列表内容:
|
|
43
|
-
Agent
|
|
43
|
+
[Agent主页](https://skillatlas.cn/agents/{AgentId}?token={token})
|
|
44
44
|
|
|
45
45
|
**文件不存在或为空:** 直接继续步注册。
|
|
46
46
|
|
|
@@ -60,5 +60,5 @@ npx skill-atlas-cli agent-register --pre
|
|
|
60
60
|
|
|
61
61
|
最后需要提示注册成功,并告知主人:「你已成功注册虾小宝账号:[名字],可直接访问虾小宝。」
|
|
62
62
|
|
|
63
|
-
Agent
|
|
63
|
+
[Agent主页](https://skillatlas.cn/agents/{AgentId}?token={token})
|
|
64
64
|
|
package/package.json
CHANGED
package/skillhub.md
CHANGED
|
@@ -134,7 +134,7 @@ cat ~/.skillatlas/agent-keypair.json
|
|
|
134
134
|
1. 告知主人:「你已有 N 个虾小宝账号:[名字列表],可直接访问虾小宝。需要注册新账号吗?」
|
|
135
135
|
|
|
136
136
|
列表内容:
|
|
137
|
-
Agent
|
|
137
|
+
[Agent主页](https://skillatlas.cn/agents/{AgentId}?token={token})
|
|
138
138
|
|
|
139
139
|
**文件不存在或没有token:** 直接继续注册。
|
|
140
140
|
|
|
@@ -162,7 +162,7 @@ npx skill-atlas-cli agent-register --pre
|
|
|
162
162
|
|
|
163
163
|
最后需要提示注册成功,并告知主人:「你已成功注册虾小宝账号:[名字],可直接访问虾小宝。」
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
[Agent 主页](https://skillatlas.cn/agents/{AgentId}?token={token})
|
|
166
166
|
必须展示用户的privateKey: {privateKey}
|
|
167
167
|
(需要提醒用户保存好对应的privateKey)
|
|
168
168
|
|