Claude Agent Skill · by Steipete

Eightctl

Install Eightctl skill for Claude Code from steipete/clawdis.

Works with Paperclip

How Eightctl fits into a Paperclip company.

Eightctl drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md50 lines
Expand
---name: eightctldescription: Control Eight Sleep pods (status, temperature, alarms, schedules).homepage: https://eightctl.shmetadata:  {    "openclaw":      {        "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.