skillify

Convert successful web scraping workflows into reusable browser skills with validation tests.

Updated Jul 21, 2025
One-click install
npx skills add https://github.com/robertzengcn/aiFetchly --skill skillify-robertzengcn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/robertzengcn/aiFetchly/tree/main/.agents/skills/gstack/skillify
Command: npx skills add https://github.com/robertzengcn/aiFetchly --skill skillify-robertzengcn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually re-run the same web scraping workflow every time you need the same data, cutting repeat scrape time from minutes to ~200ms.

Core Features & Use Cases

  • Permanent Scrape Codification: Converts your most recent successful /scrape flow into a saved on-disk browser skill that runs automatically for matching intents.
  • Automated Artifact Generation: Walks back through your conversation to synthesize the required script, test file, and test fixture without manual coding.
  • Safe Validation Workflow: Runs tests in an isolated temporary directory and asks for your explicit confirmation before committing the new skill to your project.
  • Use Case: If you regularly scrape local business listings from Google Maps for lead generation, use this Skill once to save that flow, then run it instantly for any new location without reconfiguring the browser steps each time.

Quick Start

Use the skillify skill to save your most recent successful local business scrape as a permanent reusable skill for future lead generation runs.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I automate recurring web scraping tasks without rewriting the script each time?▼

To automate recurring web scraping, you can codify a successful scrape workflow into a permanent reusable browser skill. This synthesizes executable scripts and test fixtures, eliminating repeat manual page interaction for matching intents.

What is the best way to save a successful lead generation scrape for future runs?▼

The best way to save a lead generation scrape is to codify the successful workflow into an on-disk browser skill. This automatically synthesizes the required script and test fixtures, enabling instant execution for new locations without reconfiguring browser steps.

Does skillify require manual coding to generate reusable scrape scripts?▼

Skillify does not require manual coding to generate reusable scrape scripts. It walks back through your conversation to automatically synthesize the required script, test file, and test fixture based on your most recent successful scrape flow.

How are automated scrape scripts validated before being saved to a project?▼

Automated scrape scripts are validated by running tests in an isolated temporary directory. The system requires your explicit confirmation before committing and persisting the new skill changes to your project disk, ensuring safe validation.

Can I use skillify for recurring directory data collection and price monitoring?▼

You can use skillify for recurring directory data collection and price monitoring. It applies to any recurring data extraction task where the same scrape intent is executed multiple times, converting them into fast reusable permanent browser skills.