skillify

Codify the latest /scrape flow into a permanent browser-skill with script.ts, test, and fixture.

Updated May 11, 2026
One-click install
npx skills add https://github.com/wodeh/gstack-kimi --skill skillify-wodeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/wodeh/gstack-kimi/tree/main/skillify
Command: npx skills add https://github.com/wodeh/gstack-kimi --skill skillify-wodeh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codifies the most recent successful /scrape flow into a permanent on-disk browser-skill. Future /scrape calls with the same intent run the codified script in ~200ms instead of re-driving the page.

Core Features & Use Cases

  • Synthesizes script.ts + script.test.ts + fixture from the latest scrape.
  • Runs the test in a temporary directory and prompts before committing.
  • Enables quick reuse of the scrape flow for future tasks by invoking the codified skill.

Quick Start

Ask to skillify the latest scrape to create a permanent on-disk browser-skill and reuse it for future scrapes.

Frequently Asked Questions about skillify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a web scrape flow into a reusable automation script?

You can codify a successful scrape flow into a permanent on-disk browser-skill by synthesizing a script, test file, and fixture from your latest conversation. It runs the test in a temporary directory and prompts you before committing the final reusable automation script.

How does codifying a scrape workflow improve browser automation speed?

Codifying a scrape workflow creates a permanent on-disk script that executes the exact intent in approximately 200ms. This bypasses the standard browser automation process of re-driving the page, significantly increasing reuse speed.

Can I generate a test fixture and script from a previous scrape conversation?

Yes, you can generate a test fixture and script by walking back through your conversation history. The system synthesizes a TypeScript script, test file, and fixture from the latest successful scrape flow to validate the automation before committing.

Does the skillify process run tests before saving the browser-skill?

Yes, the skillify process runs tests before saving the browser-skill. It executes the synthesized script and test file in a temporary directory and prompts you for confirmation before permanently committing the browser-skill to disk.