ab03140803
📁 Files changed: 17 📝 Lines changed: 662 • plugin.json • .mcp.json • README.md • analyze.md • compare.md • end.md • extract.md • fill.md • goto.md • restore.md • save.md • scrape.md • screenshot.md • start.md • package.json • browser.ts • mcp.ts
397 B
397 B
description
| description |
|---|
| Scrape content from a webpage |
Scrape and extract content from: $ARGUMENTS
Steps:
- Navigate to the URL using
goto - Wait for the page to load
- Query the page structure to understand the layout
- Extract the relevant content using
queryandevaltools - Return the structured data
Focus on extracting meaningful content (text, links, data) rather than raw HTML.