# Send 蓝牙设备监控 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bluetooth-monitor",
    "name": "蓝牙设备监控",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/franky0617/bluetooth-monitor",
    "canonicalUrl": "https://clawhub.ai/franky0617/bluetooth-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bluetooth-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bluetooth-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "bluetooth-monitor.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bluetooth-monitor",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T06:07:56.666Z",
      "expiresAt": "2026-05-09T06:07:56.666Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bluetooth-monitor",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bluetooth-monitor",
        "contentDisposition": "attachment; filename=\"bluetooth-monitor-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bluetooth-monitor"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bluetooth-monitor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bluetooth-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/bluetooth-monitor",
    "agentUrl": "https://openagent3.xyz/skills/bluetooth-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bluetooth-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bluetooth-monitor/agent.md"
  }
}
```
## Documentation

### 蓝牙设备监控 / 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

### 1. 查看已连接设备 / View Connected Devices

bluetooth-monitor connected

### 2. 查看已配对设备 / View Paired Devices

bluetooth-monitor paired

### 3. 连接设备 / Connect Device

# 连接设备（需提供设备地址）
# Connect to device (device address required)
bluetooth-monitor connect "XX-XX-XX-XX-XX-XX"

### 4. 断开设备 / Disconnect Device

bluetooth-monitor disconnect "XX-XX-XX-XX-XX-XX"

### 5. 查看蓝牙电源状态 / View Power Status

bluetooth-monitor power

### 6. 打开/关闭蓝牙 / Turn On/Off Bluetooth

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)

### 注意事项 / Notes

⚠️ 需要安装 blueutil: brew install blueutil
⚠️ Requires blueutil: brew install blueutil

⚠️ 部分老款蓝牙设备不支持电量报告
⚠️ Some older Bluetooth devices may not report battery level

⚠️ 设备地址需使用连字符格式 (XX-XX-XX-XX-XX-XX)
⚠️ Device address must use hyphen format (XX-XX-XX-XX-XX-XX)

### 数据来源 / Data Source

使用 blueutil CLI 获取蓝牙信息
Uses blueutil CLI to retrieve Bluetooth information
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: franky0617
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T06:07:56.666Z
- Expires at: 2026-05-09T06:07:56.666Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bluetooth-monitor)
- [Send to Agent page](https://openagent3.xyz/skills/bluetooth-monitor/agent)
- [JSON manifest](https://openagent3.xyz/skills/bluetooth-monitor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bluetooth-monitor/agent.md)
- [Download page](https://openagent3.xyz/downloads/bluetooth-monitor)