← 返回 Skills 市场
patfitzner

Upcoming Concerts

作者 Pat Fitzner · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
282
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install upcoming-concerts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /upcoming-concerts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug upcoming-concerts
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。

如何安装 Upcoming Concerts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install upcoming-concerts」即可一键安装,无需额外配置。

Upcoming Concerts 是免费的吗?

是的,Upcoming Concerts 完全免费(开源免费),可自由下载、安装和使用。

Upcoming Concerts 支持哪些平台?

Upcoming Concerts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Upcoming Concerts?

由 Pat Fitzner(@patfitzner)开发并维护,当前版本 v1.0.0。

💬 留言讨论