Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

mobile-debug-tools

verified

Cross-platform Mobile-MCP tools for device interaction, screenshots, touch simulation, and UI inspection. Works with iOS Simulator and Android Emulator for any mobile app (Flutter, native, React Native).

View on GitHub

Marketplace

ccx-arsenal

xmgrex/ccx-arsenal

Plugin

pdca-debug-suite

development

Repository

xmgrex/ccx-arsenal

plugins/pdca-debug-suite/skills/mobile-debug-tools/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/xmgrex/ccx-arsenal/blob/main/plugins/pdca-debug-suite/skills/mobile-debug-tools/SKILL.md -a claude-code --skill mobile-debug-tools

Installation paths:

Claude
.claude/skills/mobile-debug-tools/
Powered by add-skill CLI

Instructions

# Mobile Debug Tools

クロスプラットフォーム対応のMobile-MCPツールリファレンス。iOS Simulator、Android Emulatorで動作。

## Device & App Management

| Tool | Purpose |
|------|---------|
| `mcp__mobile-mcp__mobile_list_available_devices` | 利用可能なデバイスを一覧表示 |
| `mcp__mobile-mcp__mobile_list_apps` | インストール済みアプリを一覧表示 |
| `mcp__mobile-mcp__mobile_launch_app` | バンドルIDでアプリを起動 |
| `mcp__mobile-mcp__mobile_terminate_app` | 実行中のアプリを終了 |
| `mcp__mobile-mcp__mobile_install_app` | パスからアプリをインストール |
| `mcp__mobile-mcp__mobile_uninstall_app` | アプリをアンインストール |

## Screen Capture

| Tool | Purpose |
|------|---------|
| `mcp__mobile-mcp__mobile_take_screenshot` | スクリーンショット取得(base64) |
| `mcp__mobile-mcp__mobile_save_screenshot` | スクリーンショットをファイル保存 |
| `mcp__mobile-mcp__mobile_get_screen_size` | 画面サイズを取得 |

## Touch Interaction

| Tool | Purpose |
|------|---------|
| `mcp__mobile-mcp__mobile_click_on_screen_at_coordinates` | 指定座標をタップ |
| `mcp__mobile-mcp__mobile_double_tap_on_screen` | ダブルタップ |
| `mcp__mobile-mcp__mobile_long_press_on_screen_at_coordinates` | 長押し |
| `mcp__mobile-mcp__mobile_swipe_on_screen` | スワイプ操作 |

## UI Inspection

| Tool | Purpose |
|------|---------|
| `mcp__mobile-mcp__mobile_list_elements_on_screen` | 画面上のUI要素を一覧表示 |

## Input & Navigation

| Tool | Purpose |
|------|---------|
| `mcp__mobile-mcp__mobile_type_keys` | テキスト入力 |
| `mcp__mobile-mcp__mobile_press_button` | ハードウェアボタン押下(Back, Home等) |
| `mcp__mobile-mcp__mobile_open_url` | URLを開く(ディープリンクテスト) |

## Device Settings

| Tool | Purpose |
|------|---------|
| `mcp__mobile-mcp__mobile_set_orientation` | 画面の向きを設定 |
| `mcp__mobile-mcp__mobile_get_orientation` | 現在の向きを取得 |

---

## Typical Workflows

### Visual Bug Investigation

```
1. mobile_take_screenshot           # 現状確認
2. mobile_list_elements_on_screen   # UI要素の位置特定
3. mobile_click_on_screen_at_coordinates  # 操作実行
4. mobile_take_screenshot           # 結果確認
```

### Form Input Testing

```
1. mobile_list_elements_on_screen   # 入力フィールド位置特定
2. mobile_click_on_screen_at_coordinates  # 

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2618 chars