Skill1.3k repo starsupdated today
eightctl
eightctl is a command-line tool for managing Eight Sleep smart bed pods through an unofficial API. Use it to query and control pod status, adjust sleeping surface temperature, manage alarms and schedules, control audio playback, and adjust bed base angles. Authentication requires credentials stored in a config file or environment variables.
Install in Claude Code
Copygit clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/eightctl && cp -r /tmp/eightctl/openclaw/skills/eightctl ~/.claude/skills/eightctlThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# eightctl Use `eightctl` for Eight Sleep pod control. Requires auth. Auth - Config: `~/.config/eightctl/config.yaml` - Env: `EIGHTCTL_EMAIL`, `EIGHTCTL_PASSWORD` Quick start - `eightctl status` - `eightctl on|off` - `eightctl 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.
More from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
weather-querySkill
Answer weather queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.