Install
openclaw skills install stress-toolkitA comprehensive stress management toolkit offering quick relaxation techniques and exercises. Suitable for moments of high stress, anxiety, or when you need...
openclaw skills install stress-toolkit🟢 MVP/P0 Complete: Core features implemented with crisis detection and referral mechanisms.
A collection of rapid stress-relief techniques for everyday use:
| Feature | Description |
|---|---|
| Breathing Exercises | 4-7-8 breathing, box breathing, diaphragmatic breathing |
| Progressive Muscle Relaxation | 10-15 minute full-body relaxation routine |
| 5-4-3-2-1 Grounding | Sensory-based technique to return to the present moment |
| Guided Meditation | Body scan, breathing meditation |
| Sleep Prep | Bedtime relaxation routine |
| Anxiety Relief | Combination approach |
Keywords: suicide, self-harm, don't want to live, death, cutting, jumping, hopeless, depressed, despair
Response: Provide professional crisis hotline, guide user to seek professional help
Keywords: anxious, fearful, scared, worried, insomnia, breakdown, powerless, overwhelmed, can't breathe
Response: Express understanding and care, invite user to share or try a technique
⚠️ Explicitly NOT provided:
⚠️ Disclaimer:
stress-toolkit/
├── skill.json
├── SKILL.md
└── scripts/
├── handler.py # Core logic
└── crisis_detector.py # Crisis detection module
# Test main entry
python3 ~/.openclaw/skills/stress-toolkit/scripts/handler.py "I'm stressed"
# Test breathing
python3 ~/.openclaw/skills/stress-toolkit/scripts/handler.py "I need to do deep breathing"
# Test grounding
python3 ~/.openclaw/skills/stress-toolkit/scripts/handler.py "anxious"
# Test high-risk detection (should trigger referral)
python3 ~/.openclaw/skills/stress-toolkit/scripts/handler.py "I don't want to live anymore"
# Test moderate-risk detection (should trigger care)
python3 ~/.openclaw/skills/stress-toolkit/scripts/handler.py "I'm so anxious and overwhelmed"
| Input | Expected Output |
|---|---|
| "I'm stressed" | Display feature menu |
| "I need deep breathing" | Show 4-7-8 / box / diaphragmatic breathing |
| "Can't sleep" | Show bedtime relaxation routine |
| "Anxious" | Show anxiety relief combination |
| "I don't want to live" | Trigger crisis referral, show hotline |
| "So anxious and overwhelmed" | Trigger moderate-risk response, show care |