Stats
Actions
Tags
From ruflo-browser
Extract structured data from web pages using browser automation and DOM queries
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-browser:browser-scrapeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract structured data from web pages using browser automation.
Extract structured data from web pages using browser automation.
When you need to gather information from web pages that require JavaScript rendering, authentication, or dynamic content loading.
mcp__claude-flow__browser_open with the target URLmcp__claude-flow__browser_wait for dynamic content to loadmcp__claude-flow__browser_snapshot for structured page contentmcp__claude-flow__browser_get-text with CSS selectorsmcp__claude-flow__browser_eval with JavaScript to extract structured databrowser_click on next/load-more buttons, then repeat extractionmcp__claude-flow__browser_close when donebrowser_snapshot (accessibility tree) over raw HTML for structured extractionbrowser_eval with document.querySelectorAll for bulk extractionbrowser_wait between page loads to avoid timing issuesGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-browser