spider

Installation
SKILL.md

Web Spider

Crawl and analyze websites.

Prerequisites

# curl for fetching
curl --version

# Gemini for analysis
pip install google-generativeai
export GEMINI_API_KEY=your_api_key

# Optional: better HTML parsing
npm install -g puppeteer
pip install beautifulsoup4
Installs
196
GitHub Stars
24
First Seen
Jan 24, 2026
spider — johnlindquist/claude