Sleep Quality Advisor
v0.1.0Analyze sleep habits to assess quality, score restfulness, and provide prioritized improvement tips and basic sleep hygiene guidance.
⭐ 0· 53·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97606jagwxdztj6qnfa9y7arn84cy2x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
