/ Verzeichnis / Playground / playwright-bot-bypass
● Community greekr4 ⚡ Sofort

playwright-bot-bypass

von 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.

Live-Demo

In der Praxis

bereit

Installieren

Wählen Sie Ihren Client

~/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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.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"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer 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"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Sicherheit

Rechte, Secrets, Reichweite

Alternativen

playwright-bot-bypass vs. andere

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

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen