安全扫描
OpenClaw
安全
high confidenceThe skill's instructions, resource requests, and behavior are internally consistent with a reminder-to-JSON converter and do not ask for extra credentials or installs.
评估建议
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 ty...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
No install spec and no code files — instruction-only. This is the lowest-risk installation model and matches the skill's behavior.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/20
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.
● 无害
安装命令
点击复制官方npx clawhub@latest install reminder-agent
镜像加速npx clawhub@latest install reminder-agent --registry https://cn.longxiaskill.com