📦 Nervtimer — 跨频道定时提醒
v1.0.1在任意频道设置一次性或循环计时器,每5分钟持续提醒,直到用户明确标记完成;底层用cron调度,可靠准时。
0· 95·1 当前·1 累计
下载技能包
最后更新
2026/4/2
安全扫描
OpenClaw
安全
high confidenceNervTimer's code and instructions are coherent with its stated purpose: it uses local cron jobs and a local JSON store to schedule recurring nagging reminders and does not request unrelated credentials or network access.
评估建议
This skill appears to do exactly what it says: schedule reminders using cron and keep nagging until you say 'done'. Before installing, check that you trust the included scripts (they will be executed by the agent on schedule). Make sure jq and cron are available on the host. Note the skill will create a local store at ~/.openclaw/nervtimer/timers.json by default (you can override with NERVTIMER_STORE_PATH). There is no network exfiltration or secret access in the code; the main considerations ar...详细分析 ▾
✓ 用途与能力
Name/description match the implementation: scripts parse/validate timer intents, persist timers, build cron payloads, and drive recurring nagging. The included scripts (validate-intent.sh, state.sh, build-cron-payload.sh) are appropriate and proportional to a timer/cron-based reminder skill.
ℹ 指令范围
Runtime instructions require executing the provided bash scripts and calling the system 'cron' tool; the scripts read/write a local JSON store and use jq. This stays within the declared purpose, but the skill instructs the agent to run shell scripts autonomously when cron triggers — users should be aware those scripts will be executed on the host and that jq and cron must be available.
✓ 安装机制
No install spec; skill is instruction + script files only. No external downloads or package installs are specified. Risk from installation is low because nothing arbitrary is fetched or written beyond the included scripts.
✓ 凭证需求
The skill requests no credentials and declares no required environment variables. It optionally respects NERVTIMER_BASE_DIR and NERVTIMER_STORE_PATH (sensible override knobs). No disproportionate secrets or unrelated env access is requested.
ℹ 持久化与权限
The skill persists timer state to a user-writable path by default ($HOME/.openclaw/nervtimer/timers.json) and relies on cron for scheduled autonomous runs. always is false (no forced global presence). Persisting local timers is expected for this functionality, but users should be aware of local file creation and autonomous script execution triggered by cron.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/2
- Add execution rules to always invoke scripts via bash and never directly by shebang. - Specify fast fallback: if scripts fail, fallback to direct cron tool calls and inform the user. - Update workflow examples to use bash explicitly in all script invocations. - Emphasize reliability: never leave user waiting without timer creation or explicit error. - No changes to timer logic, just invocation, error handling, and reliability clarifications.
● 无害
安装命令
点击复制官方npx clawhub@latest install nervtimer
镜像加速npx clawhub@latest install nervtimer --registry https://cn.longxiaskill.com