206.events Event Lookup

Search 206.events production data for fuzzy event matches with per-dimension scores.

5|Updated May 7, 2024
One-click install
npx skills add https://github.com/prestomation/206events --skill 206-events-event-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 206.events Event Lookup
Source: https://github.com/prestomation/206events/tree/main/skills/event-lookup
Command: npx skills add https://github.com/prestomation/206events --skill 206-events-event-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly determine whether a described event exists in the 206.events published data by performing fuzzy matching against event titles, descriptions, and poster text, returning ranked candidates with per-dimension scores.

Core Features & Use Cases

  • Fuzzy Title Matching: evaluates multiple title strings against event summaries to surface plausible matches.
  • Venue & Date Context: incorporates location and date signals to improve ranking and reduce false positives.
  • Source-Aware Results: presents the underlying source (ripper, recurring, external) for each candidate along with a breakdown of matching factors to guide decisions.

Quick Start

Invoke the event-lookup script with one or more title or venue queries to retrieve ranked candidate events.

Frequently Asked Questions about 206.events Event Lookup

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

FAQPage Schema
How do I find an event in a published index using fuzzy matching?

Fuzzy matching finds events by computing title, venue, date, and organizer scores against live production data, returning ranked candidates with a structured per-dimension breakdown.

How does event ranking work when searching by title and venue?

Event ranking evaluates multiple title strings and incorporates location signals to calculate per-dimension scores, surfacing plausible matches while reducing false positives from the production data.

Can I search for an event using a description instead of an exact title?

Yes, you can search using a description. The tool performs fuzzy matching against event titles, descriptions, and poster text to retrieve ranked candidate events.

What data sources are included in fuzzy event match results?

Fuzzy event match results present the underlying source for each candidate, identifying whether it originates from a ripper, recurring, or external source alongside the matching factors.

How do I determine if a candidate event is an actual match?

You determine an actual match by reviewing the structured per-dimension score breakdown provided for each candidate, allowing you to evaluate title, venue, date, and organizer alignment.

What is the best way to query event data for location and date context?

The best way to query event data is by invoking the lookup with one or more title or venue queries, which incorporates location and date signals to improve ranking.