skillify

Converts /scrape flows into reusable browser-skills and manages their script files and test cases.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/sobhanashine/nazarato --skill skillify-sobhanashine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/sobhanashine/nazarato/tree/main/.claude/skills/skillify
Command: npx skills add https://github.com/sobhanashine/nazarato --skill skillify-sobhanashine

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 transforms and saves recent successful scrape flows into reusable browser-skills, reducing repetitive manual tasks and enabling quick execution of common scraping processes.

Core Features & Use Cases

  • Scrape Flow Codification: Converts /scrape flows into executable browser-skills.
  • Skill Creation: Automates the creation of script files and test cases for the skills.
  • Test Execution: Executes tests to ensure the functionality of the skill.
  • User Initiation: Can be invoked through various triggers like 'skillify', 'codify this scrape', or 'make this permanent'.

Quick Start

Use the skillify command to save the current scrape flow 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 convert a browser scraping flow into a reusable script?

To convert a browser scraping flow into a reusable script, the Skill transforms recent successful scrape flows into permanent browser-skills, reducing repetitive manual tasks. It codifies the flow into an executable script automatically.

What is the best way to automate repetitive web scraping tasks?

Automating repetitive web scraping tasks is best achieved by saving successful scrape flows as permanent browser-skills. This approach captures your exact extraction steps and re-runs them without manual configuration.

How do I create test cases for my scraping scripts?

To create test cases for scraping scripts, this Skill automates the generation of test files alongside your new browser-skills. It then executes these tests to ensure the codified scraping functionality works correctly.

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

Yes, you need Bash along with Read, Write, and AskUserQuestion tools to codify scrape flows. The Skill requires these dependencies to manage script files, execute tests, and handle user prompts during skill creation.

Can I use this to manage browser automation script files and test cases?

Yes, you can use this to manage browser automation script files and test cases. It converts scrape flows into executable skills and handles the related script files and test execution to verify functionality.