返回顶部
s

smart-scheduler

Coordinate meeting requests, proposed time slots, confirmations, and ICS exports from a local scheduling ledger.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
219
下载量
0
收藏
概述
安装方式
版本历史

smart-scheduler

# 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 ```bash 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 ```bash 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 ```bash python {baseDir}/scripts/smart_scheduler.py confirm-slot --request-id 1 --slot-id 2 --confirmed-by "Priya" ``` ### Export ICS ```bash 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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 smart-scheduler-1775878330 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 smart-scheduler-1775878330 技能

通过命令行安装

skillhub install smart-scheduler-1775878330

下载 Zip 包

⬇ 下载 smart-scheduler v0.1.0

文件大小: 5.56 KB | 发布时间: 2026-4-12 11:27

v0.1.0 最新 2026-4-12 11:27
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部