What problem does it solve?
This Skill provides a secure, self-contained browser tool to fetch web pages and extract structured data using named macros, ensuring no raw HTML reaches the agent and wrapping outputs in a security boundary to prevent prompt injection.
Core Features & Use Cases
- MCP surface with two tools:
browser_search for single-step fetch+extract and browser_execute for multi-step plans, both returning security-wrapped data.
- Rich extraction macros including: title, text, links, headings, tables, forms, meta, audio sources, markdown, structured, and smart.
- SSRF-safe controlled fetch for API calls, with domain allowlists and strict blocking of dangerous endpoints.
- Chrome CDP integration behind a feature flag for rendering dynamic pages when available.
Quick Start
Use browser_search with a URL and macro to fetch and securely extract data.