{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bluetooth-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bluetooth-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "bluetooth-monitor.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bluetooth-monitor",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "蓝牙设备监控 / Bluetooth Device Monitor",
        "body": "监控和管理Mac的蓝牙设备，支持查看连接状态、配对管理等功能。\n\nMonitor and manage Mac Bluetooth devices with connection status viewing and pairing management."
      },
      {
        "title": "功能特性 / Features",
        "body": "📱 查看已连接设备 / Connected Devices - 列出当前所有已连接的蓝牙设备\n\nList all currently connected Bluetooth devices\n\n\n\n🔋 电量显示 / Battery Level - 显示设备电量百分比和进度条\n\nDisplay device battery percentage with progress bar\n\n\n\n🔗 查看已配对设备 / Paired Devices - 列出系统所有已配对的蓝牙设备\n\nList all paired Bluetooth devices in the system\n\n\n\n🔌 连接设备 / Connect Device - 手动连接到指定蓝牙设备\n\nManually connect to a specified Bluetooth device\n\n\n\n⏏️ 断开设备 / Disconnect Device - 断开指定蓝牙设备的连接\n\nDisconnect a specified Bluetooth device\n\n\n\n📊 蓝牙状态 / Power Status - 查看蓝牙开关状态\n\nView Bluetooth power status"
      },
      {
        "title": "1. 查看已连接设备 / View Connected Devices",
        "body": "bluetooth-monitor connected"
      },
      {
        "title": "2. 查看已配对设备 / View Paired Devices",
        "body": "bluetooth-monitor paired"
      },
      {
        "title": "3. 连接设备 / Connect Device",
        "body": "# 连接设备（需提供设备地址）\n# Connect to device (device address required)\nbluetooth-monitor connect \"XX-XX-XX-XX-XX-XX\""
      },
      {
        "title": "4. 断开设备 / Disconnect Device",
        "body": "bluetooth-monitor disconnect \"XX-XX-XX-XX-XX-XX\""
      },
      {
        "title": "5. 查看蓝牙电源状态 / View Power Status",
        "body": "bluetooth-monitor power"
      },
      {
        "title": "6. 打开/关闭蓝牙 / Turn On/Off Bluetooth",
        "body": "bluetooth-monitor power on\nbluetooth-monitor power off"
      },
      {
        "title": "设备地址获取 / Device Address",
        "body": "运行 bluetooth-monitor connected 查看已连接设备的地址\n\n\nRun bluetooth-monitor connected to view addresses of connected devices\n\n\n运行 bluetooth-monitor paired 查看所有配对设备的地址\n\n\nRun bluetooth-monitor paired to view all paired device addresses"
      },
      {
        "title": "常用设备地址格式 / Common Device Address Format",
        "body": "08-65-18-B9-9C-B2  (Magic Trackpad)\n1C-1D-D3-7A-68-D4  (Magic Keyboard)"
      },
      {
        "title": "注意事项 / Notes",
        "body": "⚠️ 需要安装 blueutil: brew install blueutil\n⚠️ Requires blueutil: brew install blueutil\n\n⚠️ 部分老款蓝牙设备不支持电量报告\n⚠️ Some older Bluetooth devices may not report battery level\n\n⚠️ 设备地址需使用连字符格式 (XX-XX-XX-XX-XX-XX)\n⚠️ Device address must use hyphen format (XX-XX-XX-XX-XX-XX)"
      },
      {
        "title": "数据来源 / Data Source",
        "body": "使用 blueutil CLI 获取蓝牙信息\nUses blueutil CLI to retrieve Bluetooth information"
      }
    ],
    "body": "蓝牙设备监控 / Bluetooth Device Monitor\n\n监控和管理Mac的蓝牙设备，支持查看连接状态、配对管理等功能。\n\nMonitor and manage Mac Bluetooth devices with connection status viewing and pairing management.\n\n功能特性 / Features\n\n📱 查看已连接设备 / Connected Devices - 列出当前所有已连接的蓝牙设备\n\nList all currently connected Bluetooth devices\n\n🔋 电量显示 / Battery Level - 显示设备电量百分比和进度条\n\nDisplay device battery percentage with progress bar\n\n🔗 查看已配对设备 / Paired Devices - 列出系统所有已配对的蓝牙设备\n\nList all paired Bluetooth devices in the system\n\n🔌 连接设备 / Connect Device - 手动连接到指定蓝牙设备\n\nManually connect to a specified Bluetooth device\n\n⏏️ 断开设备 / Disconnect Device - 断开指定蓝牙设备的连接\n\nDisconnect a specified Bluetooth device\n\n📊 蓝牙状态 / Power Status - 查看蓝牙开关状态\n\nView Bluetooth power status\n使用方法 / Usage\n1. 查看已连接设备 / View Connected Devices\nbluetooth-monitor connected\n\n2. 查看已配对设备 / View Paired Devices\nbluetooth-monitor paired\n\n3. 连接设备 / Connect Device\n# 连接设备（需提供设备地址）\n# Connect to device (device address required)\nbluetooth-monitor connect \"XX-XX-XX-XX-XX-XX\"\n\n4. 断开设备 / Disconnect Device\nbluetooth-monitor disconnect \"XX-XX-XX-XX-XX-XX\"\n\n5. 查看蓝牙电源状态 / View Power Status\nbluetooth-monitor power\n\n6. 打开/关闭蓝牙 / Turn On/Off Bluetooth\nbluetooth-monitor power on\nbluetooth-monitor power off\n\n设备地址获取 / Device Address\n\n运行 bluetooth-monitor connected 查看已连接设备的地址\n\nRun bluetooth-monitor connected to view addresses of connected devices\n\n运行 bluetooth-monitor paired 查看所有配对设备的地址\n\nRun bluetooth-monitor paired to view all paired device addresses\n\n常用设备地址格式 / Common Device Address Format\n08-65-18-B9-9C-B2  (Magic Trackpad)\n1C-1D-D3-7A-68-D4  (Magic Keyboard)\n\n注意事项 / Notes\n\n⚠️ 需要安装 blueutil: brew install blueutil ⚠️ Requires blueutil: brew install blueutil\n\n⚠️ 部分老款蓝牙设备不支持电量报告 ⚠️ Some older Bluetooth devices may not report battery level\n\n⚠️ 设备地址需使用连字符格式 (XX-XX-XX-XX-XX-XX) ⚠️ Device address must use hyphen format (XX-XX-XX-XX-XX-XX)\n\n数据来源 / Data Source\n\n使用 blueutil CLI 获取蓝牙信息 Uses blueutil CLI to retrieve Bluetooth information"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/franky0617/bluetooth-monitor",
    "publisherUrl": "https://clawhub.ai/franky0617/bluetooth-monitor",
    "owner": "franky0617",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}