browser-extract

Installation
SKILL.md

Browser Extract

Pull structured data out of a web page. Replaces the older browser-scrape skill with three new guarantees:

  1. The session is a recorded RVF container (composes browser-record).
  2. Successful extractions persist as browser-templates for reuse.
  3. Every string passes AIDefence before AgentDB store and before flowing back to the model.

When to use

  • Extracting text, table data, or attribute values from rendered web pages.
  • Building a reusable template for a recurring scrape pattern.
  • Re-running a known template against a new URL on the same host.

Steps

  1. Open a recorded session via browser-record (do not call browser_open directly).
  2. Wait for content with browser_wait for dynamic rendering.
  3. Choose a path:
Related skills
Installs
92
Repository
ruvnet/ruflo
GitHub Stars
50.2K
First Seen
10 days ago