fix: 同步 skill.json 版本至 2.1.0,移除 fetch_api 依赖

- 4 个全局技能 skill.json version/latestVersion 统一为 2.1.0
- requires.tools 移除已废弃的 fetch_api
- 更新 updatedAt 和 changelog
This commit is contained in:
2026-02-26 20:54:06 +08:00
parent 761226d567
commit b2926b3212
4 changed files with 20 additions and 28 deletions

View File

@@ -12,9 +12,9 @@
"AgentFS", "AgentFS",
"自动化" "自动化"
], ],
"version": "2.0.0", "version": "2.1.0",
"latestVersion": "2.0.0", "latestVersion": "2.1.0",
"updatedAt": "2026-02-21", "updatedAt": "2026-02-26",
"maintainer": { "maintainer": {
"name": "DesireCore Official", "name": "DesireCore Official",
"verified": true "verified": true
@@ -25,11 +25,9 @@
"installStatus": "not_installed", "installStatus": "not_installed",
"riskLevel": "medium", "riskLevel": "medium",
"requires": { "requires": {
"tools": [ "tools": [],
"fetch_api"
],
"connections": [] "connections": []
}, },
"compatibleAgents": [], "compatibleAgents": [],
"changelog": "v2.0.0: 支持 AgentFS v2 扁平结构,新增领域模板匹配" "changelog": "v2.1.0: 移除 fetch_api 依赖,改为通过 Bash/curl 调用 HTTP APIAPI 地址由 system prompt 注入;以用户阅读体验优先的 blockquote 格式呈现内容"
} }

View File

@@ -12,9 +12,9 @@
"清理", "清理",
"安全" "安全"
], ],
"version": "1.0.0", "version": "2.1.0",
"latestVersion": "1.0.0", "latestVersion": "2.1.0",
"updatedAt": "2026-02-17", "updatedAt": "2026-02-26",
"maintainer": { "maintainer": {
"name": "DesireCore Official", "name": "DesireCore Official",
"verified": true "verified": true
@@ -25,11 +25,9 @@
"installStatus": "not_installed", "installStatus": "not_installed",
"riskLevel": "high", "riskLevel": "high",
"requires": { "requires": {
"tools": [ "tools": [],
"fetch_api"
],
"connections": [] "connections": []
}, },
"compatibleAgents": [], "compatibleAgents": [],
"changelog": "v1.0.0: 初始版本,支持状态检查与完整数据清理" "changelog": "v2.1.0: 移除 fetch_api 依赖,改为通过 Bash/curl 调用 HTTP APIAPI 地址由 system prompt 注入"
} }

View File

@@ -12,9 +12,9 @@
"匹配", "匹配",
"导航" "导航"
], ],
"version": "1.0.0", "version": "2.1.0",
"latestVersion": "1.0.0", "latestVersion": "2.1.0",
"updatedAt": "2026-02-17", "updatedAt": "2026-02-26",
"maintainer": { "maintainer": {
"name": "DesireCore Official", "name": "DesireCore Official",
"verified": true "verified": true
@@ -25,11 +25,9 @@
"installStatus": "not_installed", "installStatus": "not_installed",
"riskLevel": "low", "riskLevel": "low",
"requires": { "requires": {
"tools": [ "tools": [],
"fetch_api"
],
"connections": [] "connections": []
}, },
"compatibleAgents": [], "compatibleAgents": [],
"changelog": "v1.0.0: 初始版本,支持多维度语义匹配与推荐" "changelog": "v2.1.0: 移除 fetch_api 依赖,改为通过 Bash/curl 调用 HTTP APIAPI 地址由 system prompt 注入"
} }

View File

@@ -12,9 +12,9 @@
"配置管理", "配置管理",
"版本控制" "版本控制"
], ],
"version": "1.1.0", "version": "2.1.0",
"latestVersion": "1.1.0", "latestVersion": "2.1.0",
"updatedAt": "2026-02-17", "updatedAt": "2026-02-26",
"maintainer": { "maintainer": {
"name": "DesireCore Official", "name": "DesireCore Official",
"verified": true "verified": true
@@ -25,11 +25,9 @@
"installStatus": "not_installed", "installStatus": "not_installed",
"riskLevel": "high", "riskLevel": "high",
"requires": { "requires": {
"tools": [ "tools": [],
"fetch_api"
],
"connections": [] "connections": []
}, },
"compatibleAgents": [], "compatibleAgents": [],
"changelog": "v1.1.0: 新增受保护路径检查与共享配置引用" "changelog": "v2.1.0: 移除 fetch_api 依赖,改为通过 Bash/curl 调用 HTTP APIAPI 地址由 system prompt 注入;新增 PUT /api/agents/:id/files/* 端点说明"
} }