适用于 **comma three(C3 / `tici`)** 无功放变体,不是 Prime 订阅 Lite。C3X(`tizi`)与 C4(`mici`)不算 Lite(与 `set_lite_hw()` 一致)。
Scanned 9/12/2026
Install to Claude Code
npx -y skills add mouxangithub/ai --skill sp-device-lite --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sp Device Lite?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mouxangithub-sp-device-lite)More formats (shields.io, HTML) on the badges page.
# C3 Lite 硬件与 SpDevBeep
适用于 **comma three(C3 / `tici`)** 无功放变体,不是 Prime 订阅 Lite。C3X(`tizi`)与 C4(`mici`)不算 Lite(与 `set_lite_hw()` 一致)。
## 识别
```text
get_sp_device_hw() → lite, device_type, product_label, beepd_eligible
get_host_environment() → hardware_profile.lite, comma_device
tici_info() → lite, device_type (tici), audio_feedback
```
- `lite: true` — `LITE=1` 或 `tici` 上 `i2cget -y 0 0x10 0x00` 失败
- `beepd_eligible: true` — `lite` 且 `SpDevBeep=1`
## 工具
| 工具 | 用途 |
|------|------|
| `get_sp_device_hw` | Lite 快照、蜂鸣、Panda 数量 |
| `set_sp_dev_beep` | offroad 设置 `SpDevBeep`(仅 Lite C3) |
| `list_sp_settings` | Lite 下 `lite_unavailable` 标注 |
## 策略
- **禁止 AI 写入**:`RecordAudio`、`AlwaysOnDM`、`DistractionDetectionLevel`
- 完整音频版 C3 调用 `set_sp_dev_beep` 会报错
- Lite → `beepd`;完整版 → `soundd`
## 参考
- `ai/docs/COMMA_DEVICES.md`
- `launch_chffrplus.sh` — `set_lite_hw()` 仅匹配 `tici`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...