/ Diretório / Playground / playwright-bot-bypass
● Comunidade greekr4 ⚡ Instantâneo

playwright-bot-bypass

por greekr4 · greekr4/playwright-bot-bypass

Excluded from FreeMCPLab — anti-detection / ToS-violating tooling.

This skill advertises bypassing bot-detection systems (Google CAPTCHA, etc.). Per FreeMCPLab safety rules (STANDARDS.md 'Safety rules' → 'EXCLUDE always' and the v2.0 guide brief's explicit bypass/crack filter), reverse-engineering and anti-detection tooling is not catalogued. No guide content is provided.

Demo ao vivo

Como fica na prática

pronto

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "playwright-bot-bypass-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "playwright-bot-bypass-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/greekr4/playwright-bot-bypass",
        "~/.claude/skills/playwright-bot-bypass"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "playwright-bot-bypass-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/greekr4/playwright-bot-bypass",
          "~/.claude/skills/playwright-bot-bypass"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add playwright-bot-bypass-skill -- git clone https://github.com/greekr4/playwright-bot-bypass ~/.claude/skills/playwright-bot-bypass

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Segurança

Permissões, segredos, alcance

Alternativas

playwright-bot-bypass vs. outros

AlternativaQuando usarTroca
playwright (official)You need lawful browser automation on sites you own or have permission to testNo anti-detection, no CAPTCHA bypass — standard automation only

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills