用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/coredevices/PebbleOS --skill working-with-qemu命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | working-with-qemu |
| description | Use when building, launching, debugging, or capturing screenshots of PebbleOS under QEMU. |
Read docs/development/qemu.md — it documents the full workflow: qemu_*
boards, ./pbl qemu (monitor sockets, serial ports, uart1.log), ./pbl console, ./pbl screenshot, programmatic key input via sendkey, touch
injection via ./pbl touch/./pbl swipe, and ./pbl debug.
Agent notes:
./pbl screenshot to validate UI changes; read the resulting PNG.build/qemu-mon.sock) with
sendkey rather than the interactive QEMU window.On touch-capable boards you can inject touch into a running QEMU (./pbl qemu
exposes the QMP socket used for injection). Coordinates are screen pixels; the
display size is read from the emulated pebble-touch device and scaled
automatically.
./pbl touch 130 130 # tap at (130, 130)
./pbl swipe 130 220 130 40 # swipe up (finger bottom -> top)
./pbl swipe 130 220 130 40 --steps 20 --duration 0.4
A tap is a finger down then up; a swipe streams intermediate moves so drag gestures are seen as continuous. Injection uses the absolute-pointer input path; multi-touch is not wired up in the device.
基于 SOC 职业分类