← 返回
未分类 中文

Smart Scheduler

Coordinate meeting requests, proposed time slots, confirmations, and ICS exports from a local scheduling ledger.
协调会议请求、时间段建议、确认及本地日程的ICS导出
mehulupase01 mehulupase01 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 719
下载
💾 3
安装
1
版本
#latest

概述

Smart Scheduler

Use this skill when the user wants the agent to coordinate meeting requests,

track proposed time slots, confirm a final booking, or export an ICS file for a

scheduled meeting.

When to Use

  • Creating a new scheduling request from a conversation.
  • Recording candidate meeting times from different participants.
  • Confirming the final slot after agreement.
  • Exporting a calendar file that can be shared or imported.

Commands

The helper script stores state in {baseDir}/.runtime/smart-scheduler.db.

Create a request

python {baseDir}/scripts/smart_scheduler.py create-request --title "Weekly sync" --organizer "Mehul" --timezone "Europe/Berlin" --duration-minutes 30 --participant "Priya|telegram|@priya" --participant "Marco|email|marco@example.com"

Propose time slots

python {baseDir}/scripts/smart_scheduler.py propose-slots --request-id 1 --slot "2026-03-25T09:00|2026-03-25T09:30" --slot "2026-03-25T16:00|2026-03-25T16:30" --source "scheduler-negotiation"

Confirm a slot

python {baseDir}/scripts/smart_scheduler.py confirm-slot --request-id 1 --slot-id 2 --confirmed-by "Priya"

Export ICS

python {baseDir}/scripts/smart_scheduler.py export-ics --request-id 1 --output {baseDir}/.runtime/weekly-sync.ics

Safety Boundaries

  • Never mark a slot confirmed unless the user or participant explicitly chose it.
  • Keep time zone strings exactly as provided instead of guessing silently.
  • If the schedule is ambiguous, present the unresolved options rather than inventing agreement.
  • Do not overwrite an existing booking without saying so clearly.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 01:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 928 📥 186,890
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 458 📥 152,266
dev-programming

Code Review Bot

mehulupase01
{"answer":"使用 gh CLI 分析 GitHub 拉取请求,总结风险并起草审查清单。"}
★ 0 📥 490