skillify

Convert successful scrape flows into reusable browser-skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, AskUserQuestion, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of converting successful scrape flows into permanent browser-skills, saving time and effort in repetitive scraping tasks.

Core Features & Use Cases

  • Scrape Flow Codification: Converts successful scrape flows into reusable browser-skills.
  • Quick Activation: Allows for rapid invocation of codified scrape flows for similar intents.
  • User-Friendly Triggers: Triggers include "skillify", "codify this scrape", "save this scrape", and "make this permanent".
  • Test and Commit: Includes a test run before committing the codified skill.

Quick Start

Use the skillify skill to codify the most recent successful /scrape flow into 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 automate scrape flows into reusable scripts?

To codify scrape flows into permanent browser-skills, this automation captures successful scraping operations and converts them into reusable scripts on disk. It tests the flow before committing, ensuring repetitive scraping tasks execute reliably.

What is scrape flow codification for repetitive scraping tasks?

Scrape flow codification converts successful manual scraping operations into permanent, automated browser-skills on disk. This mechanism captures the extraction logic, allowing rapid invocation for repetitive scraping tasks without manual reconfiguration.

How do I save a successful browser scrape operation permanently?

You save a successful browser scrape by triggering commands like "skillify" or "codify this scrape" to convert the flow into a permanent browser-skill. The system executes a test run of the scrape flow before committing the codified script to disk.

Do I need Bash and Write capabilities to codify browser-skills?

Yes, codifying browser-skills requires Bash, Read, Write, and AskUserQuestion capabilities. These dependencies support executing test runs, reading scrape flow data, writing the codified script to disk, and prompting for user confirmation.

Can I test a scrape flow before committing it as a permanent script?

Yes, the codification process executes a test run before committing the scrape flow as a permanent browser-skill. This validation step ensures the automated script reliably replicates the successful scraping operation before saving it to disk.