Upcoming Concerts
v1.0.0Search for upcoming concerts and live music events by city, country, artist, or genre using the Ticketmaster Discovery API. Use when the user asks about upco...
⭐ 0· 219·0 current·0 all-time
byPat Fitzner@patfitzner
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description ask for Ticketmaster lookups and the skill requires python3 and a TICKETMASTER_API_KEY — both expected and sufficient for the stated purpose. The included events.py implements queries against Ticketmaster's discovery endpoint.
Instruction Scope
SKILL.md instructs running the bundled Python script with search parameters. The script only reads the declared TICKETMASTER_API_KEY environment variable, calls the Ticketmaster API, and prints JSON to stdout — it does not read unrelated files, other env vars, or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only skill plus a single Python script), so nothing is downloaded or installed from untrusted URLs. Required binary is only python3.
Credentials
Only one environment variable is required: TICKETMASTER_API_KEY, which is the proper credential for this API. No other secrets, tokens, or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It runs as an on-demand script and does not modify other skills or global agent configuration.
Assessment
This skill appears to do exactly what it says: it needs a Ticketmaster API key, performs HTTP queries to Ticketmaster, and prints event data. Before installing, be aware that: (1) you must provide your Ticketmaster API key (keep it private); (2) the skill will make outbound network requests to app.ticketmaster.com; (3) outputs are printed to stdout — avoid pasting logs that contain your API key. If you want extra assurance, review events.py yourself (it's short and readable). If you ever suspect the key was exposed, revoke/regenerate it in your Ticketmaster developer dashboard.Like a lobster shell, security has layers — review code before you run it.
latestvk97cjt7mb2tda98tan10p2fkwn82ga4n
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎸 Clawdis
Binspython3
EnvTICKETMASTER_API_KEY
Primary envTICKETMASTER_API_KEY
