# Uber India

> 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]".

- Skill: `ankitjh4/uber-india` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ankitjh4/uber-india`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ankitjh4/uber-india/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ankitjh4 (https://skillmd.com/u/ankitjh4)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ankitjh4/uber-india

---


# 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.

