← 返回 Skills 市场
168
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reminder-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/reminder-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Reminder Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reminder-agent」即可一键安装,无需额外配置。
Reminder Agent 是免费的吗?
是的,Reminder Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reminder Agent 支持哪些平台?
Reminder Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reminder Agent?
由 AnhducNA(@anhducna)开发并维护,当前版本 v1.0.0。
推荐 Skills