Taiwan Government Open Data News
Purpose and entry point
Use the existing Codex in-app browser tab on https://data.gov.tw/news. Re-fetch the page for every request because news rows, dates, categories, and pagination are dynamic.
Procedure
- Verify heading
最新消息, the keyword field, and the news table. - Use
關鍵字搜尋and搜尋for a topic. Use the category radio group to narrow to全部,資料集上架公告,資料集下架公告,資料開放最新快訊,地方政府最新快訊,平臺維運公告, or其他. - Verify the selected category and query state, then read the table's publication date, title, category, and
/news/<id>link. Open a news detail only when the user needs the article content. - Use the table sort controls and pagination when the request specifies order or a date window. Do not hard-code current row counts or dates.
- Use
匯出搜尋結果清冊CSV/XML/JSON or訂閱 RSSonly when the user requests an export/feed. Verify the browser download or RSS page before claiming success.
Verification and freshness
- Confirm the current URL, selected radio, table heading/rows, and category label after filtering.
- Report the search term, category, and observation time when summarizing current news.
- Distinguish dataset upload/removal notices from general open-data news; do not infer dataset status from an article title without opening the linked notice when needed.
Safety and limits
- Keep the workflow read-only. Do not submit comments, login, subscribe to a private account, or alter site content.
- RSS and export controls are outbound navigation or inbound download boundaries; use them only for the requested artifact.
Drift maintenance
- Compare the current visible UI, routes, labels, categories, and first-party explanations with this procedure before acting.
- If the category model, table fields, export controls, or RSS route changes, record old behavior, observed behavior, evidence source, and date, then patch this skill only when stable and verified.
- Re-run one category-filter workflow and
quick_validate.pyafter editing. Keep unverified route changes as maintenance gaps.
References
- site-map.md — first-party route map and coverage status.
- search-controls.md — shared search-state and download-boundary conventions.