c-bluetooth

Installation
SKILL.md

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
Installs
10
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-bluetooth — daxaur/openpaw