linux-android-control

Control Android devices from Linux via ADB for SMS, calls, and app management.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill linux-android-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linux-android-control
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/skills/linux-android-control
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill linux-android-control

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to control your Android device directly from your Linux environment, automating tasks like sending messages, making calls, and managing apps without needing to touch your phone.

Core Features & Use Cases

  • Device Interaction: Send SMS, initiate calls, and navigate your phone's UI.
  • App Management: Install, uninstall, and launch applications.
  • Media Control: Play, pause, and manage media playback.
  • Screenshots & Recording: Capture screenshots and record your device's screen.
  • Use Case: You can ask FRIDAY to "take a screenshot of my phone and send it to me" or "open Spotify on my Android device."

Quick Start

Use the linux-android-control skill to take a screenshot of your phone and save it to your Pictures directory.

Frequently Asked Questions about linux-android-control

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

FAQPage Schema
How do I control my Android device from a Linux computer using ADB?

You can control an Android device from Linux using ADB to send SMS, make calls, install apps, manage media playback, and capture screenshots without physically touching the phone.

Can I send SMS and make phone calls from my Linux terminal via ADB?

Yes, sending SMS and initiating calls from a Linux terminal is possible via ADB, allowing you to automate device interactions and manage communications directly from your computer.

How do I capture screenshots and record my Android screen from a Linux environment?

You can capture screenshots and record your Android screen from Linux by executing ADB commands to grab the display output and save the media files to your local Linux directory.

Do I need a USB cable to use ADB for Android device management on Linux?

You do not strictly need a USB cable for Android device management on Linux, as ADB supports both USB connections and wireless configurations for remote control and automation tasks.

What is the best way to remotely install and uninstall Android apps from Linux?

The best way to remotely install and uninstall Android apps from Linux is using ADB commands, which allow you to push APK files, trigger installations, and remove packages over your device connection.

Can I control media playback on my Android phone using Linux automation?

Yes, you can control media playback on your Android phone using Linux automation through ADB, enabling you to play, pause, and manage audio and video applications remotely.