What problem does it solve?
Manual web scraping and copy-pasting public updates is slow, brittle, and hard to keep consistent over time, so this Skill automates collecting public data on a schedule, enriching it with AI, and storing results for review and action.
Core Features & Use Cases
- Scheduled collection: Run scrapers periodically (e.g., via GitHub Actions cron) to monitor public sources like job boards, prices, news, GitHub, and sports.
- AI enrichment with free Gemini: Batch items and enrich each record with LLM-generated scoring, summaries, and notes using Gemini Flash (with model fallback).
- Deduped storage workflows: Deduplicate by URL and sync results into a destination like Notion (with room to extend to Sheets or Supabase).
- Continuous learning from feedback: Record positive/negative user decisions in a JSON file and use it to bias future scoring.
Quick Start
Ask the agent to build a scheduled public-data scraper that collects items from a chosen URL or API, enriches them with Gemini using batch scoring, and writes the deduplicated results into your Notion database.