Schedule Reminder — 日程提醒

v1.0.1

日程提醒工具,根据用户日程安排自动发送提醒通知。

0· 264·0 当前·0 累计
jayting511 头像by @jayting511 (JayTing511)
下载技能包
最后更新
2026/3/30
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's files, instructions, and required actions are coherent with a local reminder service: it stores reminders under ~/.openclaw, uses OpenClaw CLI to send messages, and installs system schedulers (crontab / launchd) as a persistent fallback — no unrelated credentials or external downloads were found.
评估建议
This package appears to do what it says: it stores reminders in ~/.openclaw/data, uses the OpenClaw CLI to send notifications, and installs system scheduling (crontab or launchd) for the fallback mechanism. Before installing: (1) review the scripts (they are included) and confirm you trust the OpenClaw CLI that will be invoked; (2) be aware the installer will add entries to your crontab or create LaunchAgents and will write files and logs under ~/.openclaw/data; (3) ensure you are comfortable gr...
详细分析 ▾
用途与能力
Name/description match the implementation: scripts create reminders, keep a local backup, and send messages via the OpenClaw CLI; creating cron/launchd entries and local data files under ~/.openclaw/data is expected for the described 'double-insurance' reminder behavior.
指令范围
SKILL.md and the scripts limit their actions to creating/editing files in ~/.openclaw/data, calling the openclaw CLI, and installing schedulers. There are no instructions to read unrelated system secrets or to exfiltrate data to external endpoints.
安装机制
No network downloads or extraction steps; all code is included in the package. The installer writes config/runtime files and sets up cron or launchd entries — expected for a scheduler-style skill.
凭证需求
The skill declares no required credentials. It does rely on the presence of node, a system scheduler (crontab/launchd) and the OpenClaw CLI (resolved as OPENCLAW_BIN or discovered at install). That dependency is proportional to sending notifications via OpenClaw, but you should confirm the openclaw binary is the expected/trusted CLI on your system.
持久化与权限
Installer modifies the user's crontab (on Linux) or writes LaunchAgents plists and loads them (on macOS) to run backup/daily tasks (per-minute and daily). This persistent scheduling is necessary for the 'backup' behavior but does change user schedulers and creates files under ~/.openclaw — review before installing.
scripts/create-reminder.mjs:160
Shell command execution detected (child_process).
scripts/daily-brief.mjs:99
Shell command execution detected (child_process).
scripts/install.mjs:30
Shell command execution detected (child_process).
scripts/reminder-backup.mjs:85
Shell command execution detected (child_process).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/26

**Summary:** 1.0.1 introduces a dual-backup (双保险) reminder system and script-based architecture. - Added full script-based workflow with `install.mjs`, `create-reminder.mjs`, `reminder-backup.mjs`, and `daily-brief.mjs`. - Introduced dual reminder mechanism: uses OpenClaw cron as primary, with system-level crontab fallback for reliable delivery even if Gateway fails. - Added configurable options (via `default.json` and user config file) for primary channel, backup status, user/account IDs, and multi-channel support (WeChat, Telegram, Discord). - Provided step-by-step install, configuration, and troubleshooting instructions. - Overhauled documentation for concise operation and quick start, focusing on scripts and resilience. - Now requires both "cron" and "message" tools.

无害

安装命令

点击复制
官方npx clawhub@latest install schedule-reminder
镜像加速npx clawhub@latest install schedule-reminder --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库