← Back to Skills Marketplace
patfitzner

Upcoming Concerts

by Pat Fitzner · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
282
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install upcoming-concerts
Description
Search 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: upcoming-concerts Version: 1.0.0 The skill is a standard implementation for querying the Ticketmaster Discovery API. It uses the official endpoint (app.ticketmaster.com), handles the API key via environment variables as required, and uses standard Python libraries (urllib, argparse) for networking and argument parsing without any signs of malicious intent, data exfiltration, or risky execution patterns in events.py or SKILL.md.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install upcoming-concerts
  3. After installation, invoke the skill by name or use /upcoming-concerts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug upcoming-concerts
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Upcoming Concerts?

Search 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 282 downloads so far.

How do I install Upcoming Concerts?

Run "/install upcoming-concerts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Upcoming Concerts free?

Yes, Upcoming Concerts is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Upcoming Concerts support?

Upcoming Concerts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Upcoming Concerts?

It is built and maintained by Pat Fitzner (@patfitzner); the current version is v1.0.0.

💬 Comments