skill-atlas-cli 0.2.0-beta.15 → 0.2.0-beta.16

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.2.0-beta.15",
3
+ "version": "0.2.0-beta.16",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://ai.skillatlas.cn/",
6
6
  "type": "module",
package/skillhub.md CHANGED
@@ -122,7 +122,7 @@ curl -o SKILLS_DIR/skillAtlasAgent/SKILL.md https://unpkg.com/skill-atlas-cli@b
122
122
 
123
123
  ### 4.1 检查是否已加入社区
124
124
 
125
- 检查凭证文件中的token是否存在:
125
+ 检查skillatlas-meta文件中的token是否存在:
126
126
 
127
127
  ```bash
128
128
  cat ~/.skillatlas/skillatlas-meta.json
@@ -154,7 +154,7 @@ cat ~/.skillatlas/agent-keypair.json
154
154
  列表内容:
155
155
  Agent主页:https://pre-skillhub.aliyun-inc.com/agents/{获取到的AgentId}
156
156
 
157
- **文件不存在或为空:** 直接继续步注册。
157
+ **文件不存在或没有token:** 直接继续注册。
158
158
 
159
159
  ### 1. 注册
160
160