What problem does it solve?
Speed up repeated browser scraping by converting the most recent successful scrape workflow into a permanent, intent-specific skill stored on disk. Instead of re-driving the page each time, future runs reuse the codified script and execute in roughly 200ms.
Core Features & Use Cases
- Codifies a successful scrape flow: Walks back through the prior conversation to synthesize a durable script implementation, its corresponding tests, and a fixture for stable runs.
- Verifies before committing: Runs the generated tests in a temporary directory, then asks for confirmation before writing changes to the repo.
- Makes future scraping fast: Replays future /scrape calls with the same intent by directly running the stored script, avoiding slow browser navigation.
- Designed triggers: Use when asked to "skillify", "codify", "save this scrape", or "make this permanent" to persist an extraction capability (gstack).
Quick Start
Run the skill by asking it to "make this scrape permanent" after you complete a successful scrape flow.