← Back to Skills Marketplace
251
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install taizi-reminder
Description
Capture natural-language events in Chinese or English, save them to your workspace, and schedule Telegram reminders with default 24h, 1h, and 10m notifications.
Usage Guidance
Before installing, ask the skill author or maintainer to clarify: (1) how Telegram delivery is authenticated—where the Telegram token comes from and whether the skill will ever ask for/store it (the SKILL.md mentions sending to 'current Telegram' but no credentials are declared); (2) what exact cron jobs/commands will be scheduled (inspect the cron payload to ensure it won't run arbitrary shell commands); (3) whether REMINDER_TZ and REMINDER_OFFSETS_MINUTES should be set as env vars (they're referenced but not declared); and (4) why registry metadata (owner/version) differs from the included _meta.json. If you cannot get these clarifications, test the skill in a restricted/sandbox environment and review any scheduled cron jobs and the events.yml contents before allowing it to run in a real account. Avoid storing secrets in the workspace and confirm LOCAL_CONFIG.md is properly gitignored as suggested.
Capability Analysis
Type: OpenClaw Skill
Name: taizi-reminder
Version: 0.1.2
The skill bundle describes a natural-language reminder service that stores events in a YAML file and schedules notifications via the OpenClaw cron system. It contains only markdown instructions (SKILL.md) and a configuration template (assets/events.template.yml), with no executable code or evidence of malicious intent such as data exfiltration or unauthorized access.
Capability Assessment
Purpose & Capability
The described functionality (parse natural-language events, store them in the workspace, and schedule reminders) aligns with the files present (events template) and being instruction-only. However, _meta.json owner/version differ from the registry metadata included in the submission, which is an inconsistency that could indicate repackaging or stale metadata.
Instruction Scope
SKILL.md instructs the agent to write/read ~/.openclaw/workspace/reminders/events.yml and to 'create cron jobs' that deliver to the user's current Telegram. It does not show the exact cron commands or payloads, and it gives the agent wide discretion to schedule jobs. The instructions also reference asking clarifying questions and modifying events.yml; those behaviours are expected, but the vagueness around how cron jobs are created/delivered is concerning because cron jobs could run arbitrary commands if not constrained.
Install Mechanism
There is no install spec and no code files — it is instruction-only. That minimizes disk-write risk; nothing is downloaded or installed by the skill itself.
Credentials
SKILL.md references REMINDER_TZ and REMINDER_OFFSETS_MINUTES, but the skill declares no required env vars or credentials. It also claims to deliver reminders to the 'current Telegram' without declaring any Telegram API key/token or stating how Telegram auth is provided. This mismatch (undeclared env vars/credentials) is an incoherence that should be clarified before use.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide configuration. It writes to a workspace file under ~/.openclaw and schedules platform cron jobs; those are reasonable for a reminder skill provided the cron actions are constrained. It does not attempt to modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taizi-reminder - After installation, invoke the skill by name or use
/taizi-reminder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Bug fixes
Metadata
Frequently Asked Questions
What is Reminder?
Capture natural-language events in Chinese or English, save them to your workspace, and schedule Telegram reminders with default 24h, 1h, and 10m notifications. It is an AI Agent Skill for Claude Code / OpenClaw, with 251 downloads so far.
How do I install Reminder?
Run "/install taizi-reminder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reminder free?
Yes, Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reminder support?
Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reminder?
It is built and maintained by fresh3 (@fresh3); the current version is v0.1.2.
More Skills