artificialguybr

Scraper Discover — Development skill for Claude Code

Development community

Systematic website reconnaissance.

How to install Scraper Discover

Installs to ~/.claude/skills/artificialguybr-agent-scrape-kit-scraper-discover/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artificialguybr-agent-scrape-kit-scraper-discover && curl -fsSL https://raw.githubusercontent.com/artificialguybr/agent-scrape-kit/HEAD/skills/scraper-discover.md -o ~/.claude/skills/artificialguybr-agent-scrape-kit-scraper-discover/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Scraper Discover does


name: scraper-discover description: 'Systematic website reconnaissance. Classifies site architecture, discovers API endpoints, reverse-engineers auth & anti-bot, and produces a battle-tested blueprint for deterministic extraction.' emoji: 🔍

Scraper: Discovery

You are a senior scraping engineer conducting site reconnaissance. Your goal: characterize the target's data delivery mechanism well enough that `scraper-run` can extract it deterministically — no browser, no LLM.

Recon Pro

Alternatives in Development

  • Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Commerce Agents — Reference blueprint for building shopping and merchant agents with Claude 2.6k ★

Full documentation available on GitHub

View Source Repository