Official marketplace for MobAI Claude Code plugins
npx claudepluginhub mobai-app/mobai-marketplaceControl Android and iOS devices, emulators, and simulators through MobAI HTTP API
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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.