Files
market/skills/calendar-sync/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

47 lines
2.5 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": "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 会议重要性评分,自动保护深度工作时段"
}