# Send Reminder 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": "reminder",
    "name": "Reminder",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/reed1898/reminder",
    "canonicalUrl": "https://clawhub.ai/reed1898/reminder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/reminder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=reminder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/events.template.yml"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Reminder (secretary)

A lightweight personal secretary for OpenClaw:

Tell it events in natural language (Chinese/English).
It extracts structured info and stores it in your workspace (so Git/claw-roam can sync across devices).
It schedules Telegram reminders using OpenClaw cron.

### What it does

Capture events from chat (meetings / birthdays / deadlines)
Store events in a workspace data file (easy to back up & sync via Git/claw-roam)
Schedule Telegram reminders using OpenClaw cron
Answer queries like “我最近有什么安排/计划？”

### Data (separated from skill)

This skill contains no personal event data.

User data lives in the workspace at:

Events file: ~/.openclaw/workspace/reminders/events.yml

Template (shipped with the skill):

skills/reminder/assets/events.template.yml

### Config (env)

REMINDER_TZ (default: Asia/Shanghai)
REMINDER_OFFSETS_MINUTES (default: 1440,60,10 for 24h/1h/10m)

### Capture behavior

When user says something like:

“后天上午10点有个会”
“下个月2号我妈生日”
“周五下午三点交报告”

Do:

Parse the event:

title
start datetime (Shanghai)
notes (optional)
reminders offsets (default 24h/1h/10m)
repeat (optional: yearly/monthly/weekly)


If key info is ambiguous (e.g. ‘后天’ date, ‘下个月’ which month, lunar birthday conversion, time missing), ask only the minimal clarifying question(s).
Write/update the event in reminders/events.yml.
Create cron jobs for each reminder time (delivery to current Telegram).

### Reply style

After scheduling: reply briefly with the resolved datetime + confirmation.
For cancellations/changes: confirm what was changed and whether cron jobs were removed/replaced.

### Queries

If user asks:

“我最近有什么安排？”
“下周有什么？”

Then read reminders/events.yml, compute upcoming items (Shanghai time), and summarize.

### Notes / safety

Never commit machine-specific secrets (keep them in LOCAL_CONFIG.md, already gitignored).
For lunar birthdays: store the canonical lunar date + the computed solar date for the target year; ask how to handle leap months when needed.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: reed1898
- Version: 0.1.1
## 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-05-01T02:41:08.681Z
- Expires at: 2026-05-08T02:41:08.681Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/reminder)
- [Send to Agent page](https://openagent3.xyz/skills/reminder/agent)
- [JSON manifest](https://openagent3.xyz/skills/reminder/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/reminder/agent.md)
- [Download page](https://openagent3.xyz/downloads/reminder)