Toolverse
All skills

simpleaible

by simpleble

Use the SimpleAIBLE MCP server to scan, connect, and interact with Bluetooth devices. This skill provides guidance on the recommended flow (scan -u003e connect -u003e services -u003e read/notify) and handles platform-specific differences like UUIDs on macOS vs MAC addresses on

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
simpleble
Category
DevOps
Views
19

About this skill

Use the SimpleAIBLE MCP server to scan, connect, and interact with Bluetooth devices. This skill provides guidance on the recommended flow (scan -u003e connect -u003e services -u003e read/notify) and handles platform-specific differences like UUIDs on macOS vs MAC addresses on Linux. Use when the user wants to interact with BLE hardware or debug Bluetooth connections.

How to use

  1. Zainstaluj skill SimpleAIBLE jako serwer MCP w swoim środowisku Claude lub Copilot, wskazując repozytorium https://github.com/simpleble/simpleble/tree/main/simpleaible/skills/simpleaible.

  2. Rozpocznij od skanowania dostępnych urządzeń BLE, wywołując polecenie scan_for (domyślnie skanuje przez 5 sekund). Otrzymasz listę urządzeń w zasięgu wraz z ich adresami — na macOS będą to UUID, na Linuksie adresy MAC.

  3. Wybierz urządzenie z wyników skanowania i nawiąż połączenie, używając polecenia connect z adresem uzyskanym w poprzednim kroku.

  4. Po połączeniu wywołaj polecenie services, aby wyświetlić dostępne usługi GATT i charakterystyki urządzenia. To pozwoli Ci zrozumieć, jakie dane można odczytać lub na jakie można wysyłać polecenia.

  5. W zależności od potrzeb: użyj read do jednorazowego odczytania wartości, write_request lub write_command do wysłania danych, albo notify/indicate do subskrypcji na dane przesyłane w czasie rzeczywistym. Dane binarne otrzymasz zawsze w formacie data_hex (niezawodny) i data_utf8 (czytelny dla człowieka, jeśli dane są tekstem).

  6. Po zakończeniu pracy zawsze wywołaj disconnect, aby zwolnić urządzenie i zamknąć połączenie.

Related skills

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

postmortem-writing

by wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

DevOps
1385

drawio-diagrams-enhanced

by jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams,

DevOps
918943

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

trello

by openclaw

Manage Trello boards, lists, and cards via the Trello REST API.

DevOps
23107

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449