← 返回 Skills 市场
93
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sleep-quality-advisor
功能描述
Analyze sleep habits to assess quality, score restfulness, and provide prioritized improvement tips and basic sleep hygiene 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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sleep-quality-advisor - 安装完成后,直接呼叫该 Skill 的名称或使用
/sleep-quality-advisor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Sleep Quality Advisor 是什么?
Analyze sleep habits to assess quality, score restfulness, and provide prioritized improvement tips and basic sleep hygiene guidance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Sleep Quality Advisor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sleep-quality-advisor」即可一键安装,无需额外配置。
Sleep Quality Advisor 是免费的吗?
是的,Sleep Quality Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sleep Quality Advisor 支持哪些平台?
Sleep Quality Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sleep Quality Advisor?
由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.0。
推荐 Skills