ble-temperature-sensor

ble-temperature-sensor is a skill for Claude Code, Codex from mvanhorn/cli-printing-press. It costs 16 tokens per session (365 once invoked), scanned A, original, MIT.

A command-line tool for controlling a Bluetooth Low Energy temperature sensor. Bluetooth Low Energy is a short-range wireless connection designed for small devices and low power use.

In plain words
What is it for?
Checking sensor status and capabilities, and controlling the sensor through its command-line interface.
Why use it?
It gives the coding agent a way to inspect the sensor and use its available controls through verified commands.

Skill for Claude CodeCodex

Part of the cli-printing-press plugin — 19 skills, 1 hook shipped together

About the project

CLI Printing Press is a tool that creates Go command-line clients, Claude Code skills, and MCP servers for APIs and websites by studying their documentation and existing integrations. It is intended for AI agents and developers who need token-efficient command-line access to services and compound queries. The catalogue entries are skills, instructions, plugins, settings, and a hook related to using the generated tools and the press.

mvanhorn/cli-printing-press · 4,625 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/mvanhorn/cli-printing-press/ble-temperature-sensor
Any agent
npx skills add mvanhorn/cli-printing-press --skill ble-temperature-sensor
Clone the repo
git clone --depth 1 https://github.com/mvanhorn/cli-printing-press

Made for: Claude Code, Codex.

Or install cli-printing-press, the plugin that ships this one along with the rest of its 19 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ble-temperature-sensor

README.md
[![agentmods](https://agentmods.dev/badge/skills/mvanhorn/cli-printing-press/ble-temperature-sensor.svg)](https://agentmods.dev/skills/mvanhorn/cli-printing-press/ble-temperature-sensor)
Your own site
<a href="https://agentmods.dev/skills/mvanhorn/cli-printing-press/ble-temperature-sensor"><img src="https://agentmods.dev/badge/skills/mvanhorn/cli-printing-press/ble-temperature-sensor.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 365 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00365
Opus 5 $0.00008 $0.00182
Sonnet 5 $0.00003 $0.00073
Haiku 4.5 $0.00002 $0.00036

Measured 5d ago against content hash eaf1c74bf2f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ble-temperature-sensor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

testdata/golden/expected/generate-device-ble/ble-temperature-sensor/SKILL.md · 22 lines

What it actually says

Prerequisites: Install the 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:

  1. Install via the Printing Press installer. It defaults binaries to $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
    
  2. Verify: ble-temperature-sensor-pp-cli --version
  3. Ensure the reported install directory is on $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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 22 lines · 16 tokens per session scan A eaf1c74bf2f4

Subscribe to this mod's changes

ble-temperature-sensor is a skill published in the GitHub repository mvanhorn/cli-printing-press (4,625 stars, last pushed today), licensed MIT. It adds 16 tokens to every session and 365 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories