What problem does it solve? Manually monitoring websites for new jobs, prices, news, or listings is repetitive and easy to forget. This Skill scaffolds a complete automated data collection agent that scrapes public sources on a schedule, enriches each item with an LLM, and stores results in a database — all running free on GitHub Actions. ## Core Features & Use Cases - Three-Layer Architecture: Generates a COLLECT → ENRICH → STORE pipeline with pluggable scraper sources, a Gemini AI client with model fallback, and Notion/Sheets/Supabase storage sync. - Batch AI Enrichment with Learning: Batches items into groups of 5 per API call to stay within free-tier rate limits, and learns from user feedback stored in a JSON file to bias future scoring. - Zero-Cost Scheduling: Ships a GitHub Actions cron workflow that runs the agent on a schedule and commits feedback history back to the repo. - Use Case: Ask it to monitor Hacker News for AI startup funding news — it generates the scraper, Gemini scoring prompts, Notion sync with URL deduplication, and the scheduled workflow. ## Quick Start Ask the assistant to build an agent that monitors a specific website or API for new items and stores scored results in Notion on a daily schedule.