refactor: 移除旧版 agent.json 和 skill.json 文件

移除已废弃的市场元数据文件:
- 6 个 agent.json(business-analyst, code-reviewer, data-analyst, task-master, translator, writing-coach)
- 5 个 skill.json(calendar-sync, doc-parser, email-client, file-manager, web-search)

版本信息已统一由 SKILL.md frontmatter 管理,skill.json 不再需要。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 19:43:19 +08:00
parent b2926b3212
commit 404af550da
11 changed files with 0 additions and 398 deletions

View File

@@ -1,46 +0,0 @@
{
"id": "calendar-sync",
"name": "日历同步",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2.5\" fill=\"#34C759\" fill-opacity=\"0.08\" stroke=\"#34C759\" stroke-width=\"1.5\"/><rect x=\"3\" y=\"4\" width=\"18\" height=\"6\" rx=\"2.5\" fill=\"#34C759\" fill-opacity=\"0.15\"/><path d=\"M3 10h18\" stroke=\"#34C759\" stroke-width=\"1.5\"/><path d=\"M8 2v4\" stroke=\"#34C759\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 2v4\" stroke=\"#34C759\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"8\" cy=\"14\" r=\"1.3\" fill=\"#007AFF\"/><circle cx=\"12\" cy=\"14\" r=\"1.3\" fill=\"#5AC8FA\"/><circle cx=\"16\" cy=\"14\" r=\"1.3\" fill=\"#007AFF\"/><circle cx=\"8\" cy=\"18\" r=\"1.3\" fill=\"#5AC8FA\"/><circle cx=\"12\" cy=\"18\" r=\"1.3\" fill=\"#34C759\"/><circle cx=\"16\" cy=\"18\" r=\"1.3\" fill=\"#007AFF\" opacity=\"0.35\"/></svg>",
"shortDesc": "无缝连接主流日历服务,智能安排与冲突检测",
"fullDesc": "日历同步技能让 Agent 能够读取和写入你的日程安排,支持 Google Calendar、Outlook、Apple Calendar 等主流服务。智能识别会议重要性、自动建议最佳会议时间、检测时区冲突。\n\n功能特性\n- 多平台同步Google、Outlook、Apple、CalDAV 协议支持\n- 智能调度:基于忙碌状态自动建议会议时间\n- 时区处理:跨时区会议自动转换、旅行者时区感知\n- 会议辅助:议程模板、会议纪要自动生成、行动项跟踪\n- 提醒策略:分层提醒(提前一天、一小时、十五分钟)",
"category": "business",
"tags": [
"日历",
"日程管理",
"会议安排",
"时区处理",
"提醒"
],
"version": "1.9.0",
"latestVersion": "1.9.0",
"updatedAt": "2025-02-08",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 42350,
"rating": 4.5,
"ratingCount": 1234,
"installStatus": "not_installed",
"riskLevel": "medium",
"requires": {
"tools": [
"oauth_client",
"ical_parser",
"timezone_calculator",
"notification_api"
],
"connections": [
"google_calendar",
"outlook_api",
"apple_icloud"
]
},
"compatibleAgents": [
"task-master",
"business-analyst",
"translator"
],
"changelog": "v1.9.0: 新增 AI 会议重要性评分,自动保护深度工作时段"
}

View File

