# 安装 eightctl

- 类型: Skill 技能
- 说明: 用于查询和控制 Eight Sleep 睡眠舱的状态、温度、闹钟与日程设置。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能用于控制 Eight Sleep 设备，功能涉及账号认证、读取/修改设备状态与日程，属于具备常规本地配置与联网控制能力的工具。材料未见明显恶意红旗，且来源为高社区信任的开源仓库，但因使用非官方 API 且需要账户凭证，整体建议谨慎使用。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "eightctl" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/eightctl/SKILL.md
2. 保存为 ~/.claude/skills/eightctl/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "eightctl" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/eightctl/SKILL.md
2. 保存为 ~/.codex/skills/eightctl/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "eightctl" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/eightctl/SKILL.md
2. 保存为 ~/.cursor/skills/eightctl/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/eightctl' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/skills/eightctl/SKILL.md' -o '~/.claude/skills/eightctl/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/eightctl' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/skills/eightctl/SKILL.md' -o '~/.codex/skills/eightctl/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/eightctl' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/skills/eightctl/SKILL.md' -o '~/.cursor/skills/eightctl/SKILL.md'
```
