# Send Calendar Manager to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "calendar-manager",
    "name": "Calendar Manager",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Jackeven02/calendar-manager",
    "canonicalUrl": "https://clawhub.ai/Jackeven02/calendar-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/calendar-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=calendar-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/resources.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "calendar-manager",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:33:39.299Z",
      "expiresAt": "2026-05-06T07:33:39.299Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=calendar-manager",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=calendar-manager",
        "contentDisposition": "attachment; filename=\"calendar-manager-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "calendar-manager"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/calendar-manager"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/calendar-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/calendar-manager",
    "agentUrl": "https://openagent3.xyz/skills/calendar-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calendar-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calendar-manager/agent.md"
  }
}
```
## Documentation

### 概述

赋予 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 配合：

读取邮件中的会议邀请
自动创建日历事件
发送会议提醒邮件
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Jackeven02
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T07:33:39.299Z
- Expires at: 2026-05-06T07:33:39.299Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/calendar-manager)
- [Send to Agent page](https://openagent3.xyz/skills/calendar-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/calendar-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/calendar-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/calendar-manager)