一键导入
android-remote
Remote control and automation for Android devices. Best for testing apps, monitoring notifications, and performing tasks on old phones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Remote control and automation for Android devices. Best for testing apps, monitoring notifications, and performing tasks on old phones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Autonomous web research and content extraction. Best for deep dives into topics, news, and technical documentation.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Read and control I2C and SPI peripherals on supported boards (LicheeRV Nano, MaixCAM, NanoKVM).
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Get current weather and forecasts with verified location matching (no API key required).
| name | android-remote |
| description | Remote control and automation for Android devices. Best for testing apps, monitoring notifications, and performing tasks on old phones. |
| metadata | {"malikclaw":{"emoji":"📱","requires":{"tools":["android_control"]}}} |
Control and automate Android devices via ADB. This skill gives MalikClaw "hands" to interact with mobile apps and notifications.
Use this skill when the user asks for:
android_control with action="screenshot" to see the current screen.android_control to tap, type, or swipe to complete the task.# Capture the notification shade
android_control --action swipe --x1 500 --y1 0 --x2 500 --y2 1000
android_control --action screenshot
# Open URL directly
android_control --action open-url --text "https://malikclaw.vercel.app"
# Tap search bar (assuming coords from prev screenshot)
android_control --action tap --x 200 --y 400
# Type search query
android_control --action type --text "MalikClaw the Edge Champion"