browser-extract
Originally fromruvnet/ruflo
Installation
SKILL.md
Browser Extract
Pull structured data out of a web page. Replaces the older browser-scrape skill with three new guarantees:
- The session is a recorded RVF container (composes
browser-record). - Successful extractions persist as
browser-templatesfor reuse. - 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.