Stop managing Android devices, start talking to them: use Skills for Genymotion

Integrating tools is essential for maximizing development efficiency. Genymotion Skills is a set of AI agents designed to transform the way users interact with Genymotion SaaS (Cloud) and Genymotion Desktop (Local). AI agents are software programs that can perform tasks on behalf of a user.

Reduce Friction, Increase Speed

Modern development requires juggling with many tools. This inevitably introduces friction and wasted time. The main goal is to bring the management of Genymotion instances within daily work environments. This management can occur from your IDE or a terminal. Thanks to these new skills, managing devices becomes a simple conversation.

How It Works for the Android Developer

Imagine the scenario of an Android developer working on Android Studio or Visual Studio Code (VS Code). Typically, developers must switch between the IDE, the Genymotion interface, and the command line to manage test devices. With Genymotion Skills, this complexity disappears.

Natural Language Commands, Directly in Your Chat

Developers can now interact with their Genymotion devices via the chat window incorporated into their IDE, using natural language requests or simple commands:

| Action | Example (Ask to AI agents) | |---|---| | List configurations (recipe) | "What are the available recipes?" | | Launch a new device | "Launch a 'Samsung Galaxy S23' device" | | Install the application | "Install my APK" | | Run tests | "Execute integration tests." | | Stop the instance | "Stop my instance" |

Unified Management: Local and Cloud

Whether a Genymotion instance is local (Genymotion Desktop) or in the cloud (Genymotion SaaS), the AI agent takes care of the routing. No more need to remember specific commands or open separate interfaces. Everything is managed from a single place.

Advanced Scenario: Integrating a Genymotion device into a web page

For demonstration or documentation purposes, embedding an Android instance directly into a web page is often necessary. This is typically a task that requires configuration and code generation. Thanks to the Skills, which are aware of our device-web-player SDK, this complexity disappears. You can simply ask: “Create an HTML page with an Android 16 device on the Cloud, using a ‘Dark Mode’ theme for the page.” The Skill will not just execute the command; it will initiate a guided process:

1. Instance Verification: The AI agent ensures that an Android 16 recipe is available and launches it (if necessary) on Genymotion SaaS. 2. Code Generation: It then generates the complete HTML code integrating the pointing to the active instance, applying the requested styles (here, “Dark Mode”). 3. Execution Instruction: The AI agent presents you with the generated HTML page, ready to use, and guides you through the deployment steps.

The ability to generate code and automate complex deployments through simple natural language significantly speeds up development tasks.

Example of a Genymotion Virtual Device integrated in a Web page

Benefits for the User

These Skills translate into concrete and immediate advantages:

We are convinced that this integration will considerably simplify developers’ daily lives.

Installation

Setting up Genymotion Skills is designed to be as seamless as running the agents themselves. Whether you’re a terminal power user or exploring the latest AI coding environments, you can get started in seconds:

npx skills add Genymobile/genymotion-skills

Next Steps

We are actively working on improving our skills to not only allow finer control over Android devices, but also to simplify and accelerate the configuration of your Continuous Integration and Continuous Deployment (CI/CD).