← Back to Skills Marketplace
168
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reminder-agent
Description
Converts any human reminder request into structured JSON reminder data. Trigger this skill whenever the user wants to set, create, schedule, or log a reminde...
Usage Guidance
This skill appears coherent and low-risk: it only transforms reminder text into JSON and explicitly relies on a separate 'lunar-convert' skill for lunar dates. Before installing, confirm that the referenced lunar-convert skill exists and is trusted (the SKILL.md asks the agent to read /mnt/skills/user/lunar-convert/SKILL.md). Test with non-sensitive inputs to ensure it behaves as you expect. Be aware that it will output raw JSON exactly as requested (including any user-provided field names or typos), so avoid including secrets or private data in reminder text if downstream consumers of that JSON might log or transmit it.
Capability Analysis
Type: OpenClaw Skill
Name: reminder-agent
Version: 1.0.0
The reminder-agent skill is a natural language processor designed to convert user requests into structured JSON reminder data. It features multi-language support (English and Vietnamese), handles lunar date conversions by delegating to a secondary internal skill, and allows for custom output formatting. The instructions in SKILL.md are well-defined, lack any indicators of data exfiltration, malicious execution, or unauthorized access, and strictly adhere to the stated purpose of reminder management.
Capability Assessment
Purpose & Capability
Name/description (convert human reminder requests to structured JSON) matches the SKILL.md steps: parsing fields, optional lunar conversion, optional custom output format, clarification, and producing raw JSON. The skill does not request unrelated binaries, env vars, or installs.
Instruction Scope
Instructions are detailed and stay within the stated purpose. One notable instruction is to 'Invoke the lunar-convert skill immediately' and to read '/mnt/skills/user/lunar-convert/SKILL.md' for usage; that is coherent for handling lunar dates but it references a filesystem path and another skill. This is reasonable for interoperability but means the agent will read another skill's SKILL.md and rely on that skill being present and trusted. Also the skill enforces strict output rules (raw JSON only) and preserves exact user field names (including typos), which is consistent with its goal but could surface whatever the user typed.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk installation model and matches the skill's behavior.
Credentials
The skill requires no environment variables, credentials, or config paths. The only external dependency is another skill ('lunar-convert'), which is referenced by path; no secret or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It can be invoked autonomously (platform default), which is expected for a user-invocable skill; there is no evidence it modifies other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reminder-agent - After installation, invoke the skill by name or use
/reminder-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
reminder-agent 1.0.0 — Initial Release
- Converts Vietnamese and English reminder requests into JSON, extracting title, datetime, recurrence, priority, and note.
- Detects and handles lunar (âm lịch) date requests by invoking the lunar-convert skill.
- Supports custom output field formatting when specified by the user.
- Maps vague Vietnamese time expressions to specific times.
- Always asks just one clarifying question if required fields are missing.
- Outputs only the required JSON object without any extra text.
Metadata
Frequently Asked Questions
What is Reminder Agent?
Converts any human reminder request into structured JSON reminder data. Trigger this skill whenever the user wants to set, create, schedule, or log a reminde... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Reminder Agent?
Run "/install reminder-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reminder Agent free?
Yes, Reminder Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reminder Agent support?
Reminder Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reminder Agent?
It is built and maintained by AnhducNA (@anhducna); the current version is v1.0.0.
More Skills