Reminder Agent

v1.0.0

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...

0· 92·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk971j8wvvt732br1n93hartpqh8392rf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments