← 返回 Skills 市场
Upcoming Metal Concerts
作者
Pat Fitzner
· GitHub ↗
· v1.1.0
· MIT-0
286
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install upcoming-metal-concerts - 安装完成后,直接呼叫该 Skill 的名称或使用
/upcoming-metal-concerts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Detect potentially cancelled concerts, simplify output format, conform to ClawHub skill structure
v1.0.0
Initial release
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 Upcoming Metal Concerts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install upcoming-metal-concerts」即可一键安装,无需额外配置。
Upcoming Metal Concerts 是免费的吗?
是的,Upcoming Metal Concerts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Upcoming Metal Concerts 支持哪些平台?
Upcoming Metal Concerts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Upcoming Metal Concerts?
由 Pat Fitzner(@patfitzner)开发并维护,当前版本 v1.1.0。
推荐 Skills