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:

  1. Scanning: Call scan_for (default 5s) to find nearby peripherals.
  2. Connection: Call connect using the address from the scan results.
  3. Exploration: Call services to list available GATT services and characteristics.
  4. Interaction: Use read for one-time values, write_request/write_command to send data, or notify/indicate + get_notifications + unsubscribe for streaming data.
  5. Cleanup: Always call disconnect when finished to release the device.

Core Instructions

Installs
First Seen
simpleaible — smithery/ai