Natural Language Reminder — 自然语言提醒

v1.0.1

自然语言提醒工具,支持用自然语言设置提醒,智能解析时间和内容。

0· 102·0 当前·0 累计
dvornikov-dev 头像by @dvornikov-dev (Алексей Дворников)
下载技能包
最后更新
2026/3/22
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
The skill largely does what it says (scheduling reminders via the openclaw CLI and logging to a markdown file) but contains internal inconsistencies and fragile behavior that could cause missed or corrupted reminders — proceed with caution and review before use.
评估建议
This skill appears to be a genuine reminder tool, but there are clear implementation mismatches and fragile text parsing that could cause reminders to be ignored or your reminders file to be edited incorrectly. Before installing or trusting it with real reminders: - Inspect and back up the target reminders file (default ~/reminders.md). - Review and, if needed, edit config.env (it will contain your recipient ID). Don’t put secrets there unless you understand the implications. - Test with a non-c...
详细分析 ▾
用途与能力
Name/description (natural-language reminders, cron scheduling, markdown logging) align with the code and declared binaries: scripts use 'openclaw cron add', write a reminders file, and require bash/date/jq/openclaw. Requiring the openclaw CLI is expected for this purpose.
指令范围
SKILL.md and the scripts disagree about log formats and processing. create-reminder.sh and create-recurring.sh append lines like '- [scheduled] ...' or '- [recurring] ...', but check-reminders.sh only looks for '- [ ] ...' and marks them '[x]'. As written, check-reminders will not detect or mark the reminders created by the other scripts. The parsing and sed replacement logic is brittle (fragile regex escaping) and could fail on messages with special characters, causing missed sends or incorrect edits. There are also assumptions about input capitalization and timezone formats that are brittle (e.g., weekday matching and TIMEZONE fallback).
安装机制
Instruction-only skill with bundled shell scripts; no network downloads or installers. Nothing writes binaries to unexpected locations. Low install surface, but the included scripts will write files at runtime (config.env in the skill directory and the user REMINDERS_FILE).
凭证需求
Registry metadata lists no required environment variables, but SKILL.md clearly requires/configures TIMEZONE and TO (recipient ID) and will write them into config.env; these are necessary for operation. No unexpected secret-scoped env vars are requested, but the inconsistency between the registry metadata and the runtime configuration is misleading and should be clarified. The skill will create/modify ~/reminders.md (or a configured path), which is proportionate but worth noting.
持久化与权限
always:false (no forced permanent inclusion). The skill writes its own config.env and a reminders file and creates scheduled jobs via the platform's openclaw cron API — this is expected for a reminder tool. It does not attempt to modify other skills or global agent settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/3/22

- Added config.env file for environment-based configuration. - Updated setup instructions: now writes user configuration into config.env, which is sourced automatically by scripts. - Scripts and bot setup flow now use config.env instead of runtime flags. - Added requirement for openclaw binary in metadata. - Documentation updated to clarify config.env usage and reflect changes in setup and script execution.

无害

安装命令

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