@@ -1,43 +0,0 @@
{
"id": "doc-parser",
"name": "文档解析器",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"dp-a\" x1=\"4\" y1=\"2\" x2=\"20\" y2=\"22\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#007AFF\" stop-opacity=\"0.12\"/><stop offset=\"1\" stop-color=\"#AF52DE\" stop-opacity=\"0.06\"/></linearGradient></defs><path d=\"M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z\" fill=\"url(#dp-a)\" stroke=\"#007AFF\" stroke-width=\"1.5\"/><path d=\"M14 2v5a1 1 0 0 0 1 1h5\" fill=\"#007AFF\" fill-opacity=\"0.15\" stroke=\"#007AFF\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><line x1=\"8\" y1=\"13\" x2=\"16\" y2=\"13\" stroke=\"#AF52DE\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><line x1=\"8\" y1=\"17\" x2=\"13\" y2=\"17\" stroke=\"#AF52DE\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.6\"/><line x1=\"8\" y1=\"9.5\" x2=\"11\" y2=\"9.5\" stroke=\"#5AC8FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.5\"/></svg>",
"shortDesc": "支持 50+ 格式的文档解析与结构化提取",
"fullDesc": "文档解析器是 Agent 的文档理解基础设施。无论是扫描版 PDF、手写笔记照片还是复杂排版的 Word 文档,都能准确提取文本、表格、图片和元数据,输出结构化的 Markdown 或 JSON。\n\n支持格式\n- 办公文档Word、Excel、PowerPoint、WPS\n- 版式文档PDF含扫描版 OCR、EPUB、MOBI\n- 图片文档JPG、PNG、TIFF、WebPOCR 识别)\n- 标记语言Markdown、HTML、XML、LaTeX\n- 代码文档Jupyter Notebook、Swagger/OpenAPI",
"category": "data",
"tags": [
"文档解析",
"OCR",
"PDF处理",
"表格提取",
"格式转换"
],
"version": "2.1.3",
"latestVersion": "2.1.3",
"updatedAt": "2025-02-14",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 38920,
"rating": 4.7,
"ratingCount": 1567,
"installStatus": "not_installed",
"riskLevel": "low",
"requires": {
"tools": [
"ocr_engine",
"pdf_renderer",
"table_extractor",
"layout_analyzer"
],
"connections": []
},
"compatibleAgents": [
"writing-coach",
"data-analyst",
"translator",
"code-reviewer"
],
"changelog": "v2.1.3: 新增手写公式识别,支持 LaTeX 自动转换"
}

View File

@@ -1,47 +0,0 @@
{
"id": "email-client",
"name": "邮件助理",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"ec-a\" x1=\"2\" y1=\"4\" x2=\"22\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#007AFF\" stop-opacity=\"0.15\"/><stop offset=\"1\" stop-color=\"#5AC8FA\" stop-opacity=\"0.08\"/></linearGradient></defs><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\" fill=\"url(#ec-a)\" stroke=\"#007AFF\" stroke-width=\"1.5\"/><path d=\"m2 7 8.99 5.73a2 2 0 0 0 2.01 0L22 7\" stroke=\"#007AFF\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"m2 7 8.99 5.73a2 2 0 0 0 2.01 0L22 7\" fill=\"#5AC8FA\" fill-opacity=\"0.1\"/></svg>",
"shortDesc": "智能邮件管理,自动分类、起草与跟进提醒",
"fullDesc": "邮件助理帮助 Agent 安全地访问你的邮箱,执行智能分类、优先级排序、自动回复起草和跟进提醒。支持 Gmail、Outlook、企业 Exchange 和 IMAP 协议,所有操作需经用户确认。\n\n功能特性\n- 统一收件箱:多账户聚合、智能分类(工作/社交/推广/垃圾)\n- 智能起草:根据上下文生成得体回复、多语气选择\n- 跟进管理:自动识别待回复邮件、设置跟进提醒\n- 摘要功能:长邮件线程 TL;DR、每日收件箱总结\n- 安全控制:敏感操作确认、发送前预览、撤销窗口",
"category": "communication",
"tags": [
"邮件",
"收件箱管理",
"自动回复",
"跟进提醒",
"通讯"
],
"version": "2.2.0",
"latestVersion": "2.2.0",
"updatedAt": "2025-02-11",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 52180,
"rating": 4.6,
"ratingCount": 2134,
"installStatus": "not_installed",
"riskLevel": "high",
"requires": {
"tools": [
"imap_client",
"smtp_client",
"oauth_client",
"pgp_encryption"
],
"connections": [
"gmail_api",
"outlook_api",
"exchange_server"
]
},
"compatibleAgents": [
"translator",
"business-analyst",
"writing-coach",
"task-master"
],
"changelog": "v2.2.0: 新增邮件情绪分析,自动标记紧急和负面语气邮件"
}

View File

