用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mvanhorn/cli-printing-press --skill ble-desk-lamp命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Printing Press CLI for Learn Loop Example. Golden fixture exercising the spec-declared self-learning loop.
Printing Press CLI for Printing Press Golden. Purpose-built fixture for golden generation coverage.
Printing Press CLI for Printing Press Rich. Purpose-built fixture for rich auth env-var model coverage.
基于 SOC 职业分类
正在显示 SKILL.md
| name | ble-desk-lamp |
| description | Control BLE Desk Lamp through the generated BLE device CLI. |
This skill drives the ble-desk-lamp-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
$HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
npx -y @mvanhorn/printing-press-library install ble-desk-lamp --cli-only
ble-desk-lamp-pp-cli --version$PATH for the agent/runtime that will invoke this skill.If the npx install fails before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish.
If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds.
Use ble-desk-lamp-pp-cli capabilities --json to inspect callable and withheld BLE capabilities, including safety classes and evidence refs. Use ble-desk-lamp-pp-cli status --json to inspect replay-backed status output. By default the CLI is replay-backed; build with -tags ble_live and pass --live to control a real device, ble-desk-lamp-pp-cli doctor to check live readiness, and ble-desk-lamp-pp-cli scan --live to discover devices. Use ble-desk-lamp-pp-cli toggle --dry-run --json to preview the toggle write. Session IPC scaffolding is generated only when the device spec enables device-session support.