What problem does it solve?
Repeatedly running the same browser scrape flow requires manually driving the page every time, which is slow and inefficient. This Skill eliminates that waste by codifying your last successful scrape into a permanent, reusable script that runs in ~200ms.
Core Features & Use Cases
- Permanent Scrape Scripts: Automatically turns your most recent successful /scrape flow into a permanent on-disk browser skill for future use.
- Automated Test Generation: Synthesizes matching script.ts, script.test.ts, and page fixture files, then runs tests in a temporary directory to verify functionality.
- Safe Commit Workflow: Asks for your explicit confirmation before saving the new skill to your project, so you never accidentally commit broken or unwanted code.
Use Case: If you scrape competitor pricing pages weekly, use this Skill to turn that manual scrape flow into a permanent script that runs in 200ms instead of re-driving the page every time.
Quick Start
Ask your AI to codify your most recent successful scrape of the quarterly sales report page into a permanent, reusable browser skill.