원클릭으로
fetch-with-browser-fallback
Fetch a URL that blocks web_fetch by falling back to the browser tool
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch a URL that blocks web_fetch by falling back to the browser tool
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | fetch-with-browser-fallback |
| description | Fetch a URL that blocks web_fetch by falling back to the browser tool |
| tags | ["web","fallback","browser"] |
| tools_required | ["browser"] |
When web_fetch returns 403 Forbidden (bot detection) on a URL.
browser(action="start") to launch the browser sessionbrowser(action="navigate", url="<target_url>") to load the pagebrowser(action="snapshot") to extract the page content as an accessibility treebrowser(action="stop") to close the browser sessionweb_fetch returns anti-bot or empty cacheIf web_fetch returns a 200 status but the content is an anti-bot redirect or empty cache:
https://archive.org/wayback/available?url=<target_url>web_fetch and headless Chromium. Use web_search index instead.web_fetch — it will fail again on the same domainweb_search for indexed content.Generate and apply structured code changes to a file
Fix agents that read stale production data instead of classifying direct benchmark prompts — add format detection at top of instructions
Diagnose and fix sub-agent configuration issues in YAML + instruction files that cause timeouts, tool failures, or degraded performance
Fallback persistence paths when primary tools (store_memory, create_note, write_file) are unavailable — memory blocks, task resolution fields, CRM notes, and reporting, in priority order.
Compose and send an email — using native GWS tools (never gog CLI for replies)
Create, advance, and resolve CRM tasks correctly — respecting status transitions, handling retries, and avoiding common API pitfalls.