← Back to Skills Marketplace
perrykono-debug

Now Practice

by perrykono-debug · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install now-practice
Description
Guided 60-second mindfulness sessions with four steps to ease anxiety, overthinking, decision stress, or emotions using tailored prompts.
README (SKILL.md)

SKILL.md — now-practice

功能

一分钟清明练习流程引擎。

练习流程

每个场景固定4步,总时长60秒:

{
  "steps": [
    { "id": "stop", "name": "停", "duration_seconds": 10, "instruction": "放下手机\
坐直\
看一眼自己" },
    { "id": "breathe", "name": "呼吸", "duration_seconds": 30, "instruction": "知道自己正在吸气\
知道自己正在呼气" },
    { "id": "huatou", "name": "话头", "duration_seconds": 20, "instruction": "{huatou_text}\
\
不要回答\
只是问" },
    { "id": "return", "name": "回", "duration_seconds": 10, "instruction": "我看见了\
继续" }
  ]
}

场景映射

场景ID 名称 话头场景标签
anxiety 😰 焦虑了 anxiety, fear
overthinking 🤯 想太多 overthinking
decision 🤔 不知道怎么选 decision, confusion
emotion 😡 情绪上来了 anger, sadness, judgment
free 🌱 自由练习 全部标签(随机)

话头选取逻辑

  1. 根据场景ID,匹配 data/huatou-templates-v1.0.jsonscene 数组包含对应标签的模板
  2. 从匹配结果中随机选取一条
  3. 填充模板变量(如 {emotion}
  4. 展示在练习第3步

变量填充映射

变量 场景 → 填充值
{emotion} anxiety→焦虑, anger→生气, fear→害怕, sadness→难过, overthinking→想, confusion→困惑
{time_word} regret→过去, fear→未来, waiting→等待

练习记录

练习完成后,前端写入 localStorage:

{
  "date": "2026-05-30",
  "scene": "anxiety",
  "huatou_id": "who_001",
  "completed": true
}

连续天数计算:

  • 每天至少完成1次练习算1天
  • 读取 localStorage 中所有记录,按日期去重,计算连续天数
Usage Guidance
Before installing, be aware that completed practice dates, scene names, selected prompt IDs, and completion status may be saved in your browser's localStorage for streak tracking. This is not high-risk data, but users on a shared device may want a way to clear that history.
Capability Assessment
Purpose & Capability
The artifact describes a 4-step guided practice flow with scene-based prompt selection; the local practice record supports the stated streak-tracking feature.
Instruction Scope
Instructions are limited to selecting prompts, running the practice flow, and calculating streaks; there are no hidden role changes, broad file access, network calls, or unrelated agent instructions.
Install Mechanism
The package contains only a single SKILL.md file with no executable scripts, dependencies, or install-time behavior.
Credentials
Use of browser localStorage is proportionate for local streak tracking, but the record can reveal practice dates and selected scenes to others using the same browser profile.
Persistence & Privilege
Persistence is disclosed and low sensitivity, but the artifact does not specify retention, a clear-history option, or an opt-out control.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install now-practice
  3. After installation, invoke the skill by name or use /now-practice
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of now-practice. - Provides a 1-minute mindfulness practice flow with 4 fixed steps: stop, breathe, huatou, and return. - Supports multiple scenes (e.g., anxiety, overthinking, emotion) with tailored huatou prompts. - Randomly selects huatou prompts based on scene and fills template variables. - Records each completed practice in localStorage for streak tracking. - Calculates consecutive practice days by deduplicating completion records by date.
Metadata
Slug now-practice
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Now Practice?

Guided 60-second mindfulness sessions with four steps to ease anxiety, overthinking, decision stress, or emotions using tailored prompts. It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install Now Practice?

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

Is Now Practice free?

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

Which platforms does Now Practice support?

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

Who created Now Practice?

It is built and maintained by perrykono-debug (@perrykono-debug); the current version is v1.0.0.

💬 Comments