skillify

Codify the latest /scrape flow into a reusable browser skill on disk.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/abhishekmmgn/didactic-invention --skill skillify-abhishekmmgn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/abhishekmmgn/didactic-invention/tree/main/.agents/skills/gstack/skillify
Command: npx skills add https://github.com/abhishekmmgn/didactic-invention --skill skillify-abhishekmmgn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. This enables re-use and faster automation of recurring scraping tasks.

Core Features & Use Cases

  • Codifies the latest scrape into a reusable browser skill on disk.
  • Supports executing deterministic steps via a stored script and a test fixture.
  • Use case: automate repeatable scrapes by turning them into ready-to-run skills.

Quick Start

Run the codify operation to lock in the current scrape as a permanent browser skill.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a browser scrape into a reusable automation workflow?

To turn a browser scrape into a reusable automation workflow, you codify the recent successful scrape flow into a permanent browser-skill on disk. This locks the operational steps into a ready-to-run script for repeated execution.

What is a browser-skill and how does it help with recurring scraping tasks?

A browser-skill is a codified on-disk script generated from a successful scrape flow, ensuring recurring scraping tasks execute deterministically. It includes YAML frontmatter with triggers and allowed-tools to load operational steps upon activation.

How do I codify a scrape flow to run deterministic steps automatically?

You codify a scrape flow by running a codify operation that saves the latest successful scrape as a permanent browser-skill. This generates a stored script and test fixture to execute deterministic steps automatically.

Does codifying a scrape require dependencies to store the automation script?

Codifying a scrape requires no external dependencies to store the automation script. It writes the browser-skill directly to disk, embedding the YAML frontmatter needed to define triggers and allowed-tools for activation.

What metadata is included when I codify a scrape into a browser-skill?

When you codify a scrape into a browser-skill, the metadata includes YAML frontmatter with name, version, description, allowed-tools, and triggers. This ensures the operational steps load correctly during activation.

Can I use the codified browser-skill for other repeated browser automation tasks?

You can use the codified browser-skill for repeated browser automation tasks that follow the exact same scrape flow. It applies specifically to deterministic scraping environments rather than dynamic, ad-hoc browsing.