Moai Domain Adb
Moai Domain ADB allows you to automate complex domain management tasks within Moai, streamlining operations and saving valuable time.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add moai-domain-adb npx -- -y @trustedskills/moai-domain-adb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"moai-domain-adb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/moai-domain-adb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The moai-domain-adb skill automates interactions with an Android Debug Bridge (ADB) instance. It allows AI agents to execute shell commands, install and uninstall APKs, and interact with the Android device's file system programmatically. This enables automated testing, configuration, and data manipulation on connected Android devices.
When to use it
- Automated Testing: Run test scripts and verify application functionality without manual intervention.
- Device Configuration: Remotely configure settings like screen brightness, volume, or network preferences.
- Data Extraction/Manipulation: Access and modify files on the Android device for data analysis or backup purposes.
- APK Installation & Removal: Automate the installation and uninstallation of applications for testing or deployment scenarios.
Key capabilities
- Execute ADB shell commands
- Install APKs to connected devices
- Uninstall APKs from connected devices
- Interact with device file system
Example prompts
- "Run
adb shell getprop ro.build.version.release" - "Install the APK located at
/path/to/my_app.apkon the connected device." - “Uninstall the app named 'com.example.myapp'”
Tips & gotchas
- Requires an ADB instance to be running and a device connected. Ensure proper ADB drivers are installed for your device.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.