ワンクリックで
browser-scrape
Navigate to web pages and capture rendered content including screenshots for dynamic sites
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Navigate to web pages and capture rendered content including screenshots for dynamic sites
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Core discovery skill - find any capability with a single keyword
Make HTTP requests to REST APIs using curl-like methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS)
Explore project structure and locate files using glob patterns and directory listing
Transcribir reuniones en tiempo real y generar informes gerenciales con decisiones, action items y próximos pasos
Execute shell commands safely with error handling, timeouts, and output validation
Complete management of cron jobs with cron expressions. Create, list, update, pause, resume, delete, trigger, and view history. Use for reminders, automated reports, periodic checks.
| name | browser_scrape |
| description | Navigate to web pages and capture rendered content including screenshots for dynamic sites |
| version | 1.0.0 |
| author | Hive Team |
| icon | 📸 |
| category | web |
| permissions | ["browser_control"] |
| dependencies | [] |
| tools | ["browser_navigate","browser_screenshot","web_fetch"] |
| triggers | ["capturá el contenido","scrape content","obtené la página renderizada","get rendered page","sitios dinámicos","dynamic sites","web con javascript","javascript websites","tomá screenshot y contenido","screenshot and content"] |
| preferred_agents | [] |
| steps | [{"step":1,"action":"browser_navigate","instruction":"Navigate to URL and wait for full page load including JavaScript rendering","params":{"url":"target URL"},"output":"page_loaded"},{"step":2,"action":"browser_screenshot","instruction":"Take screenshot to capture visual state of rendered page","output":"screenshot"},{"step":3,"action":"web_fetch","instruction":"Extract text content from rendered page as markdown","output":"extracted_content"},{"step":4,"action":"synthesize","instruction":"Combine screenshot and text content for comprehensive capture","output":"scraped_data"}] |
| rules | ["Wait for full page load including JavaScript-rendered content","Take screenshot before extracting text to capture initial state","For infinite scroll pages, scroll down and capture multiple screenshots","Respect website terms of service — no aggressive scraping","Store both screenshot and text for complete record"] |
| output_format | {"structure":"markdown","sections":["url","screenshot_path","extracted_content","timestamp"],"max_length":"Full content extraction"} |
| examples | [{"user_input":"capturá el contenido de https://example.com/dashboard","expected_behavior":"browser_navigate → wait for JS render → browser_screenshot → browser_fetch → return both"},{"user_input":"obtené la página renderizada de la app","expected_behavior":"Navigate → wait for SPA to load → screenshot + fetch content"},{"user_input":"scrapeá este sitio con javascript","expected_behavior":"Full browser render → capture visual and text content"}] |
Esta skill se activa para sitios web dinámicos que requieren JavaScript rendering, donde el contenido no está disponible en HTML estático.
| Tool | Qué hace | Cuándo usarla |
|---|---|---|
browser_navigate | Navega y renderiza página completa | Sitios con JavaScript/SPA |
browser_screenshot | Captura estado visual | Evidencia de contenido renderizado |
web_fetch | Extrae texto como markdown | Contenido textual de página renderizada |
browser_navigate({ url }) + esperar renderizado JSbrowser_screenshot()web_fetch()