← 返回 Skills 市场
linhucong814-cyber

Sedentary Reminder

作者 xianyu · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ⚠ suspicious
146
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install sedentary-reminder
功能描述
Designs practical sedentary-break reminder systems with strong timing logic. Use when users want help deciding when to remind, how often to remind, when to d...
安全使用建议
This skill appears to do what it says (design reminders, decide timing, and generate copy), but its runtime instructions expect the agent to read and write a local state file (memory/heartbeat-state.json) even though the skill metadata does not declare that config path. Before installing, confirm: (1) where memory/heartbeat-state.json would live in your environment, (2) whether you are comfortable letting the agent read and update that file, and (3) whether the agent's filesystem permissions are restricted so it cannot overwrite unrelated files. If you want to proceed, ask the publisher (or update the skill) to explicitly declare the config path and to limit which fields the skill may modify; if you cannot verify that, treat the skill cautiously because it can change local state without an explicit metadata declaration.
功能分析
Type: OpenClaw Skill Name: sedentary-reminder Version: 1.2.1 The sedentary-reminder skill bundle is a well-documented system for managing health-related break reminders. It uses a local state file (memory/heartbeat-state.json) to track user presence, work states (e.g., focus, meeting), and reminder history to provide context-aware notifications. The logic is entirely focused on its stated purpose, with no evidence of data exfiltration, malicious execution, or harmful prompt injection instructions.
能力评估
Purpose & Capability
The name/description and the SKILL.md consistently describe designing timing rules, reminder copy, and user-control mappings. The declared requirements (no binaries, no env, no primary credential) are plausible for an instruction-only design tool. However, the skill repeatedly instructs reading and writing a local state file (memory/heartbeat-state.json) and integrating with a heartbeat — that file path is not declared in the registry metadata as a required config path, which is an inconsistency worth calling out.
Instruction Scope
SKILL.md and reference docs explicitly instruct mapping user chat commands into direct edits of memory/heartbeat-state.json and recommend exact JSON fields to read/write. Those are concrete file-read/write operations against a local state file. While consistent with implementing a reminder system, the instructions grant the agent permission to modify user state files and do not limit which fields may be changed beyond high-level guidance — this could lead to unintended overwrites if an agent runs with filesystem access. The skill does not mention any remote endpoints or credential access.
Install Mechanism
No install spec and no code files beyond documentation — the skill is instruction-only. That is low-risk in terms of arbitrary code installation or downloads.
Credentials
The skill requests no environment variables or credentials, which is proportionate to the stated purpose. However, it expects read/write access to a local config/state path (memory/heartbeat-state.json) without declaring that path in registry metadata; access to that file is effectively a credential-like capability and should be declared and reviewed.
Persistence & Privilege
always:false and normal autonomous invocation are set (defaults). Autonomous invocation combined with instructions that edit a local state file increases potential impact if the agent has broad filesystem permissions. The skill does not request persistent installation or to modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sedentary-reminder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sedentary-reminder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
Maintenance release. What's new in 1.2.1: - Removed macOS .DS_Store junk files from the published skill directory - Re-published a cleaner skill package after the 1.2.0 feature upgrade - No behavior changes to timing logic, heartbeat workflow, controls, or break detection
v1.2.0
Major upgrade for a timing-first sedentary reminder system. What's new in 1.2.0: - Reworked the skill around reminder timing, deferral, cooldowns, and natural breakpoints - Added heartbeat-ready reminder workflow guidance - Added self-updating heartbeat state rules - Added user control flows for pause, resume, quiet windows, and profile switching - Added automatic break detection rules for away, idle, lock, sleep, and manual break signals - Added direct chat-to-state editing guidance for updating heartbeat-state from user commands - Expanded Chinese reminder references and deployment guidance for practical use
v0.1.0
Upgrade reminder timing logic, heartbeat workflow, self-updating state, user controls, break detection, and direct state editing guidance.
v1.1.0
Added work-state-aware and presence-aware reminder logic. What’s new in 1.1.0: - Added work-state reminder rules for normal work, focus, meeting, study, and casual contexts - Added state input design so users can explicitly set their current work state - Added state priority rules to make reminder behavior more consistent and predictable - Added presence detection rules with present / uncertain / away states - Improved reminder timing guidance by deferring or suppressing reminders when the user is likely away - Improved workflow guidance so reminders can better adapt to user context instead of using one fixed style for every situation
v1.0.0
Initial release with rotating sit-break reminder copy, language-aware output, and cron-friendly reminder design.
元数据
Slug sedentary-reminder
版本 1.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Sedentary Reminder 是什么?

Designs practical sedentary-break reminder systems with strong timing logic. Use when users want help deciding when to remind, how often to remind, when to d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 Sedentary Reminder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sedentary-reminder」即可一键安装,无需额外配置。

Sedentary Reminder 是免费的吗?

是的,Sedentary Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sedentary Reminder 支持哪些平台?

Sedentary Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sedentary Reminder?

由 xianyu(@linhucong814-cyber)开发并维护,当前版本 v1.2.1。

💬 留言讨论