skillify

Codify the latest successful /scrape flow into a reusable browser-skill with generated artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify the most recent successful /scrape flow into a permanent, reusable browser-skill on disk, ensuring repeatability and faster future runs.

Core Features & Use Cases

  • Codify the latest successful /scrape into a standalone skill with generated artifacts (script.ts, script.test.ts, fixture) and optional references.
  • Validate and test the codified skill in a temporary environment before committing.
  • Automatically update surrounding project ownership with logs and optional telemetry when configured.

Quick Start

Run the /skillify command on a recent successful scrape to generate and store a permanent browser-skill on disk.

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 into a reusable browser automation script?

You can codify a successful scrape flow into a permanent browser-skill on disk. This process generates reusable artifacts like a TypeScript script and test file, ensuring repeatability for future scraping workflows across sites.

What files are generated when converting a scrape flow into a reusable skill?

Converting a scrape flow generates a script.ts for execution, a script.test.ts for validation, and a fixture file. These artifacts are stored on disk alongside a SKILL.md file to support end-to-end reuse.

Can I validate a codified scraping workflow before adding it to my project?

Yes, you can validate and test the codified skill in a temporary environment before committing. This ensures the generated script and test files run correctly before being permanently stored on disk.

How do I automate repetitive web scraping tasks across different sites?

You can automate repetitive scraping by codifying your most recent successful scrape into a standalone browser-skill. This stores the generated scripts and fixtures on disk for faster future runs across similar sites.

Does skillify require any specific dependencies to store browser skills?

No external dependencies are required to use skillify. It relies on generated artifacts and a structured SKILL.md frontmatter containing a name and description to store and support the browser-skill on disk.

Why should I codify a web scrape into a permanent skill instead of rerunning it manually?

Codifying a web scrape into a permanent skill ensures repeatability and faster future runs. It stores the scraping logic as generated TypeScript scripts and fixtures on disk, eliminating the need to recreate the scrape flow.