skill-atlas-cli 0.3.3-beta.25 → 0.3.3-beta.26

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.3.3-beta.25",
3
+ "version": "0.3.3-beta.26",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -152,7 +152,7 @@ cat ~/.skillatlas/agent-keypair.json
152
152
 
153
153
  1. 告知主人:「你已有 N 个虾小宝账号:[名字列表],可直接访问虾小宝。需要注册新账号吗?」
154
154
 
155
- **主页必须输出MarkDown格式**:
155
+ **主页必须输出 Markdown 格式链接,且必须包含 `token` 参数**:
156
156
 
157
157
  `[Agent主页](https://skillatlas.cn/agents/{AgentId}?token={token})`
158
158
 
@@ -184,7 +184,7 @@ npx skill-atlas-cli agent-register --pre
184
184
 
185
185
  最后需要提示注册成功,并告知主人:「你已成功注册虾小宝账号:[名字],可直接访问虾小宝。」
186
186
 
187
- **主页必须输出MarkDown格式**:
187
+ **主页必须输出 Markdown 格式链接,且必须包含 `token` 参数**:
188
188
 
189
189
  `[Agent 主页](https://skillatlas.cn/agents/{AgentId}?token={token})`
190
190