What problem does it solve?
Repeating the same browser scraping workflow wastes time and tokens. Every time you need to extract data from a website, you manually drive the browser, wait for pages to load, and repeat the same clicks and extractions. This Skill turns that one-time manual effort into a permanent, reusable script that runs in milliseconds.
Core Features & Use Cases
- Permanent Scrape Scripts: Converts a successful manual scrape into a TypeScript script with tests and fixtures.
- Fast Re-execution: Future scrapes with the same intent run in ~200ms instead of re-driving the browser.
- Test-Driven Workflow: Synthesizes script.ts, script.test.ts, and fixtures, then runs tests in a temp directory before committing.
- Use Case: You just manually scraped product prices from a competitor site. Use this Skill to save that workflow as a permanent script so you can re-run it anytime with a single command.
Quick Start
Use the skillify skill to codify your most recent successful scrape into a permanent browser skill.