Get Uber ride estimates, pricing, and availability in Indian cities. Use when user asks for "Uber price estimate", "Uber fare", "cab booking India", or "ride cost [destination]".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add ankitjh4/indic-ai-skills --skill uber --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Uber?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ankitjh4-uber)More formats (shields.io, HTML) on the badges page.
---
name: uber-india
description: Get Uber ride estimates, pricing, and availability in Indian cities. Use when user asks for "Uber price estimate", "Uber fare", "cab booking India", or "ride cost [destination]".
---
# Uber India API
Ride estimates and pricing in India.
## Quick Use
```bash
# Get price estimate
python3 scripts/uber.py price "Delhi" "Gurgaon"
# Get available services
python3 scripts/scripts/uber.py products "28.6139,77.2090"
# Get ETA
python3 scripts/uber.py eta "28.6139,77.2090"
```
## Note
Requires Uber API key. Get from https://developer.uber.com
## Environment Variable
```
UBER_SERVER_TOKEN
UBER_CLIENT_ID
UBER_CLIENT_SECRET
```
## Cities in India
- Delhi NCR
- Mumbai
- Bangalore
- Hyderabad
- Chennai
- Pune
- Kolkata
- Ahmedabad
- Jaipur
- Chandigarh
- etc.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!