Agent Skills
› linuxhsj/openclaw-zero-token
› eightctl
eightctl
GitHub用于控制 Eight Sleep 智能床垫设备的 CLI 工具,支持状态查询、温度调节、闹钟设置、日程管理及音频控制等功能。
Trigger Scenarios
用户需要查询或控制智能床垫设备时
用户需要管理睡眠相关的闹钟和日程设置时
Install
npx skills add linuxhsj/openclaw-zero-token --skill eightctl -g -y
SKILL.md
Frontmatter
{
"name": "eightctl",
"homepage": "https:\/\/eightctl.sh",
"metadata": {
"openclaw": {
"emoji": "🛌",
"install": [
{
"id": "go",
"bins": [
"eightctl"
],
"kind": "go",
"label": "Install eightctl (go)",
"module": "github.com\/steipete\/eightctl\/cmd\/eightctl@latest"
}
],
"requires": {
"bins": [
"eightctl"
]
}
}
},
"description": "Control Eight Sleep pods (status, temperature, alarms, schedules)."
}
eightctl
Use eightctl for Eight Sleep pod control. Requires auth.
Auth
- Config:
~/.config/eightctl/config.yaml - Env:
EIGHTCTL_EMAIL,EIGHTCTL_PASSWORD
Quick start
eightctl statuseightctl on|offeightctl temp 20
Common tasks
- Alarms:
eightctl alarm list|create|dismiss - Schedules:
eightctl schedule list|create|update - Audio:
eightctl audio state|play|pause - Base:
eightctl base info|angle
Notes
- API is unofficial and rate-limited; avoid repeated logins.
- Confirm before changing temperature or alarms.
Version History
- a654bcf Current 2026-07-25 07:12


