一键导入
uber-price-check
Check Uber ride prices for a destination. Use when user says "how much is an Uber to...", "check ride prices", "Uber price check", etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check Uber ride prices for a destination. Use when user says "how much is an Uber to...", "check ride prices", "Uber price check", etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute user instructions on the phone via ClawPaw MCP tools. Use when a user wants to do something on the phone — send a message, open an app, tap something, take a screenshot, etc.
Guide users through ClawPaw Android setup — installing the APK, granting permissions, connecting SSH tunnel, and verifying the full LLM-to-phone control chain. Use when a user wants to set up ClawPaw, install the app, connect a new phone, or troubleshoot connection issues.
Check, install, and activate ADBKeyboard for full Unicode/Chinese/emoji text input
Location check-in with auto photo, geocoding, weather, and a generated caption
End-of-day report with trajectory timeline, dwell-time stats, and notification summary
打开飞书并完成考勤打卡(上班/下班),支持迟到补卡。用户说"帮我打卡"、"飞书签到"时使用。
| name | uber-price-check |
| description | Check Uber ride prices for a destination. Use when user says "how much is an Uber to...", "check ride prices", "Uber price check", etc. |
| disable-model-invocation | true |
Check ride prices on Uber for a given destination. Uber has no consumer API — pricing can only be seen through the app.
Use snapshot throughout. Avoid screenshot unless snapshot returns no useful elements.
com.ubercab (Uber) or com.ubercab.eats (Uber Eats)
Note: If Uber is not installed, inform the user. Check with list_apps first.
shell → monkey -p com.ubercab -c android.intent.category.LAUNCHER 1
snapshot — confirm Uber is open and logged in. If a login/signup screen appears, inform the user and stop.
snapshot — the home screen typically shows "Where to?" / "去哪里?" input fieldtap the destination input fieldtype_text with the destination from $ARGUMENTS or as specified by the usersnapshot — wait for autocomplete suggestions to appeartap the most relevant suggestion from the listAfter selecting a destination, Uber shows available ride types with prices.
snapshot — read the ride options panel. Look for:
swipe up on the ride options panel to see morePresent a clear price comparison:
Uber prices to [Destination]:
| Ride Type | Price | Arrival | Trip Time |
|---------------|------------|---------|-----------|
| UberX | $12-15 | 3 min | 18 min |
| Uber Comfort | $16-20 | 5 min | 18 min |
| UberXL | $20-25 | 8 min | 18 min |
| Uber Black | $30-38 | 6 min | 18 min |
Ask if the user wants to book a ride.
snapshot — find the desired ride type and tap to select ittap Confirmsnapshot — verify the ride is confirmed (shows driver matching screen)com.lyft.android) or other ride-hailing apps available on the device