Sleep Quality Advisor — 技能工具
v0.1.0Analyze sleep habits to assess quality, score restfulness, and provide prioritized improvement tips and basic sleep hygiene guidance.
0· 51·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's code and runtime instructions match its description (simple, heuristic sleep assessment); it requests no credentials, makes no network calls, and has no installer — overall internally consistent and low-risk.
评估建议
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 ...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/4/7
- 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.
● 无害
安装命令
点击复制官方npx clawhub@latest install sleep-quality-advisor
镜像加速npx clawhub@latest install sleep-quality-advisor --registry https://cn.longxiaskill.com镜像同步中
技能文档
Overview
解析用户睡眠习惯,提供睡眠质量评估、改善建议和睡前仪式指导。Trigger
- 睡眠不好
- 失眠/入睡困难
- 睡眠质量
- 几点睡
Workflow
- 从用户描述中提取睡眠时间、质量和症状
- 评估睡眠质量并打分
- 给出针对性改善建议(按优先级排序)
- 提供睡眠卫生基础原则