skillify

Codify scrape flows into reusable browser-skills for future data extraction.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Manzueti/cyberdart --skill skillify-manzueti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/Manzueti/cyberdart/tree/main/skillify
Command: npx skills add https://github.com/Manzueti/cyberdart --skill skillify-manzueti

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps codify and save scrape flows into permanent browser-skills, allowing for faster and more efficient future scraping tasks.

Core Features & Use Cases

  • Scrape Flow Codification: Automates the process of converting scrape flows into reusable browser-skills.
  • Permanent Skill Creation: Saves the codified scrape flow as a permanent skill for future use.
  • Use Case: When you need to scrape data from a website and want to save the process for future reuse, you can use this Skill to automate and save the scrape flow.

Quick Start

Run the /skillify command with the URL of the page you want to scrape.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I save a web scraping flow for repetitive data extraction?

To save a web scraping flow for repetitive data extraction, you can codify the process into a permanent browser-skill. This converts the specific navigation and data collection steps into a reusable automation script for efficient future scraping.

What's the best way to automate repetitive web scraping tasks?

The best way to automate repetitive web scraping tasks is to codify the scrape flow into a permanent browser-skill. This approach captures the extraction logic once and saves it as a reusable component, eliminating the need to manually repeat the collection process.

How do I create a permanent browser-skill from a scrape flow?

You create a permanent browser-skill from a scrape flow by running the codification process with the target page URL. The system uses Bash, Read, and Write tools to capture the extraction logic and save it as a reusable script component.

Do I need Bash to codify scrape flows into reusable browser-skills?

Yes, you need Bash along with Read, Write, and AskUserQuestion tools to codify scrape flows into reusable browser-skills. These dependencies are required to execute the automation, capture the flow logic, and save the permanent script.

Can I convert website data extraction steps into a permanent skill?

Yes, you can convert website data extraction steps into a permanent skill. The codification process takes your scrape flow and saves it as a reusable browser-skill, allowing you to run the same data extraction automation efficiently in the future.

When should I codify scrape flows instead of running one-time extraction scripts?

You should codify scrape flows into permanent browser-skills when a web scraping task requires repetitive data collection. Converting the flow into a reusable skill provides faster and more efficient future scraping compared to rebuilding one-time extraction scripts.