newsletter-events-update-event

Re-scrape event pages via Firecrawl and update event records in the database.

40|13|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/aniketpanjwani/local_media_tools --skill newsletter-events-update-event
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newsletter-events-update-event
Source: https://github.com/aniketpanjwani/local_media_tools/tree/main/skills/newsletter-events-update-event
Command: npx skills add https://github.com/aniketpanjwani/local_media_tools --skill newsletter-events-update-event

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually refresh specific event pages to update event data in the database when details change.

Core Features & Use Cases

  • Targeted Re-scrape: Re-scrape by URL to refresh event details.
  • Multi-Event Support: Updates multiple events from a single page if applicable.
  • Data Integrity: Keeps the database current without deleting past events.

Quick Start

Provide the URL(s) to refresh; the system will re-scrape and update the event data.

Frequently Asked Questions about newsletter-events-update-event

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

FAQPage Schema
How do I refresh event data when details change on a webpage?

Re-scrape the event page URL to refresh event data. The system re-fetches the page, extracts updated event fields (title, date, time, venue, description, price, ticket URL), and updates existing events in the database while preserving past events.

Can I update multiple events from a single page at once?

Yes. The skill handles pages with single or multiple events, updating all events detected on that page in one operation and creating new event records for newly listed entries.

What happens to events that are no longer listed after re-scraping?

Events that have likely passed or are no longer on the page are preserved in the database. The skill maintains data integrity by not deleting historical event records during refresh operations.

Do I need to manually normalize URLs before re-scraping?

No. The skill enforces URL normalization automatically as part of the re-scrape workflow, ensuring consistent lookups against the database before fetching fresh event data.

What event information does the refresh capture?

The skill extracts and updates title, date, time, venue, description, price, and ticket URL from re-scraped pages, storing results in the events table with updated metadata.