find-clubs

Discover comedy clubs via web search and generate onboarding tasks for new venues.

Updated May 25, 2024
One-click install
npx skills add https://github.com/gioe/laughtrack --skill find-clubs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-clubs
Source: https://github.com/gioe/laughtrack/tree/main/.agents/skills/find-clubs
Command: npx skills add https://github.com/gioe/laughtrack --skill find-clubs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and catalog comedy clubs in a city by comparing against the known clubs database and generating onboarding tasks for new venues.

Core Features & Use Cases

  • Discover clubs in a city via web search and compile a deduplicated list.
  • Fuzzy-match discovered clubs against the known clubs DB to avoid duplicates.
  • Create scraper onboarding tasks for venues not already in the system, including brand considerations and location context.

Quick Start

Ask the user for the city to search, then run web queries for comedy clubs in that city.

Frequently Asked Questions about find-clubs

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

FAQPage Schema
How do I find local comedy clubs via web scraping and avoid duplicates in my database?

Find local comedy clubs by running at least two web-search queries with varied phrasing, then apply fuzzy matching rules to deduplicate results. This verifies discovered venues against your known clubs database to prevent duplicate entries.

What is the best way to onboard new comedy clubs discovered through city search?

Onboard new comedy clubs by comparing city search results against a known clubs dataset using fuzzy matching. After verification, generate scraper onboarding tasks for approved venues that include brand considerations and location context.

How does fuzzy matching work for deduplicating comedy clubs in a city search?

Fuzzy matching for deduplicating comedy clubs compares discovered venue names against known clubs database entries using similarity rules. This prevents duplicate venues by identifying already cataloged clubs despite minor name variations.

Can I generate onboarding tasks for comedy clubs not already in my database?

Yes, you can generate onboarding tasks for comedy clubs not in your database. After discovering clubs via web search and fuzzy matching them against known clubs, the system creates onboarding tasks for any new venues you approve.

Do I need a known clubs database to discover comedy clubs in a new city?

Yes, a known clubs database is required to discover comedy clubs in a new city. The system fetches known clubs from the database to compare against web search results, ensuring discovered venues are verified and deduplicated before onboarding.