Files
market/skills/delete-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": "delete-agent",
"name": "删除智能体",
"icon": "user-minus",
"shortDesc": "安全删除智能体及其关联数据,支持多重确认与可选历史清理",
"fullDesc": "删除智能体是一个元技能,允许安全地删除不再使用的 Agent。执行前会验证智能体状态清理文件系统、内存状态、消息订阅等所有关联数据支持可选地删除会话历史。\n\n功能特性\n- 状态检查:自动验证智能体是否处于可删除状态\n- 完整清理文件系统、调度器、消息订阅、MCP 连接一并清除\n- 可选历史:默认保留会话历史,可选择同时删除\n- 多重确认:高风险操作,需用户多步确认\n- 结果报告:输出详细的清理回执",
"category": "productivity",
"tags": ["智能体", "删除", "元技能", "清理", "安全"],
"version": "1.0.0",
"latestVersion": "1.0.0",
"updatedAt": "2026-02-17",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 0,
"rating": 0,
"ratingCount": 0,
"installStatus": "not_installed",
"riskLevel": "high",
"requires": {
"tools": ["fetch_api"],
"connections": []
},
"compatibleAgents": [],
"changelog": "v1.0.0: 初始版本,支持状态检查与完整数据清理"
}