vmos-cloud

Automate cloud Android device provisioning and management via the VMOS Cloud REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill vmos-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vmos-cloud
Source: https://github.com/mlamla123/openclaw-starter-kit/tree/main/skills/vmos-cloud
Command: npx skills add https://github.com/mlamla123/openclaw-starter-kit --skill vmos-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

VMOS Cloud provides cloud-hosted Android devices with real device fingerprints to enable testing, automation, and account provisioning without the need for physical hardware.

Core Features & Use Cases

  • Real device fingerprints and anti-detection capabilities for apps that detect emulators.
  • Root access, proxy/VPN, ADB, GPS spoofing, and SIM simulation for comprehensive end-to-end testing.
  • Batch operations and REST API integration for scalable device management in QA, automation, and onboarding workflows.

Quick Start

Configure the VMOS Cloud API key and base URL, then use the vmos-api.sh wrapper to manage instances via the appropriate endpoints.

Frequently Asked Questions about vmos-cloud

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

FAQPage Schema
How do I automate cloud Android devices for mobile app testing?

To automate cloud Android devices for testing, this Skill uses the VMOS Cloud REST API to provision and manage instances. It handles instance lifecycle, app management, and ADB access via shell scripts to execute end-to-end testing workflows.

What is a cloud Android device with a real device fingerprint?

A cloud Android device with a real device fingerprint is a remote hardware instance that bypasses emulator detection. It provides root access, GPS spoofing, and SIM simulation to ensure anti-detection during testing and account provisioning.

Do I need curl and jq to manage VMOS Cloud instances via API?

Yes, you need curl and jq to manage VMOS Cloud instances via API. Curl handles HTTP requests to the REST endpoints, while jq parses the JSON responses for instance lifecycle, app management, and network identity data.

Can I use ADB access and GPS spoofing for cloud Android automation?

Yes, you can use ADB access and GPS spoofing for cloud Android automation. The VMOS Cloud API supports endpoints for ADB access and network identity configuration, enabling comprehensive end-to-end testing on remote devices.

What is the best way to run batch operations on cloud Android devices?

The best way to run batch operations on cloud Android devices is through REST API integration. This Skill automates scalable device management using the vmos-api.sh wrapper, executing instance lifecycle and app management commands across multiple remote instances.