← 返回
未分类 中文

Hong Kong Urbix Events

Fetches and returns detailed Hong Kong URBTIX event performances by parsing natural language questions with date, venue, and event filters.
解析自然语言提问(日期、场馆、活动筛选),返回香港URBTIX演出详细信息。
stevenho1394 stevenho1394 来源
未分类 clawhub v1.0.3 2 版本 100000 Key: 无需
★ 0
Stars
📥 433
下载
💾 0
安装
2
版本
#latest

概述

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 message
  • matches: 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 URBTIX 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.

版本历史

共 2 个版本

  • v1.0.3 当前
    2026-05-03 07:38 安全 安全
  • v1.0.0
    2026-03-31 18:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube Live Broadcast Checking

stevenho1394
使用YouTube Data API v3 与 Google API 密钥检查并管理 YouTube 频道,获取其即将安排的直播信息。
★ 0 📥 698
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 455 📥 228,990
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,663