mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 04:30:42 +08:00
## 概要
为 Skill-first "应用与服务目录" 路线图新增两个元技能,作为 builtin 同步到用户
~/.desirecore/skills/:
- registering-services — 教 Agent 安全注册外部 HTTP/MCP 服务(riskLevel
选择、secretRef、SSRF、人类审批)
- using-services — 教 Agent 发现并调用目录服务(status/reviewStatus 过滤、HTTP/MCP
两条路径、不绕开治理)
## 改动
- skills/registering-services/{SKILL.md, SKILL.zh-CN.md}
- skills/using-services/{SKILL.md, SKILL.zh-CN.md}
- builtin-skills.json 加 2 个技能 id
- manifest.json totalSkills 22 → 24(已 rebase 到含 #18 tech-diagram 的 main)
- SKILL.zh-CN.md 采用 `<!-- locale: zh-CN -->` body 格式(移除冗余 frontmatter,对齐
docs/I18N.md 约定)
## 配套
主仓库 PR 同步引入:schema 扩展、新存储层、注册/治理路由、service-approval、http-request
治理闸门、per-service Skill 生成器、docker-app 派生 + service-health、前端徽章/治理
UI/派生服务面板。
## CLA
- [x] I have read and agree to the Contributor License Agreement
32 lines
575 B
JSON
32 lines
575 B
JSON
{
|
|
"skills": [
|
|
"create-agent",
|
|
"dashscope-image-gen",
|
|
"delete-agent",
|
|
"dev-environment-setup",
|
|
"discover-agent",
|
|
"docx",
|
|
"frontend-design",
|
|
"mail-operations",
|
|
"manage-skills",
|
|
"manage-teams",
|
|
"markdown",
|
|
"minimax-music-gen",
|
|
"minimax-video-gen",
|
|
"nodejs-runtime",
|
|
"pdf",
|
|
"pptx",
|
|
"python-runtime",
|
|
"registering-services",
|
|
"s3-storage-operations",
|
|
"skill-creator",
|
|
"tech-diagram",
|
|
"update-agent",
|
|
"using-services",
|
|
"web-access",
|
|
"workflow",
|
|
"xiaomi-tts",
|
|
"xlsx"
|
|
]
|
|
}
|