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:
- 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.
Steps
- Open a recorded session via
browser-record(do not callbrowser_opendirectly). - Wait for content with
browser_waitfor dynamic rendering. - Choose a path:
Related skills
More from ruvnet/ruflo
agent-swarm
Agent skill for swarm - invoke with $agent-swarm
399agent-workflow
Agent skill for workflow - invoke with $agent-workflow
398workflow-automation
>
387agent-arch-system-design
Agent skill for arch-system-design - invoke with $agent-arch-system-design
382security-audit
>
371agent-architecture
Agent skill for architecture - invoke with $agent-architecture
351