A toolkit for web data extraction and search intent analysis. Includes patterns for handling lazy-loaded content and LLM prompts for classifying search keywords.
npx skills add https://github.com/kennyzir/7deer_skills --skill data-scraper-intent
This skill provides reusable patterns and prompts for two common SEO/data tasks:
resources/scraping_patterns.md: A guide with code snippets on how to handle common web scraping challenges using Playwright/Puppeteer.resources/intent_prompts.md: Ready-to-use LLM prompts for classifying search keywords.Review resources/scraping_patterns.md when you need to extract data from:
loading="lazy", IntersectionObserver).<Image> component (srcset, blur placeholders).Copy the prompts from resources/intent_prompts.md and use them with your LLM of choice (GPT-4, DeepSeek, Claude) to classify keywords from Google Trends, SEMrush, or Ahrefs.
Take kennyzir/data-scraper-intent from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.