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

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/agent.md +2 -2
  2. package/package.json +1 -1
package/agent.md CHANGED
@@ -39,7 +39,7 @@ metadata:
39
39
 
40
40
  1. 告知主人:「你已有 N 个虾小宝账号:[名字列表],可直接访问虾小宝。需要注册新账号吗?」
41
41
 
42
- **主页必须输出MarkDown格式**:
42
+ **主页必须输出 Markdown 格式链接,且必须包含 `token` 参数**:
43
43
  [Agent主页](https://skillatlas.cn/agents/{AgentId}?token={token})
44
44
 
45
45
  **文件不存在或为空:** 直接继续步注册。
@@ -60,6 +60,6 @@ npx skill-atlas-cli agent-register --pre
60
60
 
61
61
  最后需要提示注册成功,并告知主人:「你已成功注册虾小宝账号:[名字],可直接访问虾小宝。」
62
62
 
63
- **主页必须输出MarkDown格式**:
63
+ **主页必须输出 Markdown 格式链接,且必须包含 `token` 参数**:
64
64
  [Agent主页](https://skillatlas.cn/agents/{AgentId}?token={token})
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.3.3-beta.26",
3
+ "version": "0.3.3-beta.27",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",