📦 Stand Up Reminder — 站立提醒

v1.0.0

站立提醒工具,定时提醒用户起身活动,预防久坐带来的健康问题。

0· 106·0 当前·0 累计
下载技能包
最后更新
2026/3/26
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The skill's requests and instructions match its stated purpose (creating weekday stand‑up reminders via cron-style tasks); it asks for no credentials, installs nothing, and only uses included message/holiday references.
评估建议
This skill appears coherent and limited to scheduling reminders: it requests nothing sensitive and installs nothing. Before enabling: 1) Confirm what your platform's "cron" tool and "agentTurn/sessionTarget: isolated" actually allow (what the scheduled agent can do at runtime). 2) Test with a single short-duration reminder to verify behavior (message delivery, holiday skipping). 3) Review the bundled message templates to ensure no unwanted content. 4) Remember holiday skipping relies on the agen...
详细分析 ▾
用途与能力
Name/description describe scheduling recurring reminders; SKILL.md only requires creating cron tasks with message payloads and selecting message templates from bundled references. No unrelated credentials, binaries, or config paths are requested.
指令范围
Instructions are limited to building cron schedules, selecting message templates, and optionally embedding holiday-check logic in the agentTurn payload. Note: the holiday skip relies on the executing agent using session_status/its knowledge to decide if today is a holiday, which grants that future isolated agent run discretion to decide whether to send or suppress a reminder (functional but may be inaccurate).
安装机制
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install.
凭证需求
No environment variables, credentials, or config paths are requested. Message templates and holiday rules are included in the package and explain their use.
持久化与权限
always:false and no special privileges requested. The skill instructs creation of scheduled cron tasks that will later execute agentTurn payloads (sessionTarget: isolated). Scheduled tasks are expected for a reminder skill, but users should be aware these future agent executions will run autonomously within whatever capability set the platform grants to scheduled agentTurns.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/26

realease 1.0.0

Pending

安装命令

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