git404hub

what is genymotion-skills fr?

genymobile/genymotion-skills — explained in plain English

Analysis updated 2026-07-31 · repo last pushed 2026-03-17

5HTMLAudience · developerComplexity · 2/5MaintainedSetup · easy

tl;dr

Instruction files that teach AI assistants like Claude Code and Cursor how to manage Genymotion Android virtual devices, so the AI can launch emulators and install apps accurately.

vibe map

mindmap
  root((repo))
    What it does
      Teaches AI Android device control
      Cloud and desktop device skills
      Step by step workflows
    Tech stack
      HTML instruction files
      gmsaas cloud tool
      gmtool desktop tool
    Use cases
      Launch and stop emulators
      Install APKs on devices
      Run tests in CI pipelines
    Audience
      Android developers
      CI/CD teams
      AI assistant users
    Setup
      Copy files to project
      Add config reference
      Cloud only for CI

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask your AI assistant to launch an Android cloud instance and install an APK for testing.

VIBE 2

Have the AI spin up a cloud device in CI/CD, run automated tests, and tear it down.

VIBE 3

Instruct the AI to flash a device archive or deploy an app to a desktop Android emulator.

VIBE 4

Embed a cloud-based Android device directly into a web page using AI guidance.

what's the stack?

HTMLgmsaasgmtool

how it stacks up fr

genymobile/genymotion-skillsczmanix/pebble-color-optimizerdylanx32/build-a-boat-script-2026
Stars555
LanguageHTMLHTMLHTML
Last pushed2026-03-17
MaintenanceMaintained
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires copying skill files into your project and adding a reference line to your AI assistant's config file.

The license for this repository is not specified in the provided explanation.

in plain english

Genymotion-skills gives AI coding assistants like Claude Code, GitHub Copilot, Cursor, and Android Studio's Gemini the know-how to manage Genymotion's Android virtual devices. Instead of the AI guessing how to launch an Android emulator or install an app, these "skill" files provide step-by-step instructions it can follow precisely. The repo provides structured instruction files that tell the AI exactly what to do when you ask it to handle Android virtual devices. When you say something like "launch an Android device" or "install this APK," the assistant loads the relevant skill and follows the documented workflow rather than improvising. The skills cover both Genymotion's cloud-based devices (managed through a tool called gmsaas) and its desktop application (managed through gmtool), including tasks like starting and stopping instances, installing apps, running ADB commands, and embedding cloud devices in web pages. This is useful for developers and teams who work with Android emulators and want their AI assistant to handle device management for them. For example, if you're running automated tests in CI/CD pipelines using GitHub Actions, Jenkins, or Bitrise, you could ask the AI to spin up a cloud Android instance, run your tests, and tear it down. The skill walks the AI through the full sequence: authenticate, start the instance, connect, run tests, stop the instance. It also helps with local development scenarios like flashing a device archive or deploying an APK to a desktop emulator. Installation varies by AI client, but the general pattern is the same: copy the skill files into your project, then add a short reference in your assistant's configuration file so it knows when to load the skill. The repo includes ready-made setup instructions for Claude Code, GitHub Copilot in VS Code, Android Studio's Gemini, and Cursor. One notable tradeoff is that CI/CD integration only works with the cloud SaaS version, not the desktop product.

prompts (copy fr)

prompt 1
I have Genymotion skills installed. Launch a cloud Android device, install my app-debug.apk, and then stop the instance when done.
prompt 2
Using the Genymotion skill, help me set up a GitHub Actions workflow that starts a cloud Android instance, runs instrumentation tests, and tears it down.
prompt 3
Follow the Genymotion desktop skill to connect to my local emulator, deploy my APK, and run an ADB logcat command.
prompt 4
Read the Genymotion skills and embed a cloud Android device into my web page using the instance ID I provide.

Frequently asked questions

what is genymotion-skills fr?

Instruction files that teach AI assistants like Claude Code and Cursor how to manage Genymotion Android virtual devices, so the AI can launch emulators and install apps accurately.

What language is genymotion-skills written in?

Mainly HTML. The stack also includes HTML, gmsaas, gmtool.

Is genymotion-skills actively maintained?

Maintained — commit in last 6 months (last push 2026-03-17).

What license does genymotion-skills use?

The license for this repository is not specified in the provided explanation.

How hard is genymotion-skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is genymotion-skills for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.