What problem does it solve? Manually monitoring job boards, prices, news feeds, or GitHub repos is repetitive and easy to forget. This Skill generates a complete automated data collection agent that scrapes public sources on a schedule, scores and summarizes items with a free LLM, and stores results in a database you can review. ## Core Features & Use Cases - Three-Layer Agent 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 biases future scoring using a feedback.json file built from your past accept/reject decisions. - Zero-Cost Scheduling: Ships a GitHub Actions cron workflow that runs the agent for free on public repos and commits updated feedback history automatically. - Use Case: Ask for an agent that monitors Hacker News for AI startup funding news — you get a config-driven Python project that scrapes on a schedule, scores relevance against your profile, and pushes new items to Notion. ## Quick Start Ask the assistant to build a data scraper agent that monitors your chosen source and stores scored results in Notion using this skill.