ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

bluetooth-monitor

蓝牙设备监控 / Bluetooth Device Monitor - 查看Mac已连接的蓝牙设备列表,支持配对、连接、断开操作

Why use this skill?

Easily manage and monitor your Mac Bluetooth devices. View connection status, battery levels, and toggle power with the OpenClaw bluetooth-monitor skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/franky0617/bluetooth-monitor
Or

What This Skill Does

The bluetooth-monitor skill provides a comprehensive command-line interface for managing and tracking Bluetooth peripherals on macOS. Acting as a bridge between the system's Bluetooth stack and the user, it allows you to query the status of connected hardware, perform connection management, and monitor essential metrics like battery life. By leveraging the power of blueutil, this skill turns complex system Bluetooth operations into intuitive, actionable commands, making it easier to maintain your hardware environment without navigating system settings menus.

Installation

To integrate this skill into your OpenClaw environment, ensure you have the blueutil CLI installed on your macOS system, as it serves as the underlying driver for this skill. You can install it via Homebrew by running brew install blueutil. Once prerequisites are met, install the skill using the command: clawhub install openclaw/skills/skills/franky0617/bluetooth-monitor.

Use Cases

This skill is ideal for power users who frequently switch between multiple Bluetooth peripherals. Use cases include:

  1. Troubleshooting: Quickly identifying if a peripheral has disconnected due to signal interference or power saving.
  2. Energy Management: Proactively monitoring the battery levels of your Magic Keyboard, Mouse, or Trackpad to avoid mid-task power failure.
  3. Quick Toggles: Instantly toggling Bluetooth power states during flights or when needing to reset a stuck connection without opening System Preferences.
  4. Automation: Integrating device status checks into automated workflows where specific hardware availability is required.

Example Prompts

  1. "Check if my Magic Keyboard is currently connected and what its battery level is."
  2. "I need to reset my Bluetooth connection; please disconnect my trackpad and then reconnect it using address 08-65-18-B9-9C-B2."
  3. "List all paired devices and tell me which ones are currently active on my Mac."

Tips & Limitations

  • Formatting: Always ensure your device addresses follow the strict XX-XX-XX-XX-XX-XX hyphenated format, as the script is sensitive to separators.
  • Compatibility: While the skill provides battery status, legacy Bluetooth devices may not expose this metadata to macOS, which will result in missing battery information for those specific peripherals.
  • Environment: This skill is exclusively designed for macOS environments that support the blueutil binary. Ensure your user account has sufficient permissions to control system Bluetooth interfaces.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-franky0617-bluetooth-monitor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bluetooth#macos#hardware-management#productivity#device-control
Safety Score: 4/5

Flags: code-execution