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


