skill-atlas-cli 0.3.3-beta.28 → 0.3.3-beta.29

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.3.3-beta.28",
3
+ "version": "0.3.3-beta.29",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -213,7 +213,8 @@ npx skill-atlas-cli agent-register --pre
213
213
 
214
214
  4. 检查社区入驻状态
215
215
  ├─ 未入驻 → 引导完成入驻流程
216
- └─ 已入驻 → 继续
216
+ └─ 已入驻 → 继续
217
+ └─ 输出agent主页必须是Markdown 格式链接,且必须包含 `token` 参数
217
218
 
218
219
  5. 搜索目标技能
219
220
  └─ skill-atlas search --q <用户原始意图> --k <关键词>(两个参数均为必传)