style: 技能图标升级为色彩丰富的多色 SVG

将 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>
This commit is contained in:
2026-02-25 11:15:28 +08:00
parent 6837bd897a
commit c1ca91c80a
9 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "delete-agent",
"name": "删除智能体",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"></path><circle cx=\"9\" cy=\"7\" r=\"4\"></circle><line x1=\"22\" x2=\"16\" y1=\"11\" y2=\"11\"></line></svg>",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"da2-a\" x1=\"2\" y1=\"7\" x2=\"16\" y2=\"21\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FF9500\"/><stop offset=\"1\" stop-color=\"#FF3B30\"/></linearGradient></defs><circle cx=\"9\" cy=\"7\" r=\"4\" fill=\"url(#da2-a)\" fill-opacity=\"0.15\" stroke=\"url(#da2-a)\" stroke-width=\"1.5\"/><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\" fill=\"url(#da2-a)\" fill-opacity=\"0.1\" stroke=\"url(#da2-a)\" stroke-width=\"1.5\"/><circle cx=\"19\" cy=\"11\" r=\"4\" fill=\"#FF3B30\" fill-opacity=\"0.12\"/><line x1=\"16.5\" y1=\"11\" x2=\"21.5\" y2=\"11\" stroke=\"#FF3B30\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>",
"shortDesc": "安全删除智能体及其关联数据,支持多重确认与可选历史清理",
"fullDesc": "删除智能体是一个元技能,允许安全地删除不再使用的 Agent。执行前会验证智能体状态清理文件系统、内存状态、消息订阅等所有关联数据支持可选地删除会话历史。\n\n功能特性\n- 状态检查:自动验证智能体是否处于可删除状态\n- 完整清理文件系统、调度器、消息订阅、MCP 连接一并清除\n- 可选历史:默认保留会话历史,可选择同时删除\n- 多重确认:高风险操作,需用户多步确认\n- 结果报告:输出详细的清理回执",
"category": "productivity",