@@ -1,43 +0,0 @@
{
"id": "file-manager",
"name": "文件管家",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"fm-a\" x1=\"2\" y1=\"6\" x2=\"22\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFCC00\"/><stop offset=\"1\" stop-color=\"#FF9500\"/></linearGradient><linearGradient id=\"fm-b\" x1=\"6\" y1=\"10\" x2=\"20\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FF9500\" stop-opacity=\"0.3\"/><stop offset=\"1\" stop-color=\"#FFCC00\" stop-opacity=\"0.15\"/></linearGradient></defs><path d=\"M4 20a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2\" fill=\"url(#fm-b)\" stroke=\"#FF9500\" stroke-width=\"1.5\"/><path d=\"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4\" fill=\"url(#fm-a)\" fill-opacity=\"0.25\" stroke=\"#FF9500\" stroke-width=\"1.5\"/></svg>",
"shortDesc": "本地文件系统的智能管理者,支持批量操作与内容分析",
"fullDesc": "文件管家为 Agent 提供安全的本地文件系统访问能力。支持文件读写、目录遍历、批量重命名、格式转换,以及基于内容的全文搜索。所有操作都在用户授权的沙箱内进行。\n\n功能特性\n- 文件操作:读写、复制、移动、删除(带回收站)\n- 批量处理:正则重命名、格式批量转换、目录同步\n- 内容分析:全文索引、重复文件检测、敏感信息扫描\n- 格式支持文本、图片、PDF、Office 文档、代码文件\n- 安全沙箱:路径白名单、操作审计、自动备份",
"category": "development",
"tags": [
"文件管理",
"批量处理",
"全文搜索",
"格式转换",
"本地存储"
],
"version": "2.4.1",
"latestVersion": "2.4.1",
"updatedAt": "2025-02-12",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 56720,
"rating": 4.6,
"ratingCount": 1876,
"installStatus": "not_installed",
"riskLevel": "high",
"requires": {
"tools": [
"file_system",
"image_processor",
"pdf_parser",
"text_extractor"
],
"connections": []
},
"compatibleAgents": [
"code-reviewer",
"writing-coach",
"data-analyst",
"task-master"
],
"changelog": "v2.4.1: 新增文件版本历史,支持回溯任意时间点的文件状态"
}

View File

@@ -1,45 +0,0 @@
{
"id": "web-search",
"name": "网络搜索",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><defs><linearGradient id=\"ws-a\" x1=\"3\" y1=\"3\" x2=\"19\" y2=\"19\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5AC8FA\"/><stop offset=\"1\" stop-color=\"#007AFF\"/></linearGradient><radialGradient id=\"ws-b\" cx=\"9\" cy=\"9\" r=\"8\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5AC8FA\" stop-opacity=\"0.25\"/><stop offset=\"1\" stop-color=\"#007AFF\" stop-opacity=\"0.05\"/></radialGradient></defs><circle cx=\"11\" cy=\"11\" r=\"7.5\" fill=\"url(#ws-b)\"/><circle cx=\"11\" cy=\"11\" r=\"7.5\" stroke=\"url(#ws-a)\" stroke-width=\"2\" fill=\"none\"/><circle cx=\"9\" cy=\"9\" r=\"2.5\" fill=\"white\" opacity=\"0.35\"/><path d=\"M16.5 16.5L21 21\" stroke=\"#007AFF\" stroke-width=\"2.8\" stroke-linecap=\"round\"/></svg>",
"shortDesc": "智能网络搜索与信息聚合,快速获取准确答案",
"fullDesc": "网络搜索技能让 Agent 能够实时检索互联网信息,支持多引擎聚合、结果去重、可信度评估和结构化摘要。不只是返回链接,而是提炼出可直接使用的答案。\n\n功能特性\n- 多引擎聚合Google、Bing、DuckDuckGo 结果综合\n- 智能摘要:自动提取关键信息,生成 TL;DR\n- 可信度评估:基于域名权威性、发布日期、交叉验证打分\n- 实时热点:追踪新闻、社交媒体趋势\n- 学术搜索arXiv、Google Scholar、PubMed 专精模式",
"category": "productivity",
"tags": [
"搜索",
"信息检索",
"网页抓取",
"实时信息",
"研究辅助"
],
"version": "3.0.2",
"latestVersion": "3.0.2",
"updatedAt": "2025-02-10",
"maintainer": {
"name": "DesireCore Official",
"verified": true
},
"downloads": 89340,
"rating": 4.8,
"ratingCount": 3421,
"installStatus": "not_installed",
"riskLevel": "medium",
"requires": {
"tools": [
"http_client",
"html_parser",
"rate_limiter"
],
"connections": [
"internet",
"search_api"
]
},
"compatibleAgents": [
"translator",
"business-analyst",
"data-analyst",
"writing-coach"
],
"changelog": "v3.0.2: 新增 AI 搜索结果去重算法,减少 40% 冗余信息"
}