concert-monitor

Compile weekly concert digests from ticket platforms and deliver via email or messaging.

10|2|Updated May 6, 2026
One-click install
npx skills add https://github.com/jcrabapple/hermes-skills --skill concert-monitor-jcrabapple
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: concert-monitor
Source: https://github.com/jcrabapple/hermes-skills/tree/main/concert-monitor
Command: npx skills add https://github.com/jcrabapple/hermes-skills --skill concert-monitor-jcrabapple

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agentmail.

What problem does it solve? Keeping track of upcoming concerts across multiple ticket platforms and venue websites is time-consuming, and shows are easy to miss when listings are scattered across Ticketmaster, StubHub, SeatGeek, and individual club sites. ## Core Features & Use Cases - Multi-platform concert search: Queries Ticketmaster, StubHub, SeatGeek, AXS, and venue-specific sites for each configured metro area. - Configurable metro areas and venues: Define any city and venue list in a YAML config, with optional venue aliases for disambiguation. - Flexible delivery: Sends the digest via email (AgentMail), Telegram, Discord, or saves it to a local file, and supports weekly cron scheduling. - Use Case: You live in Washington, DC and want a Monday-morning email listing every show at 9:30 Club, The Anthem, and Black Cat for the next two weeks, grouped by date with prices and links. ## Quick Start Load the concert-monitor skill, read the config.yaml for my metro areas and venues, and run the weekly concert digest.

Frequently Asked Questions about concert-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a weekly concert digest for my city?▼

Copy config.example.yaml to config.yaml, add your metro areas and venues, and set a delivery method such as email or Telegram. Then schedule a weekly cron run, for example every Monday at 9am, to generate and send the digest automatically.

What ticket platforms does concert search cover?▼

The search strategy covers Ticketmaster, StubHub, SeatGeek, AXS, and venue-direct websites. Each venue in the config is also searched individually, which catches smaller clubs that do not list on major platforms.

Can I send the concert digest to Telegram or Discord instead of email?▼

Yes, the delivery section of config.yaml supports email, Telegram, Discord, and local file output. Set the method field and provide the matching target, such as a Telegram chat ID or a Discord channel ID.

Why is my concert digest missing shows from small venues?▼

Smaller clubs often do not list events on major ticket platforms, so platform-only searches miss them. Add those venues explicitly to your config so their individual websites are searched directly.

How do I avoid duplicate or incorrect concert listings?▼

The workflow deduplicates results across platforms and sorts by date. Use venue aliases in the config for disambiguation, since many cities have similarly named venues, and only confirmed dates from actual search results are included.