feat: 补全 registering-services / using-services 缺失的图标 (#34)

为两个缺 market.icon 的技能补 24×24 线性 SVG(icon: >- 折叠标量,置于 category 前,对齐仓库约定);version 1.0.0→1.0.1。其余无图标条目为 pointer entry.json,需先扩 entry schema,另行处理。
This commit is contained in:
2026-06-29 17:59:16 +08:00
committed by GitHub
parent 5b7708a612
commit 2899247128
2 changed files with 8 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ description: >-
Catalog so that other Agents (and the human user) can discover and call it.
Use when the user mentions adding a new service, registering an API, or
publishing a backend you control to the team's catalog. 新增服务、注册 API、把后端发布到团队目录时使用。
version: 1.0.0
version: 1.0.1
type: meta
risk_level: medium
status: enabled
@@ -17,7 +17,7 @@ tags:
- meta
metadata:
author: desirecore
updated_at: '2026-05-28'
updated_at: '2026-06-29'
i18n:
default_locale: en-US
source_locale: zh-CN
@@ -40,6 +40,8 @@ metadata:
body: ./SKILL.md
translated_by: human
market:
icon: >-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#34C759" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="12" height="6" rx="1.5"/><rect x="3" y="14" width="12" height="6" rx="1.5"/><circle cx="6.5" cy="7" r="0.5" fill="#34C759"/><circle cx="6.5" cy="17" r="0.5" fill="#34C759"/><line x1="19.5" y1="5" x2="19.5" y2="11"/><line x1="16.5" y1="8" x2="22.5" y2="8"/></svg>
category: productivity
maintainer:
name: DesireCore Official

View File

@@ -5,7 +5,7 @@ description: >-
catalog. Use when the user asks the Agent to call an API, search for an
existing service, or query a backend that was registered via the
registering-services skill. 调用某个 API、查找已有服务、访问已注册的后端服务时使用。
version: 1.0.0
version: 1.0.1
type: meta
risk_level: low
status: enabled
@@ -18,7 +18,7 @@ tags:
- meta
metadata:
author: desirecore
updated_at: '2026-05-28'
updated_at: '2026-06-29'
i18n:
default_locale: en-US
source_locale: zh-CN
@@ -40,6 +40,8 @@ metadata:
body: ./SKILL.md
translated_by: human
market:
icon: >-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#34C759" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="9" width="6" height="6" rx="1.5"/><rect x="15" y="3" width="6" height="6" rx="1.5"/><rect x="15" y="15" width="6" height="6" rx="1.5"/><path d="M9 11.5h3.5V6H15"/><path d="M9 12.5h3.5V18H15"/></svg>
category: productivity
maintainer:
name: DesireCore Official