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 upcoming shows, concerts, gigs, or events in a city or for an artist.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "upcoming-concerts" with this command: npx skills add patfitzner/upcoming-concerts

Upcoming Events

Search for upcoming concerts and live music events worldwide via the Ticketmaster Discovery API.

Usage

python3 {baseDir}/events.py --city "Valencia" --country ES

Command Options

  • --city (optional): City name (e.g. "Valencia", "Berlin", "New York")
  • --country (optional): ISO 3166-1 alpha-2 country code (e.g. ES, DE, US, GB)
  • --artist (optional): Filter by artist/keyword in event name
  • --genre (optional): Genre filter (e.g. "Metal", "Rock", "Jazz", "Pop")
  • --from (optional): Start date in YYYY-MM-DD format (default: today)
  • --to (optional): End date in YYYY-MM-DD format (default: 1 year from today)
  • --size (optional): Max number of results (default: 50, max: 200)

Examples

# All upcoming concerts in Valencia, Spain
python3 {baseDir}/events.py --city "Valencia" --country ES

# Metal shows in Germany
python3 {baseDir}/events.py --country DE --genre "Metal"

# Specific artist events worldwide
python3 {baseDir}/events.py --artist "Metallica"

# Rock concerts in London this summer
python3 {baseDir}/events.py --city "London" --country GB --genre "Rock" --from 2026-06-01 --to 2026-08-31

Output

The script prints a JSON array to stdout. Each entry contains:

  • date: Event date (YYYY-MM-DD)
  • name: Event name
  • artists: List of performing artist names
  • venue: Venue name
  • city: City name
  • country: Country code
  • genre: Genre/subgenre if available
  • url: Ticketmaster event URL

Present the results to the user as a readable table sorted by date.

Setup

The user needs a free Ticketmaster API key:

  1. Sign up at https://developer.ticketmaster.com/
  2. Copy the Consumer Key from the dashboard
  3. Set it: export TICKETMASTER_API_KEY="your_key_here"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Novel Workshop

多模型命题小说创作工坊。用户给出写作命题,自动完成:AI 写初稿 → 三路并行审阅(逻辑/文学/锐评)→ AI 改稿 → 飞书文档完整存档。 一键启动,全程自动,零手动干预。支持飞书实时进度推送。 触发词:命题写作、写一篇小说、命题小说、创作工坊、novel workshop

Registry SourceRecently Updated
General

Openclaw Commerce Shopify

Shopify store management through OpenClaw Commerce API

Registry SourceRecently Updated
General

Article Extract

提取微信公众号、博客、新闻等网页的正文内容,绕过反爬机制,纯文本输出。

Registry SourceRecently Updated
General

Compensation & Salary Benchmarking

Build competitive compensation plans using market data, salary bands, equity, bonuses, geographic pay adjustments, and retention risk scoring.

Registry SourceRecently Updated
68901kalin