plugins/new-taipei-open-data-list/skills/new-taipei-open-data-list/SKILL.md
This skill should be used when the user asks to "查詢新北市開放資料", "列出新北市資料集", "新北開放資料有哪些", or wants to browse or filter New Taipei City Open Data datasets by category.
npx skillsauth add 0yukali0/my-skills new-taipei-open-data-listInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Parameter | Required | Description |
|-----------|----------|-------------|
| category | No | 主題分類名稱,例如 交通、環境、教育;不填則回傳全部資料集 |
當使用者要查詢新北市開放資料集清單時,依序執行以下步驟:
從使用者的描述中判斷:
category:主題分類名稱(可選,不填則輸出全部)使用 Bash tool 在 plugins/new-taipei-open-data-list/skills/new-taipei-open-data-list/ 目錄下執行:
不帶主題(回傳全部):
uv sync --locked && source .venv/bin/activate && flyte run --local ../../commands/new_taipei_open_data_list.py new_taipei_open_data_list
帶主題篩選:
uv sync --locked && source .venv/bin/activate && flyte run --local ../../commands/new_taipei_open_data_list.py new_taipei_open_data_list --category "交通"
告知使用者查詢到的資料集清單,說明資料集總數及主題(若有篩選)。
development
This skill should be used when the user wants to visualize data from URLs (CSV or JSON) using interactive charts. Claude fetches the data, analyzes the columns and content, decides the best chart type, generates a Gradio gr.HTML app with Plotly, and verifies the result with Playwright.
development
This skill should be used when the user asks to "查詢台北市/新北市開放資料", "列出台北市/新北市資料集", "台北開放資料有哪些", or wants to browse or filter Taipei/New Taipei Open Data datasets by category.
development
This skill should be used when the user asks to "create a mindmap", "generate a mindmap", "draw a mindmap", or wants to visualize structured information as a mindmap diagram.
data-ai
Download a Roboflow COCO dataset and train a Faster RCNN object detection model with PyTorch Lightning, returning model.pt if accuracy meets the requirement.