Query real-time parking availability in Taipei City. Shows available parking spaces, capacity, status (green/available, orange/moderate, red/full), address, phone, and payment info. Supports underground/multi-level parking and street parking for cars, motorcycles, and buses. Use when user asks about parking availability, finding parking near a location, or checking parking occupancy in Taipei.
Provides real-time parking availability data from Taipei City's official parking API.
Users can query in natural language:
The skill accepts THREE ways to specify location:
Format: longitude, latitude (WGS84)
Example: "121.56375, 25.03754"
Common Taipei landmarks are pre-mapped. See for full list:
For district-level queries, prompt user to specify a more precise location:
User: "信義區有停車位嗎?"
Response: "信義區範圍較大,請選擇具體地點:
1. 台北市政府 (121.56375, 25.03754)
2. 台北 101 (121.5645, 25.0340)
3. 或直接提供座標"
Parse Location:
Execute Query:
python3 .claude/skills/taipei-parking/scripts/find_parking.py \
--lon 121.56375 \
--lat 25.03754 \
--distance 500 \
--vehicle car \
--type both
Format Results: Display top 10-20 parking facilities sorted by availability
--lon (required): Longitude (WGS84)--lat (required): Latitude (WGS84)--distance: Search radius in meters (default: 1000)--vehicle: Vehicle type - car, motor, bus (default: car)--type: Parking type - underground, street, both (default: both)🅿️ Parking near 台北市政府 (within 500m):
1. 市府轉運站地下停車場
📍 Address: 台北市信義區市府路1號
🚗 Available: 45/250 spaces (充裕 - Available)
📞 Phone: (02) 2720-8889
💳 Payment: 現金、信用卡
2. 市民廣場路邊停車
📍 Address: 台北市信義區仁愛路四段
🚗 Available: 2/12 spaces (額滿 - Full)
📞 Phone: N/A
💳 Payment: 停車格繳費
[showing 10 results]
If user doesn't provide location:
To query parking availability, I need a location. Please provide:
1. Coordinates (e.g., "121.56, 25.04")
2. Landmark name (e.g., "台北 101", "西門町")
3. Or ask me to list common locations
If query fails:
If no results returned: