One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill app-launcher-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-launcher-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/android_agent/app-launcher-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill app-launcher-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch Android applications programmatically by package name to automate workflows on paired devices, avoiding manual tapping.

Core Features & Use Cases

  • Launch an installed application by its package name via the app_launcher tool.
  • Integrate app launching into automated flows, shortcuts, and device-control workflows.
  • Use Case: Open WhatsApp or Chrome to start automated tasks during a workflow.

Quick Start

Connect the App Launcher tool to Zeenie's input-tools handle and call app_launcher.launch with the desired package_name to start an app.

Frequently Asked Questions about app-launcher-skill

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

FAQPage Schema
How do I launch an Android app by package name?

To launch an Android app by package name, connect the app_launcher tool to the input-tools handle and call app_launcher.launch with the desired package_name to start the installed application on a paired device.

Can I automate app launching on Android devices for QA testing?

Yes, you can automate app launching for QA testing by integrating the app_launcher tool into automated flows, shortcuts, and device-control workflows across paired Android devices.

What is launching Android apps by package name used for?

Launching Android apps by package name programmatically automates workflows on paired devices, avoiding manual tapping and enabling routine app-launch tasks during automated flows.

Do I need a connected Android device to use the app_launcher tool?

Yes, the app_launcher tool requires a connected Android device to launch installed applications by their package names within your automation workflows.

What's the best way to programmatically open WhatsApp or Chrome during an automated workflow?

The best way to programmatically open WhatsApp or Chrome during an automated workflow is calling app_launcher.launch with the target package_name to start the app on a connected Android device.