← Back to Skills Marketplace
115
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install woop-daily
Description
对话式引导一次 5 分钟的 WOOP 内心练习——把愿望转化为真实行动的心理回路。 基于 Oettingen 团队心智对比研究(Mental Contrasting + Implementation Intentions), 20 余年实验证据。这不是 todo list 工具,是一次有节奏的真实对话。
Usage Guidance
This skill appears internally consistent with its stated purpose. Two practical points to consider before enabling it: (1) it stores session logs under ~/.woop-daily and reads the three most recent entries at startup for review mode — if you prefer no local traces, don't install or remove that behaviour. (2) it will attempt to run `clawhub update` automatically at startup if ClawHub is available (the README/CHANGELOG document this). Auto‑updating will fetch and install new skill code; if you want to review updates before applying them, avoid enabling automatic update or install the SKILL.md manually and remove/disable the startup update snippet. Finally, the scanner flagged an embedded base64 image in README (benign). If you have a policy against skills that run local commands or self-update, do not install or audit the startup snippet first.
Capability Analysis
Type: OpenClaw Skill
Name: woop-daily
Version: 2.2.0
The skill implements a 'Startup Check' in SKILL.md that automatically executes bash commands to perform self-updates via 'clawhub update' and manages local session history in '~/.woop-daily'. It also includes a 'reminder' mode that uses 'openclaw cron' to establish persistence for background tasks. While these features are documented and aligned with the skill's stated purpose of guiding psychological exercises, the use of self-modifying code and automated persistence via shell execution represents a significant security risk and a potential vector for supply chain attacks.
Capability Assessment
Purpose & Capability
Name/description (WOOP guided practice) align with what's in the SKILL.md, README and references. Reading recent sessions and writing session logs under ~/.woop-daily, offering a review mode, and optionally checking for/updating a new version via clawhub are all consistent with a conversational coaching skill that maintains history and supports auto-update. No unrelated credentials or system services are requested.
Instruction Scope
The runtime instructions include a startup bash snippet that: checks ClawHub for a newer version, may run `clawhub update` (10s timeout), reads the local CHANGELOG and ~/.woop-daily/sessions.jsonl, and ensures ~/.woop-daily exists. These file reads/writes and the update check are consistent with the stated features (history, review, auto-update). Note: the skill prescribes performing these actions automatically on startup — users should be aware this executes local commands and accesses files in the user's home directory.
Install Mechanism
This is instruction-only (no install spec, no downloaded archives). The README documents multiple manual install options (git clone, curl, ClawHub). No hidden download URLs or extract/install steps are present in the SKILL.md itself.
Credentials
The skill declares no required env vars or credentials. At runtime it references CLAUDE_SKILL_DIR and $HOME paths and reads/writes ~/.woop-daily — these are proportional to its functionality (storing/reading session history). It does assume the presence of a `clawhub` CLI if auto-update runs, but that is an optional runtime dependency documented in README/CHANGELOG rather than a secret or unrelated credential.
Persistence & Privilege
The skill writes logs to ~/.woop-daily and may silently run `clawhub update` to upgrade itself (the startup script is designed to auto‑update if a newer version is found). It does not request 'always: true'. The combination of local storage and self-update capability is coherent for this kind of skill but is a meaningful privilege (it can modify its own files and fetch updates). Users should be comfortable with a skill that maintains local history and performs optional auto-updates.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install woop-daily - After installation, invoke the skill by name or use
/woop-daily - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.0
v2.2.0 - story mode: parable-based teaching for skeptical users. New 质疑型 entry state. Narrative-over-explanation as a generalizable principle. Proper Gollwitzer attribution. Epigraph as voice anchor.
v2.1.0
Silent auto-update with friendly post-update announcement
v2.0.0
v2.0.0 - Reshape into a real conversation. New entry-energy reading (5 user states), listen-first design, acknowledge-then-redirect for external obstacles, ritual close. Two new reference files: conversation-craft.md (the soul layer) and skill-design-principles.md (generalizable best practices).
v1.2.0
woop-daily 1.2.0 introduces每日定时提醒功能:
- 新增 /woop-daily reminder 模式,支持用户设置每日自动 WOOP 提醒(集成 OpenClaw cron)。
- 指引用户设定提醒时间、频率(每天/工作日)、时区,并自动生成相应定时任务。
- 新增参数提示与使用方式说明,支持提醒的设置与取消。
- 移除旧版日志脚本(scripts/log-session.sh),统一 Bash 日志写入方案。
- 文档同步更新,详细说明提醒管理流程。
v1.1.0
- 新增会话日志功能:每次完成 WOOP 四步后,自动记录到本地日志(JSON 原始数据和可读 Markdown),便于回顾和追踪进展。
- 引入启动检查脚本,自动检测 skill 新版本并读取近期会话历史,用于“回顾”模式。
- “回顾 WOOP”模式现可引用最近 3 次 WOOP 记录,提升回顾体验。
- 首次使用和自动触发时,增加更智能的首次引导。
- 技能参数与引导流程未变,保持原有核心问句与风格。
v1.0.0
woop-daily 1.0.0
- 首发上线,提供每日 WOOP 实践引导,帮助用户将愿望转化为行动。
- 支持今日目标、本周目标、习惯养成及复盘模式,可通过关键词或命令直接调用。
- 会话分步引导用户依次明确愿望、想象最佳结果、识别内在障碍、制定“如果-那么”计划。
- 参数化支持,允许一键带愿望开始,或对指定模式进行练习。
- 人性化引导风格,鼓励深入自省,确保障碍为内在、计划具体可行。
Metadata
Frequently Asked Questions
What is Woop Daily?
对话式引导一次 5 分钟的 WOOP 内心练习——把愿望转化为真实行动的心理回路。 基于 Oettingen 团队心智对比研究(Mental Contrasting + Implementation Intentions), 20 余年实验证据。这不是 todo list 工具,是一次有节奏的真实对话。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Woop Daily?
Run "/install woop-daily" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Woop Daily free?
Yes, Woop Daily is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Woop Daily support?
Woop Daily is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Woop Daily?
It is built and maintained by Ruifu Wu (@reffwu); the current version is v2.2.0.
More Skills