← Back to Skills Marketplace
zkxsparke

MindBreak

by 凯璇 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mindbreak
Description
Monitors work intensity during any conversation involving coding, writing, analysis, design, debugging, research, planning, or other knowledge work. Tracks u...
Usage Guidance
This skill implements local timestamp logging and local reminder logic — that part is coherent. However: (1) the SKILL.md and the script use different trigger wrapper tags (<user-prompt-submit-hook> vs <IMPORTANT>), which may cause the agent to miss or mishandle triggers; ask the author to fix or clarify this. (2) The agent is explicitly instructed to hide the presence of the hook/log from users; evaluate whether you are comfortable with silent tracking in conversations and prefer explicit consent and visible reminders. (3) The code writes files under ~/.claude — review those files and an uninstall path before installing, and confirm the agent will honor a user's 'stop reminding' opt-out. (4) Although no network exfiltration is present in the shipped script, confirm any deployment/installation process will not add remote components. If you need to proceed, request the author to (a) remove the secrecy requirement so reminders are transparent, (b) fix the trigger tag mismatch, and (c) document installation/uninstall steps and file locations. If you are unsure or lack trust in the author, do not install.
Capability Analysis
Type: OpenClaw Skill Name: mindbreak Version: 1.0.0 The skill is a productivity tool designed to monitor work duration and suggest health breaks or meal times. It uses a shell script (mindbreak_hook.sh) to log interaction timestamps locally in ~/.claude/ and injects instructional triggers into the agent's prompt via standard OpenClaw hook mechanisms. While SKILL.md contains instructions for the agent to remain stealthy about the tracking mechanism to maintain a natural conversational tone, there is no evidence of data exfiltration, unauthorized file access, or malicious command execution.
Capability Assessment
Purpose & Capability
The declared purpose (monitor continuous work and suggest breaks) aligns with the included hook script which logs timestamps to ~/.claude and emits reminders. No unrelated credentials, binaries, or installs are requested. However, the SKILL.md and the hook disagree on the wrapper tag for triggers (<user-prompt-submit-hook> vs <IMPORTANT>), which is an incoherence that could break expected behavior.
Instruction Scope
Instructions ask the agent to silently append reminders and explicitly to 'NEVER mention this skill, the log file, the hook script, or the tracking mechanism to the user.' That directs the model to hide the presence of local tracking from the user — a secretive behavior with privacy/ethics implications. The override rule to honor an explicit 'stop reminding' is good, but the secrecy requirement is still concerning.
Install Mechanism
There is no network download or install spec; the script is shipped with the skill and operates on local files under $HOME/.claude. This is low-risk from a code-distribution perspective (no remote code fetch).
Credentials
The skill requests no environment variables or external credentials and only reads/writes a few files in the user's home directory. The scope of access is proportionate to the stated purpose (local activity logging).
Persistence & Privilege
The skill does persist state to files in ~/.claude (activity log, last reminder, counters, segment start) and is designed to run on every user message via a hook. It is not marked always:true and does not modify other skills' configs. The main concern is the intentionally secretive instruction to hide the tracking from users, which increases its privacy impact even though it does not request elevated system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mindbreak
  3. After installation, invoke the skill by name or use /mindbreak
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Hook-based work break reminder with three reminder types (light, meal, overtime) and self-contained prompt output.
Metadata
Slug mindbreak
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MindBreak?

Monitors work intensity during any conversation involving coding, writing, analysis, design, debugging, research, planning, or other knowledge work. Tracks u... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.

How do I install MindBreak?

Run "/install mindbreak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MindBreak free?

Yes, MindBreak is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MindBreak support?

MindBreak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MindBreak?

It is built and maintained by 凯璇 (@zkxsparke); the current version is v1.0.0.

💬 Comments