adopt-scraper

Automates comedy club scraper onboarding from venue research to platform selection and migration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardized, repeatable onboarding for new comedy-club scrapers: research the venue, identify the best ticketing platform, and configure or migrate to the correct scraper to keep data flowing and ensure maintainable integrations.

Core Features & Use Cases

  • Stepwise onboarding workflow: research venue, identify ticketing platform, create or migrate scraper, and verify data.
  • Website-first decision model: always prefer scraping from the club's own site and use aggregators only when necessary, to keep traffic and data quality high.
  • Lifecycle guidance for manual and automated tasks: Step 0 through Step 5 handling discovery, migration, and verification across club and production-company contexts.

Quick Start

Run /adopt-scraper <club name> to start onboarding a venue's scraper.

Frequently Asked Questions about adopt-scraper

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

FAQPage Schema
How do I onboard a web scraper for a new comedy club venue?

Onboarding a comedy club scraper involves researching the venue, identifying its ticketing platform, creating or migrating to the correct scraper, and verifying data with stepwise checks.

What is the best way to choose a ticketing platform scraper for a venue?

The website-first decision model prefers scraping the club's own site and uses aggregators only when necessary, ensuring high traffic and data quality for venue ticketing platform selection.

How do I migrate to a new scraper when a venue changes ticketing platforms?

Scraper migration is handled through a stepwise onboarding workflow that logs decisions via migrations, covering discovery, platform selection, migration creation, and data verification for the new ticketing platform.

Does the scraper onboarding workflow support both clubs and production companies?

The scraper onboarding workflow supports both club and production-company contexts, handling discovery, migration creation, and verification across manual and automated lifecycle tasks.

What happens if the automated scraper configuration fails data verification?

The workflow applies stepwise checks and fallbacks during data verification, logging decisions via migrations to ensure maintainable integrations and validate data integrity for the scraper.