← Back to Skills Marketplace
patfitzner

Upcoming Metal Concerts

by Pat Fitzner · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
286
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install upcoming-metal-concerts
Description
Collect upcoming metal concerts and festivals by country using concerts-metal.com. Use when the user asks about upcoming metal shows, gigs, or festivals.
Usage Guidance
This skill appears to do exactly what it says: it scrapes concerts-metal.com and stores results in data/concerts.json. Before installing, be aware it will (1) perform outbound HTTP requests to concerts-metal.com (your machine/IP will contact that site), (2) create skill-config.json (default country ES) and write data under the skill's directory, and (3) rely on HTML structure of the target site (scraping may break if the site changes). No credentials are requested. If you want to restrict network access or inspect output, run the script manually first and review skill-config.json and data/concerts.json.
Capability Analysis
Type: OpenClaw Skill Name: upcoming-metal-concerts Version: 1.1.0 The skill is a straightforward web scraper for metal concert data from concerts-metal.com. It uses standard Python libraries (urllib, re, json) to fetch and parse HTML, stores configuration and results in local files (skill-config.json, data/concerts.json), and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included Python script and instructions. The only required binary is python3 and the script fetches pages from concerts-metal.com as advertised.
Instruction Scope
SKILL.md instructs running the provided script, creating skill-config.json, and writing data to data/concerts.json. The runtime instructions and script only read/write files under the skill base directory and perform HTTP GETs to concerts-metal.com; they do not reference unrelated system files, env vars, or other endpoints.
Install Mechanism
No install spec — instruction-only with a bundled Python script. Nothing is downloaded from arbitrary URLs and no packages are installed automatically.
Credentials
No environment variables, credentials, or external tokens are requested. File read/write is limited to skill-config.json and data/concerts.json under the skill directory.
Persistence & Privilege
always is false. The skill will create its own config and data files in its base directory (normal). It does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install upcoming-metal-concerts
  3. After installation, invoke the skill by name or use /upcoming-metal-concerts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Detect potentially cancelled concerts, simplify output format, conform to ClawHub skill structure
v1.0.0
Initial release
Metadata
Slug upcoming-metal-concerts
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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

How do I install Upcoming Metal Concerts?

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

Is Upcoming Metal Concerts free?

Yes, Upcoming Metal Concerts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Upcoming Metal Concerts support?

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

Who created Upcoming Metal Concerts?

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

💬 Comments