By mobai-app
Control Android and iOS devices, emulators, and simulators through MobAI HTTP API
npx claudepluginhub mobai-app/mobai-marketplace --plugin mobaiControl Android and iOS mobile devices through the MobAI HTTP API. Use this skill when the user asks to interact with mobile devices, take screenshots, tap elements, type text, swipe, launch apps, or automate mobile tasks.
(PREFERRED) Execute native UI automation tasks on mobile devices using DSL batch execution. Use this skill FIRST when user asks to test apps, tap elements, verify screens, automate, or interact with devices. Works with native apps like Settings, Mail, Instagram AND browser chrome UI (address bar, tabs, nav buttons) using accessibility tree and element predicates.
Execute web automation tasks on mobile browsers and WebViews using DSL batch execution. Use when you need CSS selectors, JavaScript execution, or DOM manipulation. Try native-runner first for simple taps/types. NOT for browser chrome UI (address bar, tabs, nav buttons are native).
Official plugin marketplace for MobAI - AI-powered mobile device automation. This repository contains Claude Code plugins for controlling Android and iOS devices.
| Plugin | Description |
|---|---|
| mobai | Control Android/iOS devices, emulators, and simulators |
# From GitHub
/plugin marketplace add MobAI-App/mobai-marketplace
# Or from local clone
git clone https://github.com/MobAI-App/mobai-marketplace.git
/plugin marketplace add ./mobai-marketplace
/plugin install mobai@mobai-marketplace
Download and install Claude Code CLI.
Download MobAI and ensure it's running (provides HTTP API on port 8686).
/plugin marketplace add MobAI-App/mobai-marketplace
/plugin install mobai@mobai-marketplace
Connect an Android/iOS device via USB, or start an emulator/simulator.
/devices # List connected devices
/screenshot ABC123 # Take a screenshot
/agent ABC123 Open Settings and enable WiFi
mobai-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── mobai/ # MobAI device control plugin
│ ├── .claude-plugin/
│ ├── commands/
│ ├── skills/
│ └── mcp/
├── LICENSE
└── README.md
This marketplace is for Claude Code. For other AI tools (Cursor, Windsurf, Cline), use the standalone MCP server:
We welcome contributions! To add a new plugin:
plugins/your-plugin-name/.claude-plugin/marketplace.jsonApache 2.0 - see LICENSE for details.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders