simpleaible
Installation
SKILL.md
SimpleAIBLE
SimpleAIBLE is an AI-friendly BLE toolkit powered by SimpleBLE. This skill provides instructions for using the SimpleAIBLE MCP server to interact with Bluetooth Low Energy (BLE) devices directly from the host machine.
Quick Start Flow
Always follow this sequence for BLE interactions:
- Scanning: Call
scan_for(default 5s) to find nearby peripherals. - Connection: Call
connectusing theaddressfrom the scan results. - Exploration: Call
servicesto list available GATT services and characteristics. - Interaction: Use
readfor one-time values,write_request/write_commandto send data, ornotify/indicate+get_notifications+unsubscribefor streaming data. - Cleanup: Always call
disconnectwhen finished to release the device.