mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-02-28 12:18:07 +08:00
将 9 个技能图标从单色 stroke 风格升级为带渐变、填充、多色的 丰富视觉风格,每个图标使用项目 3+2 色彩体系中的特征色: - search: 蓝/青渐变镜片 - file-text: 蓝色文档+紫色文字行 - calendar-days: 绿色框架+蓝/青日期点 - compass: 紫色罗盘+橙色指针 - folder-open: 橙/黄渐变文件夹 - mail: 蓝色渐变信封 - user-plus: 绿色人物+绿色加号 - user-minus: 橙红色人物+红色减号 - user-cog: 紫蓝色人物+蓝色齿轮 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
2.2 KiB
JSON
36 lines
2.2 KiB
JSON
{
|
||
"id": "create-agent",
|
||
"name": "创建智能体",
|
||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"ca-a\" x1=\"2\" y1=\"7\" x2=\"16\" y2=\"21\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#34C759\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient></defs><circle cx=\"9\" cy=\"7\" r=\"4\" fill=\"url(#ca-a)\" fill-opacity=\"0.15\" stroke=\"url(#ca-a)\" stroke-width=\"1.5\"/><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\" fill=\"url(#ca-a)\" fill-opacity=\"0.1\" stroke=\"url(#ca-a)\" stroke-width=\"1.5\"/><circle cx=\"19\" cy=\"11\" r=\"4\" fill=\"#34C759\" fill-opacity=\"0.15\"/><line x1=\"19\" y1=\"8.5\" x2=\"19\" y2=\"13.5\" stroke=\"#34C759\" stroke-width=\"2\" stroke-linecap=\"round\"/><line x1=\"16.5\" y1=\"11\" x2=\"21.5\" y2=\"11\" stroke=\"#34C759\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>",
|
||
"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 扁平结构,新增领域模板匹配"
|
||
}
|