newsletter-events-research

Extract event data from Instagram, web aggregators, and Facebook URLs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Research collects raw event data from configured sources to seed newsletters, including images for flyers when available.

Core Features & Use Cases

  • Multi-source Research: Instagram, web aggregators, and Facebook URLs support.
  • Data Persistence: Raw data saved to the configured data directory; images stored locally.
  • Feed-Ready: Generates data ready for newsletter writing.

Quick Start

Choose one or more sources to research and run the research skill (Instagram, Web Aggregators, or All).

Frequently Asked Questions about newsletter-events-research

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

FAQPage Schema
How do I scrape event data from Instagram and Facebook for newsletters?

This Skill extracts event data from Instagram, Facebook URLs, and web aggregators, parsing captions, images, and flyer details to generate structured event information ready for newsletter content. Results save to a local SQLite database with raw assets organized in a configured data directory.

Can I automate event research across multiple social media sources?

Yes. The Skill supports multi-source research workflows covering Instagram, web aggregators, and Facebook simultaneously, collecting raw event data in a single operation and storing normalized results in SQLite for centralized access.

How does image extraction from event flyers work in this workflow?

The Skill downloads images from social media posts, analyzes them using Claude to extract event details from flyers, and stores raw images locally while persisting structured event metadata to the database.

What data does this Skill output and where is it stored?

Extracted event data saves to ~/.config/local-media-tools/data/events.db as structured records; raw responses and downloaded images store in ~/.config/local-media-tools/data/raw/ for audit and retrieval.

Does this Skill respect rate limits for social media scraping?

Yes. The Skill adheres to rate-limit requirements across all sources—Instagram, Facebook, and web aggregators—and operates via CLI without requiring curl, enabling scheduled, compliant data collection.

What preprocessing is needed before running event research?

Configure your social media sources and aggregator URLs in advance; the Skill handles CLI-based extraction, image analysis, and storage without additional setup beyond defining input sources.