Calendar integration
🌟 AI Companion System — Memory, Skills & Self-Evolution. Built on OpenClaw.
npx -y skills add OnestarQQ/Samantha --skill calendar-integrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.7 KB, 269 tokens by cl100k_base, as published. Nobody here has run it
飞书日历集成
工具
- lark-cli(飞书官方 CLI)
查看日程
lark-cli calendar +agenda
lark-cli calendar +agenda --start "2026-04-14T00:00:00+08:00" --end "2026-04-20T23:59:59+08:00"
创建日程
lark-cli calendar events create --params '{
"calendar_id": "primary",
"summary": "会议标题",
"start_time": { "timestamp": "1234567890" },
"end_time": { "timestamp": "1234567990" }
}'
主动提醒规则
- 会议前 15 分钟自然提醒
- 结合 Heartbeat 检查即将到来的日程
- 提醒语气自然,不机械
用户可以说
- "我今天有什么安排?"
- "帮我建个明天下午3点的会议"
- "这周有什么日程?"