skillify

Codify successful scrape flows into permanent browser-skills with automated tests.

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

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 the most recent successful scrape flows into permanent browser-skills, reducing the time for future scrape calls.

Core Features & Use Cases

  • Automated Script Creation: Converts successful scrape flows into permanent scripts for quick reuse.
  • Test Execution: Automatically runs tests for the new script and fixture.
  • User Confirmation: Asks for user confirmation before committing changes.
  • Use Case: When you want to save a scrape flow for future use, this skill can help you automate the process.

Quick Start

Run the skillify command with the intent to codify the current scrape flow.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I save a successful browser scrape flow for future reuse?

Codifying a successful browser scrape flow converts it into a permanent script for quick reuse. Automated script creation captures the exact actions taken, reducing the time needed for future scrape calls.

What is the process for automating scrape script creation and test execution?

Automating scrape script creation and test execution involves converting successful scrape flows into scripts and automatically running tests for the new script and fixture. This ensures the permanent browser-skill works correctly before committing changes.

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

Yes, codifying scrape flows into permanent browser-skills requires Bash, along with Read, Write, and AskUserQuestion tools. These dependencies support script creation, test execution, and user confirmation before changes are committed.

Can I review and confirm automated scrape script changes before they are committed?

Yes, user confirmation is required before committing changes to the new scrape script. The skill asks for your approval after automated script creation and test execution are complete, ensuring you maintain control over permanent browser-skills.

What's the best way to reduce time for future browser scrape automation calls?

The best way to reduce time for future browser scrape automation calls is to codify successful scrape flows into permanent browser-skills. This eliminates the need to manually repeat the same scrape flow steps each time.

Why should I codify scrape flows instead of running them manually each time?

Codifying scrape flows into permanent browser-skills automates script creation and test execution. This approach saves time on future scrape calls by converting successful manual flows into reusable, tested scripts with user confirmation.