{
  "schemaVersion": "1.0",
  "item": {
    "slug": "reminder",
    "name": "Reminder",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/reed1898/reminder",
    "canonicalUrl": "https://clawhub.ai/reed1898/reminder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/reminder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reminder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/events.template.yml"
    ],
    "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",
      "slug": "reminder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T02:41:08.681Z",
      "expiresAt": "2026-05-08T02:41:08.681Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reminder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reminder",
        "contentDisposition": "attachment; filename=\"reminder-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "reminder"
      },
      "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/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/reminder",
    "agentPageUrl": "https://openagent3.xyz/skills/reminder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reminder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/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": "Reminder (secretary)",
        "body": "A lightweight personal secretary for OpenClaw:\n\nTell it events in natural language (Chinese/English).\nIt extracts structured info and stores it in your workspace (so Git/claw-roam can sync across devices).\nIt schedules Telegram reminders using OpenClaw cron."
      },
      {
        "title": "What it does",
        "body": "Capture events from chat (meetings / birthdays / deadlines)\nStore events in a workspace data file (easy to back up & sync via Git/claw-roam)\nSchedule Telegram reminders using OpenClaw cron\nAnswer queries like “我最近有什么安排/计划？”"
      },
      {
        "title": "Data (separated from skill)",
        "body": "This skill contains no personal event data.\n\nUser data lives in the workspace at:\n\nEvents file: ~/.openclaw/workspace/reminders/events.yml\n\nTemplate (shipped with the skill):\n\nskills/reminder/assets/events.template.yml"
      },
      {
        "title": "Config (env)",
        "body": "REMINDER_TZ (default: Asia/Shanghai)\nREMINDER_OFFSETS_MINUTES (default: 1440,60,10 for 24h/1h/10m)"
      },
      {
        "title": "Capture behavior",
        "body": "When user says something like:\n\n“后天上午10点有个会”\n“下个月2号我妈生日”\n“周五下午三点交报告”\n\nDo:\n\nParse the event:\n\ntitle\nstart datetime (Shanghai)\nnotes (optional)\nreminders offsets (default 24h/1h/10m)\nrepeat (optional: yearly/monthly/weekly)\n\n\nIf key info is ambiguous (e.g. ‘后天’ date, ‘下个月’ which month, lunar birthday conversion, time missing), ask only the minimal clarifying question(s).\nWrite/update the event in reminders/events.yml.\nCreate cron jobs for each reminder time (delivery to current Telegram)."
      },
      {
        "title": "Reply style",
        "body": "After scheduling: reply briefly with the resolved datetime + confirmation.\nFor cancellations/changes: confirm what was changed and whether cron jobs were removed/replaced."
      },
      {
        "title": "Queries",
        "body": "If user asks:\n\n“我最近有什么安排？”\n“下周有什么？”\n\nThen read reminders/events.yml, compute upcoming items (Shanghai time), and summarize."
      },
      {
        "title": "Notes / safety",
        "body": "Never commit machine-specific secrets (keep them in LOCAL_CONFIG.md, already gitignored).\nFor lunar birthdays: store the canonical lunar date + the computed solar date for the target year; ask how to handle leap months when needed."
      }
    ],
    "body": "Reminder (secretary)\n\nA lightweight personal secretary for OpenClaw:\n\nTell it events in natural language (Chinese/English).\nIt extracts structured info and stores it in your workspace (so Git/claw-roam can sync across devices).\nIt schedules Telegram reminders using OpenClaw cron.\nWhat it does\nCapture events from chat (meetings / birthdays / deadlines)\nStore events in a workspace data file (easy to back up & sync via Git/claw-roam)\nSchedule Telegram reminders using OpenClaw cron\nAnswer queries like “我最近有什么安排/计划？”\nData (separated from skill)\n\nThis skill contains no personal event data.\n\nUser data lives in the workspace at:\n\nEvents file: ~/.openclaw/workspace/reminders/events.yml\n\nTemplate (shipped with the skill):\n\nskills/reminder/assets/events.template.yml\nConfig (env)\nREMINDER_TZ (default: Asia/Shanghai)\nREMINDER_OFFSETS_MINUTES (default: 1440,60,10 for 24h/1h/10m)\nCapture behavior\n\nWhen user says something like:\n\n“后天上午10点有个会”\n“下个月2号我妈生日”\n“周五下午三点交报告”\n\nDo:\n\nParse the event:\ntitle\nstart datetime (Shanghai)\nnotes (optional)\nreminders offsets (default 24h/1h/10m)\nrepeat (optional: yearly/monthly/weekly)\nIf key info is ambiguous (e.g. ‘后天’ date, ‘下个月’ which month, lunar birthday conversion, time missing), ask only the minimal clarifying question(s).\nWrite/update the event in reminders/events.yml.\nCreate cron jobs for each reminder time (delivery to current Telegram).\nReply style\nAfter scheduling: reply briefly with the resolved datetime + confirmation.\nFor cancellations/changes: confirm what was changed and whether cron jobs were removed/replaced.\nQueries\n\nIf user asks:\n\n“我最近有什么安排？”\n“下周有什么？”\n\nThen read reminders/events.yml, compute upcoming items (Shanghai time), and summarize.\n\nNotes / safety\nNever commit machine-specific secrets (keep them in LOCAL_CONFIG.md, already gitignored).\nFor lunar birthdays: store the canonical lunar date + the computed solar date for the target year; ask how to handle leap months when needed."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/reed1898/reminder",
    "publisherUrl": "https://clawhub.ai/reed1898/reminder",
    "owner": "reed1898",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/reminder",
    "downloadUrl": "https://openagent3.xyz/downloads/reminder",
    "agentUrl": "https://openagent3.xyz/skills/reminder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/reminder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/reminder/agent.md"
  }
}