Agent Skills
› spinabot/brigade
› eightctl
eightctl
GitHub用于控制Eight Sleep智能床垫的命令行工具。支持查询状态、开关机、调节温度、管理闹钟与作息计划、控制音频及床体角度。需配置认证信息,操作前建议确认关键变更。
触发场景
用户想要查看或控制Eight Sleep智能床垫的状态
用户需要设置或修改床垫的温度、闹钟或睡眠计划
安装
npx skills add spinabot/brigade --skill eightctl -g -y
SKILL.md
Frontmatter
{
"name": "eightctl",
"homepage": "https:\/\/eightctl.sh",
"metadata": {
"brigade": {
"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.
版本历史
- db99206 当前 2026-07-05 10:58


