upcoming-metal-concerts

Collect upcoming metal concerts and festivals by country using concerts-metal.com. Use when the user asks about upcoming metal shows, gigs, or festivals.

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-metal-concerts" with this command: npx skills add patfitzner/upcoming-metal-concerts

Upcoming Metal Concerts

Collect upcoming metal concerts and festivals worldwide via concerts-metal.com.

First run

On first run, skill-config.json is created with default settings. The default country is Spain (ES). Tell the user this and ask them which country they'd like to use. To see all supported country codes, run:

python3 {baseDir}/scripts/events.py --list-countries

Then update country in {baseDir}/skill-config.json to the user's chosen code before collecting.

Usage

Run the collector to scrape and accumulate concert data into data/concerts.json:

python3 {baseDir}/scripts/events.py

The --country flag overrides the config for a single run without changing it:

python3 {baseDir}/scripts/events.py --country DE

Re-running merges new concerts without duplicates and flags previously-seen future concerts that disappear from the source as potentially cancelled. Each record contains date, artists, venue, city, url, discovered_at, and status ("active" or "cancelled").

Changing settings

All settings live in {baseDir}/skill-config.json:

{
  "country": "ES",
  "concert_days": 200
}
KeyWhat it doesHow to change
countryISO country code to scrape.Set to any code from --list-countries (e.g. "DE", "US", "GB").
concert_daysHow many days ahead to look for concerts.Set to any positive integer (e.g. 90 for ~3 months, 365 for a year).

When the user asks to change their country or lookahead window, edit the relevant key in {baseDir}/skill-config.json directly.

Data files

All data lives in data/ (gitignored):

  • concerts.json — accumulated concert records

Notes

  • No API key required. Data is sourced from concerts-metal.com broadcast pages.
  • Coverage is excellent for metal, punk, hardcore, and adjacent genres across 50+ countries.

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

low-carbon-medicine

低碳生活方式医学咨询。当用户提到低碳饮食、生酮饮食、减肥控糖、糖尿病逆转、代谢综合征、胰岛素抵抗时触发。

Registry SourceRecently Updated
General

x0x-api-smoketest-1777556197822

Scratch skill used to validate CI API publish flow before merge.

Registry SourceRecently Updated
General

java-circular-dependency-breaker

Break circular dependencies in Java multi-module Gradle/Maven projects using interface extraction and business service separation. Triggers: 'circular depend...

Registry SourceRecently Updated
General

Options Trading Brain

Professional options trading intelligence system. Monitors whale flow (Unusual Whales), counts Elliott Waves, analyzes Bollinger Bands, multi-timeframe trend...

Registry SourceRecently Updated