/install hk-urbtix-events
HK URBTIX Events Skill
Fetches upcoming event data from URBTIX (Hong Kong) and detects changes, filtering out noise.
Tools
queryEvents
Answers natural language questions about URBTIX events by parsing the query, fetching the appropriate batch XML, and returning matching performances. Handles date parsing (HK time), venue/name extraction, and validation.
Parameters:
question(required): Natural language question about events, e.g., "When is Medea showing?", "Where is 美狄亞 on April 8?", "What performances are on 2026-04-10?"force_refresh(optional): If true, ignore cached XML and re-download. Default: false.
Returns: A dictionary with:
answer: Human-readable answer in markdown table format (Time | Event | Venue | Ticket Link) or clarification messagematches: List of matching events (each with event_name_en, event_name_tc, venue, venue_tc, date, time, reference_link)clarification_needed: If unable to match, what additional info is needed
See README.md for full details.
Installation
Place the skill directory under your OpenClaw workspace skills/ and add "hk-urbtix-events" to the desired agent's skills array.
Notes
- Fetches from the official URBTIX cloud distribution endpoint (Tencent COS). The XML includes a
\x3CSYSTEM>URBTIX\x3C/SYSTEM>marker that is verified upon download to ensure authenticity. - Respectful polling: Do not call more than once per hour without
force_refresh. - Caches daily batches in
$OPENCLAW_WORKSPACE/urbtix_cache/to reduce load. - No external dependencies (Python standard library only).
Version
1.0.3 — Improved date filtering (performance-level), markdown table output format with ticket links, expanded stop words (events/event), bug fixes.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hk-urbtix-events - 安装完成后,直接呼叫该 Skill 的名称或使用
/hk-urbtix-events触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hong Kong Urbix Events 是什么?
Fetches and returns detailed Hong Kong URBTIX event performances by parsing natural language questions with date, venue, and event filters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Hong Kong Urbix Events?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hk-urbtix-events」即可一键安装,无需额外配置。
Hong Kong Urbix Events 是免费的吗?
是的,Hong Kong Urbix Events 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hong Kong Urbix Events 支持哪些平台?
Hong Kong Urbix Events 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hong Kong Urbix Events?
由 Steven Ho(@stevenho1394)开发并维护,当前版本 v1.0.3。