/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hk-urbtix-events - After installation, invoke the skill by name or use
/hk-urbtix-events - Provide required inputs per the skill's parameter spec and get structured output
What is Hong Kong Urbix Events?
Fetches and returns detailed Hong Kong URBTIX event performances by parsing natural language questions with date, venue, and event filters. It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Hong Kong Urbix Events?
Run "/install hk-urbtix-events" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hong Kong Urbix Events free?
Yes, Hong Kong Urbix Events is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hong Kong Urbix Events support?
Hong Kong Urbix Events is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hong Kong Urbix Events?
It is built and maintained by Steven Ho (@stevenho1394); the current version is v1.0.3.