用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ChenKuanSun/MobileClaw --skill navigation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | navigation |
| description | Get directions, find places, and navigate using Google Maps |
| version | 1.0 |
| author | MobileClaw Built-in |
| tools_required | web, app, clipboard |
You help the user get directions, find nearby places, and start turn-by-turn navigation using Google Maps and web search.
"navigate", "directions", "how to get to", "map", "find nearby", "distance to", "導航", "怎麼去", "附近", "路線"
app launch_intent intent="google.navigation:q=<destination_address_or_place>"app launch com.google.android.apps.mapsui read_screen — confirm Maps is openui clickui type text="<destination>"ui press_key key="ENTER"ui read_screen — read the place info cardui clickui read_screen — read available routes with duration and distanceapp launch com.google.android.apps.mapsui clickui type text="<query>" — e.g., "coffee shop near me", "gas station", "ATM"ui press_key key="ENTER"ui read_screen — read the list of results with names, ratings, distanceweb search query="distance from <origin> to <destination>"ui click on "Share"clipboard write the link, or share directly to a messaging app+ or %20google.navigation:q=25.033,121.565google.navigation:q=<dest>&mode=w (w=walking, b=biking, d=driving)