← Back to Skills Marketplace
214
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ticketmaster
Description
Search Ticketmaster events, venues, and attractions with Discovery API filters, market-aware queries, and copy-ready curl and shell helpers.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ticketmaster - After installation, invoke the skill by name or use
/ticketmaster - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Added Discovery API workflows, venue filters, and a local shell helper for faster event lookups.
Metadata
Frequently Asked Questions
What is TicketMaster?
Search Ticketmaster events, venues, and attractions with Discovery API filters, market-aware queries, and copy-ready curl and shell helpers. It is an AI Agent Skill for Claude Code / OpenClaw, with 214 downloads so far.
How do I install TicketMaster?
Run "/install ticketmaster" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TicketMaster free?
Yes, TicketMaster is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TicketMaster support?
TicketMaster is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created TicketMaster?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills