用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill bluetooth-monitor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
基于 SOC 职业分类
正在显示 SKILL.md
| name | bluetooth-monitor |
| description | 蓝牙设备监控 / Bluetooth Device Monitor - 查看Mac已连接的蓝牙设备列表,支持配对、连接、断开操作 |
监控和管理Mac的蓝牙设备,支持查看连接状态、配对管理等功能。
Monitor and manage Mac Bluetooth devices with connection status viewing and pairing management.
📱 查看已连接设备 / Connected Devices - 列出当前所有已连接的蓝牙设备
🔋 电量显示 / Battery Level - 显示设备电量百分比和进度条
🔗 查看已配对设备 / Paired Devices - 列出系统所有已配对的蓝牙设备
🔌 连接设备 / Connect Device - 手动连接到指定蓝牙设备
⏏️ 断开设备 / Disconnect Device - 断开指定蓝牙设备的连接
📊 蓝牙状态 / Power Status - 查看蓝牙开关状态
bluetooth-monitor connected
bluetooth-monitor paired
# 连接设备(需提供设备地址)
# Connect to device (device address required)
bluetooth-monitor connect "XX-XX-XX-XX-XX-XX"
bluetooth-monitor disconnect "XX-XX-XX-XX-XX-XX"
bluetooth-monitor power
bluetooth-monitor power on
bluetooth-monitor power off
运行 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
08-65-18-B9-9C-B2 (Magic Trackpad)
1C-1D-D3-7A-68-D4 (Magic Keyboard)
⚠️ 需要安装 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)
使用 blueutil CLI 获取蓝牙信息 Uses blueutil CLI to retrieve Bluetooth information