โ† All skills
Tencent SkillHub ยท Productivity

Reminder

Capture natural-language events, save to your workspace, and schedule Telegram reminders with automatic cron notifications and upcoming event queries.

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

Capture natural-language events, save to your workspace, and schedule Telegram reminders with automatic cron notifications and upcoming event queries.

โฌ‡ 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
SKILL.md, assets/events.template.yml

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
0.1.1

Documentation

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

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.

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
1 Docs1 Config
  • SKILL.md Primary doc
  • assets/events.template.yml Config