An intelligent cross-platform automation skill for discovering, profiling, and managing Bluetooth devices securely.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bluetooth
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bluetooth using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Bluetooth skill for Openclaw Skills provides a unified interface for interacting with hardware peripherals across Linux, macOS, and Windows. It streamlines the complexities of device discovery and protocol management by implementing a structured workflow that identifies known devices and learns the characteristics of new ones. This Openclaw Skills component is essential for developers looking to bridge the gap between AI agents and physical hardware.
Built with a focus on reliability and security, the skill ensures that interactions are strictly controlled through whitelisting and comprehensive logging. By maintaining a local workspace of device profiles, Openclaw Skills can remember successful interaction patterns, making subsequent connections faster and more resilient.
To get started with this skill for Openclaw Skills, ensure your platform has the necessary CLI tools installed:
# For macOS users:
brew install blueutil
# For Linux users:
sudo apt-get install bluez
# Initialize the Openclaw Skills Bluetooth workspace:
mkdir -p ~/bluetooth/profiles
touch ~/bluetooth/history.md ~/bluetooth/pending.md
The skill maintains a structured workspace to ensure Openclaw Skills can track device states accurately:
| Location | Purpose |
|---|---|
~/bluetooth/profiles/ |
Contains individual files for each known device, storing GATTS characteristics and supported commands. |
~/bluetooth/history.md |
A chronological log of every connection, command, and error encountered. |
~/bluetooth/pending.md |
A staging area for newly discovered devices that require user authorization or further profiling. |
Loading
A comprehensive guide to understanding and interacting with blockchain technology, from distributed ledgers to smart contract execution.

A comprehensive technical guide and logic set for AI agents to master 3D modeling workflows and game engine asset preparation in Blender.

A specialized AI agent skill designed to assist with Bitcoin transaction lifecycle management, wallet recovery, and Lightning Network operations.

A specialized AI framework for genetic engineering, bioinformatics research, and laboratory protocol design within the Openclaw Skills ecosystem.

A specialized assistant for managing BNB Chain transactions, BEP-20 assets, and cross-chain operations with high security and low fees.

A comprehensive framework for AI agents to plan, draft, and revise full-length fiction and nonfiction books while maintaining voice and structure.








































