Install
openclaw skills install sleep-health-assistantProvides local, science-based analysis of sleep and stress with personalized guidance in relaxation, breathing, mindfulness, and wellness habits.
openclaw skills install sleep-health-assistantThe Sleep Health Assistant Skill is an OpenClaw plugin that provides scientific sleep analysis, stress assessment, and evidence-based wellness guidance. This skill focuses on modern, research-backed techniques for sleep improvement and stress management.
subprocess, eval, exec, __import__Stress analysis
/sleep-health analyze-stress
Analyze current stress level and get recommendations
Sleep analysis
/sleep-health analyze-sleep
Analyze sleep quality and get optimization suggestions
Audio guidance
/sleep-health audio-guidance [protocol]
Start audio guidance session (relaxation, sleep, focus)
Breathing guidance
/sleep-health breathing-guidance [technique]
Guide breathing exercise (calm_breathing, sleep_breathing, energy_breathing)
Mindfulness guidance
/sleep-health mindfulness-guidance [practice]
Guide mindfulness practice (awareness, relaxation, compassion)
Health monitoring
/sleep-health health-monitoring
Monitor health based on user-provided data
Get status
/sleep-health status
Check skill status and version
Cleanup session
/sleep-health cleanup
Clear session data from memory
# Install via ClawHub
npx clawhub install sleep-health-assistant
Edit config.yaml to customize:
No environment variables required. The skill operates entirely locally.
skill.py # Main skill implementation
config.yaml # Configuration file
SKILL.md # This documentation
README.md # User guide
CHANGELOG.md # Version history
requirements.txt # Dependency list (empty)
# Run basic tests
python -c "from skill import SleepHealthAssistantSkill; skill = SleepHealthAssistantSkill(); print(skill.handle_command('status'))"
Check OpenClaw logs for detailed error information:
Report issues via appropriate channels.
MIT License
Current version: 1.0.0