Agent skills for web scraping, extraction, screenshots, crawling, and browser automation using the Scrapfly API.
Compatible with Claude Code, Cursor, Cline, Windsurf, and 40+ other agents.
Install all skills:
npx skills add scrapfly/skillsOr install individual skills:
npx skills add scrapfly/skills -s scrapfly-scraper
npx skills add scrapfly/skills -s scrapfly-extraction
npx skills add scrapfly/skills -s scrapfly-screenshot
npx skills add scrapfly/skills -s scrapfly-crawler
npx skills add scrapfly/skills -s scrapfly-browser| Skill | Description |
|---|---|
| scrapfly-scraper | Web scraping with proxy rotation, anti-bot bypass, and JS rendering |
| scrapfly-extraction | Extract structured data from HTML/markdown using LLM prompts, AI models, or templates |
| scrapfly-screenshot | Capture web page screenshots with JS rendering and anti-bot bypass |
| scrapfly-crawler | Crawl entire websites with link discovery, depth control, and data extraction |
| scrapfly-browser | Automate cloud browsers via Playwright with proxy rotation and fingerprinting |
pip install scrapfly-sdkSet your API key:
export SCRAPFLY_API_KEY="your-api-key"Get your API key at scrapfly.io.