c-bluetooth

c-bluetooth is a skill for Claude Code, Codex from daxaur/openpaw. It costs 44 tokens per session (331 once invoked), scanned A, original, MIT.

A command-line helper for controlling Bluetooth devices that are already paired with a Mac. It can work with headphones, speakers, keyboards, and other known devices.

In plain words
What is it for?
It helps list known devices, connect or disconnect them by name or Bluetooth address, and check their connection status.
Why use it?
It avoids opening macOS settings for routine connection changes and makes it easier to check whether a device is connected. New pairing still has to be done in System Settings.

Skill for Claude CodeCodex

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/daxaur/openpaw/c-bluetooth
Any agent
npx skills add daxaur/openpaw --skill c-bluetooth
Clone the repo
git clone --depth 1 https://github.com/daxaur/openpaw

Made for: Claude Code, Codex.

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 c-bluetooth

README.md
[![agentmods](https://agentmods.dev/badge/skills/daxaur/openpaw/c-bluetooth.svg)](https://agentmods.dev/skills/daxaur/openpaw/c-bluetooth)
Your own site
<a href="https://agentmods.dev/skills/daxaur/openpaw/c-bluetooth"><img src="https://agentmods.dev/badge/skills/daxaur/openpaw/c-bluetooth.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 331 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.1 $0.00044 $0.00331
Opus 5 $0.00022 $0.00166
Sonnet 5 $0.00009 $0.00066
Haiku 4.5 $0.00004 $0.00033

Measured 6d ago against content hash d9e41fc2eff2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

c-bluetooth 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 6d 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.

skills/c-bluetooth/SKILL.md · 43 lines

What it actually says

What This Skill Does

Manages Bluetooth device connections on macOS using blu (blucli). You can list available devices, connect to a device by name or MAC address, and disconnect active devices.

CLI Tool: blu

Common Commands

# List all paired/known devices
blu list

# Connect to a device (by name or MAC)
blu connect "AirPods Pro"
blu connect AA:BB:CC:DD:EE:FF

# Disconnect a device
blu disconnect "AirPods Pro"
blu disconnect AA:BB:CC:DD:EE:FF

# Check connection status
blu status

Usage Guidelines

  1. Run blu list first to identify the exact device name or MAC address.
  2. Device names are case-sensitive — use the exact name from blu list.
  3. If connecting by name fails, fall back to MAC address.
  4. After connecting, confirm success by checking for a non-error exit code or running blu status.

Notes

  • blu only manages already-paired devices. New device pairing must be done via macOS System Settings.
  • Some commands may require Bluetooth to be enabled in macOS before running.
  • If blu is not installed: brew install blucli
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. 6d ago First seen · 43 lines · 44 tokens per session scan A d9e41fc2eff2

Subscribe to this mod's changes

c-bluetooth is a skill published in the GitHub repository daxaur/openpaw (167 stars, last pushed 3mo ago), licensed MIT. It adds 44 tokens to every session and 331 once invoked, about $0.0002 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

oura-setup

Connect an Oura Ring via OAuth2 — app registration, token exchange, and credential storage.

vellum-ai/vellum-assistant · 22 tokens

oura

Pull sleep, activity, readiness, heart rate, and other health data from a connected Oura Ring via the Oura Cloud API V2.

vellum-ai/vellum-assistant · 30 tokens

inspect-computer-config

Use when the user asks to inspect, summarize, audit, compare, or troubleshoot this computer's hardware, operating system, CPU, memory, GPU, disk, or local runtime configuration.

xuzhougeng/wispterm · 42 tokens

agentdeck-deploy

Build, install, launch, and configure AgentDeck on connected Android, Apple, ESP32, Stream Deck, or daemon targets. Use when the user asks to deploy AgentDeck or names target devices such as pantone, crema, lenovo, iphone, ipad, macos, esp32, tc001, bridge, daemon, or plugin.

puritysb/AgentDeck · 74 tokens

hardware-health-check

Out-of-band hardware health via Redfish BMC (read-only) — power state, component health, thermal and power readings, firmware inventory, SEL log triage. Use when determining whether a host is powered off versus unreachable, checking hardware faults, reviewing thermal or PSU state, or triaging BMC event logs.

automateyournetwork/netclaw · 67 tokens

homekit

Control HomeKit smart home accessories and view home events via homeclaw-cli. Use when the user asks to control lights, locks, thermostats, fans, blinds, scenes, check device/sensor status, or view recent home activity/events. Examples: "turn off the stairs lights", "lock the front door", "what's the temperature"…

omarshahine/HomeClaw · 108 tokens