Agent Skills
› linuxhsj/openclaw-zero-token
› eightctl
eightctl
GitHub用于控制 Eight Sleep 智能床垫的工具,支持状态查询、温度调节、闹钟与日程管理、音频播放及床基角度调整。需配置认证信息,操作前建议确认关键变更。
触发场景
查询或修改睡眠设备状态
设置温度或闹钟
管理睡眠日程
安装
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.
版本历史
- a654bcf 当前 2026-07-25 07:12


