What is a skill?
A skill is a bundle of markdown reference files with aSKILL.md entry point. When loaded by a compatible agent runtime (such as OpenClaw), the agent reads these files at the start of a session and knows how to call the API correctly — including the parts that are easy to get wrong.
Available skills
OpenClaw · Android control
Give an agent full control of a real Android phone — screenshot, tap, swipe, type, manage apps, and run autonomous tasks on a device.
Mobilerun Assistant · chat
Talk to the Mobilerun virtual assistant over chat — send it a task, stream its reply, and handle the human-in-the-loop question and approval cards it raises.
Requirements
Every skill needs the same two things:- A Mobilerun account at cloud.mobilerun.ai
- An API key from the API Keys page (
dr_sk_...)
How to install a skill
You have two ways to install any Mobilerun skill:Via OpenClaw (recommended)
If you use the OpenClaw agent CLI, install a skill as a plugin — for example the Android-control skill:Direct download (other runtimes)
Every skill is also packaged as a.skill file — a zip archive containing the full set of reference documents — that you can load into any compatible agent runtime. Download links live on each skill’s page:
mobilerun.skill
Android device control
mobilerun-assistant.skill
Virtual assistant chat
.skill file.
Source
The skills are open source and maintained in the droidrun/skills repository. New releases are built automatically on every push tomaster.