skills$openclaw/eightctl
steipete9.6k

by steipete

eightctl – OpenClaw Skill

eightctl is an OpenClaw Skills integration for coding workflows. Control Eight Sleep pods (status, temperature, alarms, schedules).

9.6k stars2.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameeightctl
descriptionControl Eight Sleep pods (status, temperature, alarms, schedules). OpenClaw Skills integration.
ownersteipete
repositorysteipete/eightctl
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @steipete/eightctl
last updatedFeb 7, 2026

Maintainer

steipete

steipete

Maintains eightctl in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
270 B
SKILL.md
905 B
SKILL.md

name: eightctl description: Control Eight Sleep pods (status, temperature, alarms, schedules). homepage: https://eightctl.sh metadata: {"clawdbot":{"emoji":"🎛️","requires":{"bins":["eightctl"]},"install":[{"id":"go","kind":"go","module":"github.com/steipete/eightctl/cmd/eightctl@latest","bins":["eightctl"],"label":"Install eightctl (go)"}]}}

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install eightctl?

Run openclaw add @steipete/eightctl in your terminal. This installs eightctl into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/eightctl. Review commits and README documentation before installing.