{
  "schemaVersion": "1.0",
  "item": {
    "slug": "calendar-reminder",
    "name": "Calendar Reminder 日历提醒",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ilove323/calendar-reminder",
    "canonicalUrl": "https://clawhub.ai/ilove323/calendar-reminder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/calendar-reminder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=calendar-reminder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "calendar_reminder.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/calendar-reminder"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/calendar-reminder",
    "agentPageUrl": "https://openagent3.xyz/skills/calendar-reminder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calendar-reminder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calendar-reminder/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "功能",
        "body": "每晚 22:00 自动扫描明天的 Outlook 日历，按时间段设置提醒：\n\n上午日程（< 12:00）→ 提前 2 小时飞书提醒\n下午日程（>= 12:00）→ 当天 12:00 统一飞书提醒\n扫描完成后立即发送汇报消息"
      },
      {
        "title": "依赖",
        "body": "owa-outlook skill（提供 owa_calendar.py）\nopenclaw CLI\nPython 3.9+（需要 zoneinfo 模块）"
      },
      {
        "title": "1. 注册每晚扫描 cron",
        "body": "openclaw cron add \\\n  --name \"calendar-daily-scan\" \\\n  --cron \"0 22 * * *\" \\\n  --tz \"Asia/Shanghai\" \\\n  --session main \\\n  --system-event \"CALENDAR_SCAN: 请立即运行 python3 ~/.openclaw/workspace/skills/calendar-reminder/calendar_reminder.py 并等待完成\" \\\n  --description \"每晚22:00扫描明天日历并设置提醒\""
      },
      {
        "title": "2. 修改脚本中的飞书 open_id",
        "body": "编辑 calendar_reminder.py，将 send_feishu 函数中的 target 改为你自己的飞书 open_id：\n\n\"--target\", \"user:ou_xxxxxxxxxxxxxxxx\","
      },
      {
        "title": "手动运行",
        "body": "python3 ~/.openclaw/workspace/skills/calendar-reminder/calendar_reminder.py"
      }
    ],
    "body": "Calendar Reminder 日历提醒\n功能\n\n每晚 22:00 自动扫描明天的 Outlook 日历，按时间段设置提醒：\n\n上午日程（< 12:00）→ 提前 2 小时飞书提醒\n下午日程（>= 12:00）→ 当天 12:00 统一飞书提醒\n扫描完成后立即发送汇报消息\n依赖\nowa-outlook skill（提供 owa_calendar.py）\nopenclaw CLI\nPython 3.9+（需要 zoneinfo 模块）\n安装后配置\n1. 注册每晚扫描 cron\nopenclaw cron add \\\n  --name \"calendar-daily-scan\" \\\n  --cron \"0 22 * * *\" \\\n  --tz \"Asia/Shanghai\" \\\n  --session main \\\n  --system-event \"CALENDAR_SCAN: 请立即运行 python3 ~/.openclaw/workspace/skills/calendar-reminder/calendar_reminder.py 并等待完成\" \\\n  --description \"每晚22:00扫描明天日历并设置提醒\"\n\n2. 修改脚本中的飞书 open_id\n\n编辑 calendar_reminder.py，将 send_feishu 函数中的 target 改为你自己的飞书 open_id：\n\n\"--target\", \"user:ou_xxxxxxxxxxxxxxxx\",\n\n手动运行\npython3 ~/.openclaw/workspace/skills/calendar-reminder/calendar_reminder.py"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ilove323/calendar-reminder",
    "publisherUrl": "https://clawhub.ai/ilove323/calendar-reminder",
    "owner": "ilove323",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/calendar-reminder",
    "downloadUrl": "https://openagent3.xyz/downloads/calendar-reminder",
    "agentUrl": "https://openagent3.xyz/skills/calendar-reminder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calendar-reminder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calendar-reminder/agent.md"
  }
}