bluetooth-skill

Enable, disable, and retrieve Android Bluetooth status and paired devices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the hassle of manually toggling Android Bluetooth settings and checking paired devices when you need a quick connection for car audio, accessories, or scheduled automation.

Core Features & Use Cases

  • Bluetooth status & paired devices: Retrieve whether Bluetooth is enabled, whether discovery is active, and list bonded devices with their name and address.
  • Enable Bluetooth: Turn the Bluetooth radio on when it’s currently off.
  • Disable Bluetooth: Turn the Bluetooth radio off for battery saving or when you don’t need connections.

Use case example: You want your phone to connect to your car; you first query Bluetooth status, enable it if needed, then rely on the already-paired device to auto-connect.

Quick Start

Use the bluetooth_automation tool to check current Bluetooth status and list paired devices by running an action of status with the input {"action":"status"}.

Frequently Asked Questions about bluetooth-skill

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

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

To check Android Bluetooth status and list paired devices, route a command to the bluetooth_automation tool with the action field set to status, returning structured data on whether the radio is enabled, if discovery is active, and all bonded device names and addresses.

Can I enable or disable Android Bluetooth automatically for battery saving?

You can enable or disable Android Bluetooth automatically by routing an action field to the bluetooth_automation tool, setting it to enable to turn the radio on or disable to turn it off for battery saving workflows.

What is the best way to automate Android Bluetooth pairing workflows for car audio?

The best way to automate Android Bluetooth pairing workflows is to first query the current status, enable the radio if it is off, and then rely on the already bonded devices to auto-connect to your car audio or accessories.

Does this Android Bluetooth automation tool require any dependencies?

This Android Bluetooth automation tool requires no external dependencies, allowing you to directly control the Bluetooth radio, retrieve status, and access paired device information without additional setup.

What actions are supported for controlling Android Bluetooth?

Controlling Android Bluetooth supports three action fields: status to retrieve the current radio state and bonded devices, enable to turn the radio on, and disable to turn the radio off.

Why use an automation tool for Android Bluetooth instead of manual settings?

Using an automation tool for Android Bluetooth removes the hassle of manually toggling settings and checking paired devices when you need quick connections for accessories or scheduled battery-saving workflows.