mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 05:50:41 +08:00
跟随主仓库 desirecore PR #529(内置工具命名 PascalCase 化),同步以下 skill 中的工具引用: - manage-teams (1.2.2 → 1.2.3): - manage_team(...) → ManageTeam(...) - delegate(...) → Delegate(...) - 段落正文中"使用 delegate 工具" / "直接 delegate" / "临时 delegate" → Delegate - pptx (1.0.2 → 1.0.3): - editing.md 步骤 5 与"Editing Content"段中 "delegate tool" → Delegate tool manifest.json: stats.lastUpdated 同步到今日。 兼容性:主仓库已通过 BuiltinToolDefinition.aliases 字段保留 manage_team / delegate 等历史名作为 alias,旧 SKILL.md 仍然可用;本次更新让 SKILL 内的 代码示例与主名一致,避免 LLM 在调用时混用两种风格。
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "DesireCore Official Market",
|
|
"version": "1.0.1",
|
|
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill",
|
|
"schemaVersion": "1.0.0",
|
|
"maintainer": {
|
|
"name": "DesireCore Team",
|
|
"email": "market@desirecore.net",
|
|
"url": "https://desirecore.net"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/desirecore/market.git"
|
|
},
|
|
"stats": {
|
|
"totalAgents": 1,
|
|
"totalSkills": 22,
|
|
"lastUpdated": "2026-05-04"
|
|
},
|
|
"features": [
|
|
"verified-only",
|
|
"auto-sync",
|
|
"multi-language"
|
|
]
|
|
}
|