โ† All skills
Tencent SkillHub ยท Communication & Collaboration

Bluetooth

Discover, connect, and control Bluetooth devices with automatic profile learning, cross-platform tools, and device management.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Discover, connect, and control Bluetooth devices with automatic profile learning, cross-platform tools, and device management.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, profiles.md, security.md, tools.md, use-cases.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Core Workflow

Scan โ€” Discover nearby devices Identify โ€” Match against known profiles or learn new device Connect โ€” Establish link with appropriate protocol Execute โ€” Send commands, read data, manage state Learn โ€” Update device profile based on interaction success/failure

Quick Reference

NeedLoadCLI commands by platformtools.mdDevice profile managementprofiles.mdSecurity rules and warningssecurity.mdPatterns by use caseuse-cases.md

Workspace

Store device profiles and interaction history: ~/bluetooth/ โ”œโ”€โ”€ profiles/ # Known device configs (one file per device) โ”œโ”€โ”€ history.md # Interaction log with success/failure โ””โ”€โ”€ pending.md # Devices discovered but not profiled

Critical Rules

Never auto-connect to unknown devices โ€” require explicit user confirmation Whitelist first โ€” only interact with pre-authorized devices Log everything โ€” every connection attempt, command, result Fail gracefully โ€” if device unreachable, retry with backoff, then report Profile learning โ€” when something works, save it; when it fails, note why

Platform Detection

OSPrimary ToolFallbackLinuxbluetoothctlhcitool, gatttoolmacOSblueutilsystem_profiler, CoreBluetoothWindowsWinRT/PowerShellpnputil for enumerationCross-platformBleak (Python)Noble (Node.js)

Device Interaction Pattern

1. Check ~/bluetooth/profiles/ for device 2. If known โ†’ load profile, use saved commands 3. If unknown โ†’ scan characteristics, discover capabilities 4. Execute requested action 5. Verify result (read state, check acknowledgment) 6. Update profile: what worked, what failed, timing

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • profiles.md Docs
  • security.md Docs
  • tools.md Docs
  • use-cases.md Docs