alarm-memo-assistant-pro
v1.0.0一个详细、全面的闹钟与备忘录管理技能。支持提醒、备忘录、待办、日程汇总、当日任务自动推送、重复提醒与高优先级触发词。优先使用 OpenClaw 的 cron / session / file 能力;若宿主没有相应能力,则退化为聊天内记录与人工确认模式。
⭐ 0· 220·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill is an instruction-only productivity assistant that explicitly prefers host-provided file, cron, and session capabilities. It does not require unrelated binaries, credentials, or system-level access, which matches the described alarm/memo/todo functionality.
Instruction Scope
SKILL.md limits actions to extracting scheduling fields, converting relative times to absolute times, writing/merging structured files under {baseDir}/data, and creating cron jobs or session deliveries only when the host exposes those capabilities. It also contains clear fallbacks and honesty requirements when cron/session/file are not available.
Install Mechanism
There is no install spec and no code files to execute; this instruction-only skill will not write arbitrary installers or download external packages. That is proportionate for an SKILL.md based helper.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions rely only on host capabilities (file/cron/session) and local workspace files; that matches the purpose and is proportionate.
Persistence & Privilege
The skill may create persistent cron jobs and write structured files to the host workspace when the host grants those capabilities. always:false is set (not force-installed). Users should note that, if the host grants cron/session access, the skill can schedule automated deliveries — this is expected behavior for a reminder service but increases its autonomy while running on a host that enables those features.
Assessment
This skill appears coherent and does what it says: it stores reminders/todos/memos in {baseDir}/data and will create cron jobs or send messages to the main session only if your OpenClaw host exposes those capabilities. Before enabling: 1) Confirm where {baseDir}/data will be stored and whether those files are acceptable to keep on that system (privacy/backup). 2) If you enable host cron/session access, be aware the skill can schedule automatic messages and write/update files — ensure you trust the environment. 3) The skill does not attempt to control native OS alarm or reminders apps; if you need native app integration, a separate plugin/permission is required. 4) Because it is instruction-only (no install), review the generated files and scheduled jobs after first use to verify behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk975svwfagh6dv29gfdp9hzcm182prt7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
