Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use when scraping web pages, automating browser interactions, crawling sites for content, or extracting data from rendered JavaScript pages
| Tool | Purpose | When to choose |
|---|---|---|
| Playwright | Cross-browser automation (Chromium, Firefox, WebKit) | JS-rendered pages, screenshots, complex interactions |
| Puppeteer | Chrome/Firefox automation via DevTools Protocol | Chrome-specific automation, familiar API |
| Scrapy | Production-grade Python crawling framework | Large-scale structured crawling with pipelines |
| Crawlee | Node.js crawling with anti-blocking built in | Sites with bot detection, proxy rotation needed |
| Katana | Fast Go-based URL discovery crawler | Endpoint discovery, reconnaissance, speed |
node -e "
const { chromium } = require('playwright');
(async () => {
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill web-crawlingHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.