taipei-parking-query

Query real-time Taipei City parking availability from the official API.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/tzangms/uparkinlot --skill taipei-parking-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taipei-parking-query
Source: https://github.com/tzangms/uparkinlot/tree/main/.claude/skills/taipei-parking
Command: npx skills add https://github.com/tzangms/uparkinlot --skill taipei-parking-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

Navigating Taipei's busy streets to find parking can be a major source of stress and wasted time. This Skill eliminates the guesswork by providing real-time parking availability, helping you quickly locate open spots and reduce frustration.

Core Features & Use Cases

  • Real-time Availability: Get up-to-the-minute data on available parking spaces for cars, motorcycles, and buses across Taipei City.
  • Location Flexibility: Search by precise coordinates, well-known landmarks (e.g., Taipei 101, Ximending), or even broad districts, with prompts for clarification if needed.
  • Detailed Parking Info: View capacity, current status (available, moderate, full), address, phone number, and payment options for both underground garages and street parking.
  • Use Case: Imagine you're driving to a meeting near Taipei City Hall. Instead of circling blocks, you can ask Claude, "台北市政府附近有停車位嗎?" and instantly get a list of nearby parking lots with available spaces, saving you time and ensuring you arrive punctually.

Quick Start

台北市政府附近有停車位嗎?

Frequently Asked Questions about taipei-parking-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available parking in Taipei in real time?

Real-time parking availability in Taipei is queried from the official city API, which returns current occupancy status, capacity, and location data for cars, motorcycles, and buses across underground garages and street parking. Search by coordinates, landmarks like Taipei 101, or districts to filter results by distance using the Haversine formula.

Can I search for parking by landmark or district in Taipei?

Yes, the Skill accepts coordinates, well-known landmarks (e.g., Taipei City Hall, Ximending), and district names as input. It prompts for clarification if needed, then returns nearby parking lots with available spaces, address, phone, and payment information.

What parking information does the API provide?

The API returns parking lot name, address, occupancy count, current status (available, moderate, full), phone number, and payment options. Data covers both underground and street parking across Taipei City.

Does this work for motorcycles and buses, or only cars?

The Skill supports car, motorcycle, and bus parking queries. You can specify vehicle type when searching, and results are filtered to show availability for your chosen vehicle category.

How does distance-based filtering work when searching for parking?

Distance-based filtering uses the Haversine formula to calculate the shortest geographic distance between your search location (coordinates or landmark) and available parking lots, allowing you to find the closest options efficiently.

What dependencies does this Skill require?

The Skill uses requests for HTTP calls to the Taipei parking API and beautifulsoup4 for parsing responses. Both are Python libraries and must be installed before use.