events
Find what's happening in your city — concerts, comedy, theater, food events, museum exhibitions
What this skill does
# Events Skill
Find real upcoming events in your city across music, comedy, theater, food, and museums.
## Usage
- `/events` - What's happening this week (all categories)
- `/events music` - Music/concerts only
- `/events comedy` - Comedy shows
- `/events comedy this weekend` - Comedy this weekend
- `/events theater` - Theater/broadway shows
- `/events food` - Food events and pop-ups
- `/events museums` - Current museum exhibitions
- `/events all next week` - Everything next week
## Workflow
### Step 0: Setup Check
Read `data/preferences.json`. If `metadata.setup_complete` is false, say:
> "Run `/date-plan setup` first to set your city and preferences!"
### Step 1: Parse Input
Read city from `data/preferences.json`.
Extract from arguments:
- **Category**: music, comedy, theater, food, museums, all (default: all)
- **Timeframe**: "tonight", "this weekend", "this week", "next week", "next 2 weeks" (default: this week)
Convert timeframe to concrete dates:
- "tonight" → today only
- "this weekend" → upcoming Saturday + Sunday
- "this week" → today through Sunday
- "next week" → next Monday through Sunday
- "next 2 weeks" → today + 14 days
### Step 2: Fetch Events by Category
**Music:**
- WebSearch: "concerts {city} this week", "live music {city} this weekend"
- If Ticketmaster API available: `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --city "{city}" --category music --days {N} --format json`
**Theater:**
- WebSearch: "theater shows {city} now playing", "broadway {city} current"
- If Ticketmaster API available: `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --city "{city}" --category theatre --days {N} --format json`
**Comedy:**
- WebSearch: "comedy shows {city} this week", "stand up comedy {city} this weekend"
- Check `data/venues.json` for comedy venues, search each by name: "[venue name] upcoming shows"
**Food Events:**
- WebSearch: "food events {city} this week", "food festival {city} this month", "pop up restaurant {city}"
**Museums:**
- WebSearch: "museum exhibitions {city} now", "art exhibitions {city} current"
- Check `data/venues.json` for museums, search each by name: "[museum name] current exhibitions"
### Step 3: Format and Display Results
Group by category, sorted by date within each:
```
## Music
1. **[Artist/Show Name]** — [Venue Name]
[Day, Date] at [Time] | $XX-XX | [Tickets](url)
2. **[Artist/Show Name]** — [Venue Name]
[Day, Date] at [Time] | $XX-XX | [Tickets](url)
## Comedy
1. **[Show/Comedian]** — [Venue]
[Day, Date] at [Time] | $XX | [Info](url)
## Theater
1. **[Show Name]** — [Venue]
Now through [end date] | $XX-XX | [Tickets](url)
## Food Events
1. **[Event Name]** — [Location]
[Dates] | [Details]
## Museum Exhibitions
1. **[Exhibition Name]** — [Museum]
Through [end date] | [Price/Free] | [Details]
```
If a category has no results:
> No [category] events found for this period.
### Step 4: Offer Next Steps
> **What next?**
> - Turn something into a date plan → `/date-plan`
> - Add a venue to your watchlist → `/venue-watch add [name]`
> - Search for a specific artist → just ask!
## Special Handling
### Artist Search
If user asks about a specific artist (e.g., `/events "Radiohead"`):
- WebSearch: "[artist name] concert {city} 2026"
- If Ticketmaster available: `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --city "{city}" --artist "name" --format json`
### Venue-Specific
If user asks about a specific venue (e.g., `/events metro`):
- Find venue in `data/venues.json`
- If found with Ticketmaster ID: `python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --venue {slug} --days 30 --format json`
- If no Ticketmaster ID: WebSearch "[venue name] upcoming shows schedule"
## Error Handling
- **No API keys**: Use WebSearch for all categories. Note: "Set up a Ticketmaster API key for better music/theater results. See README.md for setup."
- **Not set up yet**: Direct to `/date-plan setup`
- **No events found**: Suggest checking venue websites, WebSearch broader queries
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.