← 返回 Skills 市场
ivangdavila

TicketMaster

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
214
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ticketmaster
功能描述
Search Ticketmaster events, venues, and attractions with Discovery API filters, market-aware queries, and copy-ready curl and shell helpers.
安全使用建议
This skill appears internally consistent and low-risk for its stated purpose, but consider these practical points before installing: - Protect your TM_API_KEY: the API requires apikey as a query parameter (and the script uses it). Query parameters can leak into logs, shell history, process lists, or HTTP referrers. Avoid running example commands verbatim on shared machines and do not paste the key into chat or screenshots. Revoke the key if you suspect it was exposed. - Local memory folder: the skill uses ~/ticketmaster/ for saved defaults and logs. It declares it won't persist the API key, but you should inspect any files you create there and avoid saving secrets into those files. - Source provenance: the package lists a homepage but the registry source is 'unknown'. If you require stronger assurance, verify the skill bundle came from a trusted publisher or inspect the files yourself before enabling. - Platform behavior: ensure your agent platform does not leak environment variables or copy skill files to shared locations. The script itself only issues GETs to Ticketmaster and prints JSON, so operational risk is limited if you follow the above precautions.
功能分析
Type: OpenClaw Skill Name: ticketmaster Version: 1.0.0 The TicketMaster skill is a legitimate tool designed to interface with the official Ticketmaster Discovery API for searching events, venues, and attractions. The included bash script (ticketmaster.sh) safely wraps curl commands using environment variables for authentication, and the documentation (SKILL.md, setup.md) provides clear security boundaries, such as restricting file access to a local directory (~/ticketmaster/) and explicitly forbidding purchase automation.
能力评估
Purpose & Capability
Name/description match required binaries (curl), the single credential (TM_API_KEY), and a local config directory (~ /ticketmaster). The included shell helper and docs are proportional to a search/lookup skill.
Instruction Scope
SKILL.md and the bundled ticketmaster.sh stay inside the Discovery API surface and reference only the TM_API_KEY env var and ~/ticketmaster/ files. Note: examples pass the API key as an apikey query parameter (the documented API behavior) — this is consistent but can expose the key in process lists, command-line history, logs, or referrers if not handled carefully.
Install Mechanism
No install spec is provided (instruction-only with a bundled helper script). That lowers install-time risk because nothing is downloaded or executed during install.
Credentials
Only TM_API_KEY is required as a credential and the declared config path is a local working directory. There are no unrelated secrets or extra service credentials requested.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill persistence. The helper writes only to stdout/stderr and memory is local to ~/ticketmaster/ per the docs; the skill explicitly states it will not store TM_API_KEY in memory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ticketmaster
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ticketmaster 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Added Discovery API workflows, venue filters, and a local shell helper for faster event lookups.
元数据
Slug ticketmaster
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TicketMaster 是什么?

Search Ticketmaster events, venues, and attractions with Discovery API filters, market-aware queries, and copy-ready curl and shell helpers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 214 次。

如何安装 TicketMaster?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ticketmaster」即可一键安装,无需额外配置。

TicketMaster 是免费的吗?

是的,TicketMaster 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TicketMaster 支持哪些平台?

TicketMaster 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 TicketMaster?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论