bluetooth-skill

Control Android Bluetooth status, enable, disable, and list paired devices.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill bluetooth-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluetooth-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/android_agent/bluetooth-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill bluetooth-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bluetooth management on Android devices requires manual steps to check status, enable/disable, and review paired devices; this skill provides a standardized automation interface.

Core Features & Use Cases

  • Status checks: retrieve whether Bluetooth is on, discoverability, and list of paired devices.
  • Toggle Bluetooth: enable or disable the Bluetooth radio on demand.
  • Paired devices: fetch and present the list of bonded devices for quick connection decisions.

Quick Start

Connect the Bluetooth Automation node to Zeenie's input-tools handle to enable Bluetooth control.

Frequently Asked Questions about bluetooth-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Bluetooth status and list paired devices on Android via automation?

To enable or disable Bluetooth on Android, trigger the enable or disable action; these actions toggle the Bluetooth radio on demand and return a structured response confirming the new state.

What do I need to connect to start automating Android Bluetooth controls?

You need to connect the Bluetooth Automation node to Zeenie's input-tools handle to establish the standardized interface required for executing Bluetooth status, enable, and disable actions.

Can I retrieve paired device lists for mobile automation workflows?

Yes, you can retrieve paired device lists for mobile automation workflows by executing the status action, which fetches and presents all bonded devices to support quick connection decisions across apps and services.

Does manual Bluetooth management on Android cause workflow bottlenecks?

Manual Bluetooth management on Android creates bottlenecks by requiring manual steps to check status, enable or disable the radio, and review paired devices, whereas a standardized automation interface handles these actions programmatically.

When should I not use an automated interface for Android Bluetooth control?

You should not use an automated interface for Android Bluetooth control when you need to manage complex device pairing negotiations or discover new unbonded devices, as the current actions are limited to status, enable, disable, and listing paired devices.