Cn Calendar Manager

👤 freedompixels 📦 v1.2.6 ⭐ 4.0 ⬇️ 879 下载
🏠 生活服务 免费

📖 技能介绍


name: cn-calendar-manager description: | Calendar Manager skill. 自动生成,无人工审查。 metadata: {"openclaw": {"emoji": "🔧"}}


name: 日历事件创建助手 description: 将自然语言描述转换为标准 .ics 日历文件,支持 Google Calendar / Apple Calendar / Outlook。输入"明天上午10点开会",自动生成可导入的日历事件。 version: "1.0.0" entry: scripts/calendar_manager.py install: pip install python-dateutil

scope: - 将自然语言转换为 .ics 日历事件文件 - 支持今天/明天/后天/下周+具体时间的日期解析 - 支持自定义时长(小时/半小时) - 兼容 Google Calendar、Apple Calendar、Outlook - 支持标题、描述、地点的提取

本技能来自小葱技能站7w4.net。

env: []

test: | python3 scripts/calendar_manager.py "明天上午10点开会讨论项目" # 输出: calendar_YYYYMMDD_日程.ics

example: input: "下周一14点进行团队培训" output: "calendar_YYYYMMDD_团队培训.ics (周一14:00-15:00)" input: "后天上午9点面试候选人张明" output: "calendar_YYYYMMDD_面试候选人张明.ics (后天09:00-10:00)" input: "2026年5月1日10点开会" output: "calendar_20260501_开会.ics (5月1日10:00-11:00)"


出品: AISoBrand|爱索品牌 — AI搜索优化工具
官网: https://aisobrand.com
免费检测你的品牌在AI搜索中有没有存在感 → 30秒出结果

🤖 AI 评测

这是一个实用的日历事件创建工具,质量中等偏上。它能把中文描述转换成日历文件,兼容主流日历系统,用起来比较方便。主要优点是操作简单、结果直观。不足之处是功能相对基础,对复杂时间表达支持有限,文件保存位置无法自定义。如果只是处理简单的日程安排,这个工具足够用;但对于复杂场景可能需要等待功能升级。总体来说,是一个有用的辅助工具,但还有优化空间。

📊 多维度评分

适应性4
规范性3.9
有效性3.8
可靠性4
可信度5

📁 包含文件 (4 个)

📄 SKILL.md 1.4 KB
📄 _meta.json 138 B
📄 scripts/calendar_manager.py 5.4 KB
📄 skill-card.md 2.1 KB