Files
market/skills/create-agent/skill.json
yi-ge a787208db9 feat: 为 4 个 builtin 技能添加 skill.json 市场元数据
- create-agent: 创建智能体(元技能,medium 风险)
- delete-agent: 删除智能体(元技能,high 风险)
- discover-agent: 发现智能体(流程型,low 风险)
- update-agent: 更新智能体(元技能,high 风险)

使 market-sync 的 scanSkills() 能够索引这些技能,
在市场 UI 中正常展示。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 09:15:32 +08:00

28 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "create-agent",
"name": "创建智能体",
"icon": "user-plus",
"shortDesc": "通过自然语言对话收集需求,一键创建专业化数字智能体",
"fullDesc": "创建智能体是一个元技能,赋予 DesireCore 创建其他 Agent 的能力。通过多轮对话收集用户需求,自动生成符合 AgentFS v2 规范的 persona 和 principles调用 HTTP API 完成创建。\n\n功能特性\n- 自然语言交互:用对话描述需求即可创建,无需编程\n- 领域模板:根据专业领域自动匹配推荐风格与边界\n- AgentFS v2 规范:创建的仓库符合标准结构,支持版本管理\n- 多轮引导:智能追问必填信息,每轮最多 2 个问题\n- 预览确认:创建前展示完整的 persona 与 principles 预览",
"category": "productivity",
"tags": ["智能体", "创建", "元技能", "AgentFS", "自动化"],
"version": "2.0.0",
"latestVersion": "2.0.0",
"updatedAt": "2026-02-21",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 0,
"rating": 0,
"ratingCount": 0,
"installStatus": "not_installed",
"riskLevel": "medium",
"requires": {
"tools": ["fetch_api"],
"connections": []
},
"compatibleAgents": [],
"changelog": "v2.0.0: 支持 AgentFS v2 扁平结构,新增领域模板匹配"
}