← All skills
Tencent SkillHub · Productivity

Calendar Manager

日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
references/resources.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

概述

赋予 AI 日历管理能力: 读取日历事件 创建/修改/删除事件 设置提醒 查找空闲时间

触发场景

用户要求"查看今天/明天/本周的日程" 用户要求"添加一个会议/事件" 用户要求"设置提醒" 用户询问"今天有什么安排" 定时提醒用户 upcoming events

支持的日历服务

服务说明Google Calendar需要 gcal CLI 或 APIApple Calendar (macOS)使用 icalBuddyOutlook使用 gog CLIFantastical第三方应用

Google Calendar (gog CLI)

# 列出今天的事件 gog calendar list today # 列出明天的事件 gog calendar list tomorrow # 列出这周的事件 gog calendar list this-week # 创建事件 gog calendar create "会议名称" --when "2026-02-25 14:00" --duration 60 # 快速添加事件 gog calendar add "Team Meeting" tomorrow 3pm

Apple Calendar (icalBuddy)

# 安装 brew install ical-buddy # 列出今天的事件 icalBuddy eventsToday # 列出明天的事件 icalBuddy eventsTomorrow # 列出指定日期范围 icalBuddy eventsFrom:2026-02-24 to:2026-02-28

工作流

1. 检查可用的日历工具 2. 获取指定时间范围的事件 3. 筛选重要/即将到来的事件 4. 汇总呈现给用户

提醒设置

提醒时间说明事件前 15 分钟会议/约会事件前 1 小时重要事项事件前 1 天当天提醒事件前 1 周周计划

输出格式

向用户呈现日历时: 日期和时间 事件名称 地点(如果有) 参与人(如果有) 建议的准备事项

与邮件技能配合

可以与 email-reader 配合: 读取邮件中的会议邀请 自动创建日历事件 发送会议提醒邮件

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/resources.md Docs