Indic-ai-skills 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]".

install
source · Clone the upstream repo
git clone https://github.com/ankitjh4/indic-ai-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ankitjh4/indic-ai-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/uber" ~/.claude/skills/ankitjh4-indic-ai-skills-uber-india && rm -rf "$T"
manifest: skills/uber/SKILL.md
source content

Uber India API

Ride estimates and pricing in India.

Quick Use

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