browser-act-skill-forge

Convert user-described extraction needs into deployable SKILL.md and Python script packages.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill browser-act-skill-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-act-skill-forge
Source: https://github.com/browser-act/skills/tree/main/browser-act-skill-forge
Command: npx skills add https://github.com/browser-act/skills --skill browser-act-skill-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Forges reusable Skill packages that automate exploring a website to understand its APIs, DOM paths, and data flows, then packages them into ready-to-use SKILL.md and Python scripts for reuse.

Core Features & Use Cases

  • Automates discovery of API endpoints, DOM paths, and data extraction logic to create deploy-ready Skills.
  • Produces reusable Skill packages (SKILL.md + scripts) from website exploration so users can reuse strategies for multiple sites without re-exploration.
  • Use Case: Create a Skill for a new site by exploring once and reusing across dozens to thousands of extractions or actions.

Quick Start

Forge a Skill package for a target site by running the forge workflow to generate reusable SKILL.md and Python scripts that encapsulate the exploration and execution plan.

Frequently Asked Questions about browser-act-skill-forge

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

FAQPage Schema
How do I automate API discovery and data extraction for multiple websites?

Automate API discovery and data extraction by exploring a target website once to map its APIs and DOM paths, then packaging that logic into reusable Python scripts for large-volume extractions across multiple sites.

How can I create reusable web scraping scripts without exploring a site manually each time?

Create reusable web scraping scripts by automating website exploration to capture API endpoints and DOM paths, deploying a self-contained SKILL.md package that encapsulates the execution plan for repeated use.

Does this automation approach handle website exploration failures during skill generation?

Website exploration failures during skill generation are handled through a plan-first, iterative approach that ensures generated SKILL.md and Python scripts feature clear failure handling and remain verifiable in your local environment.

What is the best way to package site operation logic for large-volume extractions?

The best way to package site operation logic for large-volume extractions is converting user-described data needs into deployable skill packages containing self-contained Python scripts that encapsulate the discovered APIs and DOM paths.

Can I use generated skill packages to perform operations across different websites?

Generated skill packages can perform operations across different websites because the forge workflow produces reusable SKILL.md and Python scripts that generalize the exploration and execution plan for site API discovery and data extraction.

Why should I forge skill packages instead of writing individual scraping scripts?

Forge skill packages instead of individual scraping scripts to avoid re-exploration, encapsulating APIs and DOM paths into reusable strategies that apply across dozens to thousands of extractions or actions with on-demand assets.