← Back to Skills Marketplace
93
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sleep-quality-advisor
Description
Analyze sleep habits to assess quality, score restfulness, and provide prioritized improvement tips and basic sleep hygiene guidance.
Usage Guidance
This skill appears coherent and low-risk: it uses simple local Python logic to produce a sleep assessment and asks for no credentials or network access. Notes before installing: (1) the assessment is heuristic and simplistic — treat its medical advice as non-diagnostic and recommend professional care when appropriate; (2) the repository contains duplicate handler files (handler.py and scripts/handler.py) and a minimal test script — harmless but you may want to remove redundancy; (3) if you need more accurate clinical guidance or integration with devices/apps, expect additional permissions or external APIs would be required and should be reviewed. Overall safe to install from a permissions perspective, but verify output accuracy before relying on it for health decisions.
Capability Analysis
Type: OpenClaw Skill
Name: sleep-quality-advisor
Version: 0.1.0
The skill bundle is a straightforward sleep quality advisor that uses basic string matching to provide health suggestions. Analysis of handler.py and scripts/handler.py reveals no network activity, file system access, or sensitive data exfiltration. The SKILL.md instructions are aligned with the tool's stated purpose, and the use of subprocess in scripts/test-handler.py is limited to a local test case with hardcoded inputs.
Capability Assessment
Purpose & Capability
The name/description (sleep quality assessment and advice) align with the included SKILL.md and the Python handler(s). The code implements simple heuristic parsing of user text and returns scored assessments and recommendations — nothing requested or installed is out of scope.
Instruction Scope
SKILL.md directs the agent to extract sleep times/quality and produce JSON output. The handlers implement only those operations on the provided query string and do not read unrelated files, environment variables, or external endpoints.
Install Mechanism
No install spec is present (instruction-only plus bundled Python scripts). Nothing is downloaded or written at install time; runtime uses included local scripts. This is the lowest-risk install pattern.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request secrets or external service access — the requested privileges are minimal and proportional to purpose.
Persistence & Privilege
always is false and the skill has no self-modifying install behavior or global configuration changes. It does not request persistent elevated privileges or access to other skills' configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sleep-quality-advisor - After installation, invoke the skill by name or use
/sleep-quality-advisor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of Sleep Quality Advisor.
- Analyzes user sleep habits and assesses sleep quality.
- Provides personalized improvement suggestions and bedtime ritual guidance.
- Returns results in structured JSON, including assessment, recommendations, sleep hygiene tips, and medical advice.
Metadata
Frequently Asked Questions
What is Sleep Quality Advisor?
Analyze sleep habits to assess quality, score restfulness, and provide prioritized improvement tips and basic sleep hygiene guidance. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Sleep Quality Advisor?
Run "/install sleep-quality-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sleep Quality Advisor free?
Yes, Sleep Quality Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sleep Quality Advisor support?
Sleep Quality Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sleep Quality Advisor?
It is built and maintained by haidong (@harrylabsj); the current version is v0.1.0.
More Skills