$npx -y skills add SafeAI-Lab-X/ClawKeeper --skill eightctlControl Eight Sleep pods (status, temperature, alarms, schedules).
| 1 | # eightctl |
| 2 | |
| 3 | Use `eightctl` for Eight Sleep pod control. Requires auth. |
| 4 | |
| 5 | Auth |
| 6 | |
| 7 | - Config: `~/.config/eightctl/config.yaml` |
| 8 | - Env: `EIGHTCTL_EMAIL`, `EIGHTCTL_PASSWORD` |
| 9 | |
| 10 | Quick start |
| 11 | |
| 12 | - `eightctl status` |
| 13 | - `eightctl on|off` |
| 14 | - `eightctl temp 20` |
| 15 | |
| 16 | Common tasks |
| 17 | |
| 18 | - Alarms: `eightctl alarm list|create|dismiss` |
| 19 | - Schedules: `eightctl schedule list|create|update` |
| 20 | - Audio: `eightctl audio state|play|pause` |
| 21 | - Base: `eightctl base info|angle` |
| 22 | |
| 23 | Notes |
| 24 | |
| 25 | - API is unofficial and rate-limited; avoid repeated logins. |
| 26 | - Confirm before changing temperature or alarms. |