Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AutomationMédio

Get a session ID first

porremorses·remorses· v1.0.0 · atualizado em 2026-04-10
76
Score

Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox via playwriter cli. Automate web interactions, take screenshots, inspect accessibility trees, debug & profile web applications. Run `playwriter skill` command to read the complete up to date skill

browser-automationplaywrightweb-scrapingweb-testingautomationweb-interaction
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdplaywriter/workflow
1. Start a new Playwright session using `playwriter session new`.
2. Get the session ID from the output.
3. Use the session ID to execute Playwright code snippets with `playwriter -s <session_id> -e '<playwright_code>'`.
4. For example, navigate to a website: `playwriter -s <session_id> -e "await page.goto('https://example.com')"`.
5. Take a screenshot: `playwriter -s <session_id> -e "await page.screenshot({ path: 'shot.png', scale: 'css' })"`.
6. Inspect accessibility: `playwriter -s <session_id> -e "console.log(await accessibilitySnapshot({ page }))"`.

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 aExcel Automation Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar an8n Workflow Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a企业微信待办事项编辑技能
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Get a session ID first
playwriter
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers6
automate a browser task with Playwrightuse Playwright to interact with a websitetake a screenshot of a webpage using Playwrightrun Playwright code to automate web interactionsscrape data from a website using Playwrightautomate web testing with Playwright

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 playwriter
$ synaptic skills detail playwriter
$ synaptic skills live playwriter

Dependências

playwright

Links

GitHub Repository