ble-temperature-sensor
Control BLE Temperature Sensor through the generated BLE device CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Control BLE Temperature Sensor through the generated BLE device CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Printing Press CLI for Printing Press Oauth2. Purpose-built fixture for the OAuth2 device-code auth shape.
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.
Printing Press CLI for Learn Loop Example. Golden fixture exercising the spec-declared self-learning loop.
Printing Press CLI for Learn Disabled Example. Golden fixture exercising the learn.disabled generation-time opt-out.
Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> build -> shipcheck loop. Use when the user says build a CLI, wrap this API, set up a new integration, add a connector, integrate with a service, or names an API by domain.
| name | ble-temperature-sensor |
| description | Control BLE Temperature Sensor through the generated BLE device CLI. |
This skill drives the ble-temperature-sensor-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-temperature-sensor --cli-only
ble-temperature-sensor-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-temperature-sensor-pp-cli capabilities --json to inspect callable and withheld BLE capabilities, including safety classes and evidence refs. Use ble-temperature-sensor-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-temperature-sensor-pp-cli doctor to check live readiness, and ble-temperature-sensor-pp-cli scan --live to discover devices. Session IPC scaffolding is generated only when the device spec enables device-session support.