TopRank Skills

Home / Claw Skills / Autres / bluetooth-monitor
Official OpenClaw rules 15%

bluetooth-monitor

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 bluetooth-monitor 技能。 若已安装,则直接安装 bluetooth-monitor 技能。

Overview

Skill Key
franky0617/bluetooth-monitor
Author
franky0617
Source Repo
openclaw/skills
Version
-
Source Path
skills/franky0617/bluetooth-monitor
Latest Commit SHA
55d95fd3e31076349fd210d1b50cf71c506326e7

Extracted Content

SKILL.md excerpt

# 蓝牙设备监控 / Bluetooth Device Monitor

监控和管理Mac的蓝牙设备,支持查看连接状态、配对管理等功能。

Monitor and manage Mac Bluetooth devices with connection status viewing and pairing management.

## 功能特性 / Features

- 📱 **查看已连接设备 / Connected Devices** - 列出当前所有已连接的蓝牙设备
  - List all currently connected Bluetooth devices

- 🔋 **电量显示 / Battery Level** - 显示设备电量百分比和进度条
  - Display device battery percentage with progress bar

- 🔗 **查看已配对设备 / Paired Devices** - 列出系统所有已配对的蓝牙设备
  - List all paired Bluetooth devices in the system

- 🔌 **连接设备 / Connect Device** - 手动连接到指定蓝牙设备
  - Manually connect to a specified Bluetooth device

- ⏏️ **断开设备 / Disconnect Device** - 断开指定蓝牙设备的连接
  - Disconnect a specified Bluetooth device

- 📊 **蓝牙状态 / Power Status** - 查看蓝牙开关状态
  - View Bluetooth power status

## 使用方法 / Usage

### 1. 查看已连接设备 / View Connected Devices
```bash
bluetooth-monitor connected
```

### 2. 查看已配对设备 / View Paired Devices
```bash
bluetooth-monitor paired
```

### 3. 连接设备 / Connect Device
```bash
# 连接设备(需提供设备地址)
# Connect to device (device address required)
bluetooth-monitor connect "XX-XX-XX-XX-XX-XX"
```

### 4. 断开设备 / Disconnect Device
```bash
bluetooth-monitor disconnect "XX-XX-XX-XX-XX-XX"
```

### 5. 查看蓝牙电源状态 / View Power Status
```bash
bluetooth-monitor power
```

### 6. 打开/关闭蓝牙 / Turn On/Off Bluetooth
```bash
bluetooth-monitor power on
bluetooth-monitor power off
```

## 设备地址获取 / Device Address

- 运行 `bluetooth-monitor connected` 查看已连接设备的地址
- Run `bluetooth-monitor connected` to view addresses of connected devices

- 运行 `bluetooth-monitor paired` 查看所有配对设备的地址
- Run `bluetooth-monitor paired` to view all paired device addresses

## 常用设备地址格式 / Common Device Address Format

```
08-65-18-B9-9C-B2  (Magic Trackpad)
1C-1D-D3-7A-68-D4  (Magic Keyboard)
```

## 注意事项 / Note...

Related Claw Skills