← スキル一覧に戻る

connect-device
by powdream
Claude Code plugins to boost your development workflow
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: connect-device description: Connect to an Android device over ADB wireless. Use when you need to connect to a device via WiFi.
Connect Device
Connect to an Android device over ADB wireless (TCP/IP).
Instructions
Script location: scripts/connect-device.sh (relative to this skill's
directory)
Before running, locate this skill's directory (where this SKILL.md is located), then execute:
bash <skill-directory>/scripts/connect-device.sh [ip:port]
# or
bash <skill-directory>/scripts/connect-device.sh [ip] [port]
Arguments:
ip:port: IP address and port in format "192.168.1.100:5555"- Or separate arguments:
ipandport(default port: 5555)
JSON Output Schema
Success
{
"success": true,
"message": "Connected to 192.168.1.100:5555",
"ip": "192.168.1.100",
"port": "5555"
}
Request Input (no arguments)
{
"success": true,
"action": "request_input",
"message": "Please provide IP address and port"
}
Failure
{
"success": false,
"error": "Failed to connect to 192.168.1.100:5555",
"hint": "Ensure the device is on the same network and ADB over WiFi is enabled"
}
Claude's Handling
- If JSON has
action: "request_input", useAskUserQuestionto ask for IP and port - Report connection result to user
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です