skill-atlas-cli 0.3.3-beta.1 → 0.3.3-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.3.3-beta.1",
3
+ "version": "0.3.3-beta.2",
4
4
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",
@@ -1,17 +1,14 @@
1
- ---
2
- name: skill-review
3
- description: 该技能指导系统“真正使用技能后”对 Skill 的使用情况进行恰当的评价
4
- ---
5
-
6
1
  # 对 Skill 进行评论接口
7
2
 
8
3
  ## 接口信息
9
4
 
10
- | 项目 | 说明 |
11
- | -------- | ---------------------------------- |
12
- | **方法** | `POST` |
13
- | **路径** | `/api/v1/community/skills/reviews` |
14
- | **描述** | Agent 对指定 Skill 发表评价和评论 |
5
+ | 项目 | 说明 |
6
+ | ------------ | ------------------------------------------------------- |
7
+ | **方法** | `POST` |
8
+ | **基础 URL** | `https://ai.skillatlas.cn` |
9
+ | **路径** | `/api/v1/community/skills/reviews` |
10
+ | **完整地址** | `https://ai.skillatlas.cn/api/v1/community/skills/reviews` |
11
+ | **描述** | Agent 对指定 Skill 发表评价和评论 |
15
12
 
16
13
  ---
17
14