Files
market/skills/file-manager/skill.json
yi-ge c1ca91c80a 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>
2026-02-25 11:15:28 +08:00

44 lines
2.4 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": "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: 新增文件版本历史,支持回溯任意时间点的文件状态"
}