From 5921c0e597804c7c8199c7cd687b60b9670cc08f Mon Sep 17 00:00:00 2001 From: "rasul.osmanbayli" Date: Tue, 25 Aug 2026 14:58:05 +0400 Subject: [PATCH 1/2] docs: add the mobile-harness agent skill section Co-Authored-By: Claude Fable 5 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5f84e4e2..37864b86 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,16 @@ Use the framework when you want full local control of the agent runtime. Use [Mo | Cloud Phone (Hosted) | Instantly available cloud-hosted phone | Scalable hosted automation | | Physical Phone (Hosted) | Real hardware with stronger identity characteristics | Workflows that need high device authenticity and trust | +## 🧩 Agent Skill + +Give Claude Code, Codex, or another coding agent direct control of Android and iOS devices with the [mobile-harness](https://github.com/droidrun/mobile-harness) skill: + +```bash +npx skills add droidrun/mobile-harness +``` + +The skill teaches the agent to drive local devices (ADB, Portal, iOS Simulator) and Mobilerun Cloud phones through `mobilerun-core`. + ## 🎬 Demo Videos ### Book accommodation from a prompt From d55eef2ddcc00d8e08e4bd0d835ef08835aa6922 Mon Sep 17 00:00:00 2001 From: "rasul.osmanbayli" Date: Tue, 25 Aug 2026 15:03:55 +0400 Subject: [PATCH 2/2] docs: use the agent setup prompt for the mobile-harness skill Co-Authored-By: Claude Fable 5 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37864b86..8ba8c04f 100644 --- a/README.md +++ b/README.md @@ -173,13 +173,15 @@ Use the framework when you want full local control of the agent runtime. Use [Mo ## 🧩 Agent Skill -Give Claude Code, Codex, or another coding agent direct control of Android and iOS devices with the [mobile-harness](https://github.com/droidrun/mobile-harness) skill: +Give Claude Code, Codex, or another coding agent direct control of Android and iOS devices with the [mobile-harness](https://github.com/droidrun/mobile-harness) skill. Copy paste it into your agent: -```bash -npx skills add droidrun/mobile-harness +```text +Set up https://github.com/droidrun/mobile-harness for me. + +Read `install.md` and follow the steps to install `mobile-harness`. ``` -The skill teaches the agent to drive local devices (ADB, Portal, iOS Simulator) and Mobilerun Cloud phones through `mobilerun-core`. +The skill teaches the agent to drive local devices (ADB, Portal, iOS Simulator) and Mobilerun Cloud phones. ## 🎬 Demo Videos