Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AutomationAvançado

Stealth Browser

porchangeflowhq·changeflowhq· v1.0.0 · atualizado em 2026-04-11
78
Score

Invisible Chrome automation for web scraping via CDP. Use when WebFetch fails or gets blocked (403, 429, Cloudflare, bot protection, JS-rendered pages). Launches your real Chrome install completely hidden, sends commands via Chrome DevTools Protocol. Sites see a normal browser with real extensions - no detectable automation. Learns which domains block and skips straight to stealth on future requests. Also handles form filling, clicking, screenshots, and scraping dynamic content.

web-scrapingbrowser-automationheadless-chromecdpstealthdynamic-contentweb-fetch
Linguagens
JavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdstealth-browser/workflow
1. Determine if stealth-browser is needed (based on previous failures or website characteristics).
2. Read `LEARNED.md` to apply domain-specific rules.
3. Launch a hidden Chrome instance using `stealth-browser open <url> --hidden` or fetch content using `stealth-browser read <url>`.
4. Interact with the page using `agent-browser` commands via CDP (e.g., click, fill, scroll).
5. Extract data or take screenshots as needed.
6. Close the Chrome instance using `stealth-browser close` when finished.
7. Append any new learnings to `LEARNED.md`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aGitHub Project Management
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aOmarchy Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar a ←TuriX-Mac Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Automating macOS Apps (Apple Events, AppleScript, JXA)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Stealth Browser
stealth-browser
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
scrape website with stealth browserfetch data from a website that blocks botsautomate chrome invisiblyuse stealth browser to bypass bot detectionread a website that requires javascript renderingopen a website in a hidden chrome instancetake a screenshot of a website using cdpfill out a form on a website using stealth browser

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download stealth-browser
$ synaptic skills detail stealth-browser
$ synaptic skills live stealth-browser

Dependências

agent-browser

Links

GitHub Repository