台灣即時停車查詢

傳送定位點或 Google Maps 網址,查詢附近台灣停車場即時空位,附 Apple Maps / Google Maps 一鍵導航連結。支援 Telegram、LINE、iMessage。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "台灣即時停車查詢" with this command: npx skills add harperbot/openclaw-parking-query

parking_query

透過 Telegram 或 iMessage 傳送定位點或 Google Maps 網址,即可查詢附近台灣停車場的即時空位,並附上一鍵導航連結。

功能

  • 即時查詢:顯示附近有空位的停車場 + 即時格位數 + Apple Maps / Google Maps 導航連結
  • 未來查詢(訊息含「明天」、「下午」等時間詞):顯示附近停車場位置 + 導航連結
  • 搜尋半徑:500 公尺,無結果自動擴展至 1 公里
  • 最多回傳 5 筆,依距離排序
  • 覆蓋範圍:全台主要縣市(TDX 有提供資料者)

使用情境

用戶傳送:[定位點]
回覆:
🅿️ 附近 500 公尺 有空位的停車場(Taipei)

1. 信義廣場地下停車場
   空位:41 個 距離:103 公尺
   信義路5段11號地下
   🍎 Apple Maps → https://maps.apple.com/?daddr=...
   🗺 Google Maps → https://www.google.com/maps/dir/...

適用頻道:Telegram、LINE、iMessage(BlueBubbles)、及其他 OpenClaw 支援的頻道

支援輸入格式:

  • Telegram / LINE 定位點(直接取座標)
  • Google Maps 短網址:maps.app.goo.gl/xxx
  • Google Maps 完整網址:google.com/maps/@lat,lon,...

前置需求

1. 申請 TDX 帳號(免費)

前往 https://tdx.transportdata.tw 註冊,取得:

  • Client ID
  • Client Secret

免費方案每月有 API 呼叫次數限制,一般個人使用綽綽有餘。

2. 設定環境變數

在 OpenClaw 的 openclaw.json 中加入:

{
  "env": {
    "vars": {
      "TDX_CLIENT_ID": "your-client-id",
      "TDX_CLIENT_SECRET": "your-client-secret"
    }
  }
}

3. 安裝 Python 套件

pip3 install requests

安裝

# 複製到 OpenClaw skills 目錄
cp -r parking_query ~/.openclaw/skills/

# 重啟 gateway 讓 skill 生效
openclaw restart

使用方式

Agent 會自動判斷模式並呼叫此 skill。也可直接執行:

# 即時查詢(現在要停車)
python3 ~/.openclaw/skills/parking_query/parking_query.py \
  --lat 25.033 --lon 121.565 --mode realtime

# 未來查詢(明天要去的地點)
python3 ~/.openclaw/skills/parking_query/parking_query.py \
  --lat 25.033 --lon 121.565 --mode future

# Google Maps 短網址
python3 ~/.openclaw/skills/parking_query/parking_query.py \
  --url "https://maps.app.goo.gl/xxx" --mode realtime

資料來源

用途APITier
停車場位置(靜態)TDX /api/advanced/v1/Parking/OffStreet/CarPark/NearByAdvanced
即時空位(動態)TDX /api/basic/v1/Parking/OffStreet/ParkingAvailability/City/{City}Basic

快取策略:停車場靜態資料快取 24 小時(減少 API 呼叫),即時空位每次查詢都打 API。

覆蓋縣市

基隆、台北、新北、桃園、新竹市、新竹縣、苗栗、台中、彰化、南投、雲林、嘉義市、嘉義縣、台南、高雄、屏東、宜蘭、花蓮、台東

實際空位資料以 TDX 各縣市介接狀況為準,部分縣市可能無即時資料。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

airoom-ltd-global-finance-data-platform

Automatically logs into a WordPress site and downloads all downloadable files from a specified page with error handling and configurable limits.

Registry SourceRecently Updated
2790Profile unavailable
General

CPBL

Query CPBL 中華職棒 scores schedules live games standings player stats news and Taiwan baseball history for Taiwan users Use when the user asks about CPBL 戰績 賽程...

Registry SourceRecently Updated
2980Profile unavailable
General

liuyuxin - Local Guide

本地通推荐技能 - 利用互联网全域搜索,绕过商业评价平台,挖掘真正受当地人认可的地道去处。支持美食、小吃、酒店、景点、温泉、停车场等多种类型推荐。触发词:本地通推荐、本地人推荐、老字号、地道美食、小众景点、性价比酒店。

Registry SourceRecently Updated
720Profile unavailable
General

Local Guide - Food & Travel

本地通推荐技能 - 利用互联网全域搜索,绕过商业评价平台,挖掘真正受当地人认可的地道去处。支持美食、小吃、酒店、景点、温泉、停车场等多种类型推荐。触发词:本地通推荐、本地人推荐、老字号、地道美食、小众景点、性价比酒店。

Registry SourceRecently Updated
620Profile unavailable