/ Annuaire / Playground / playwright-bot-bypass
● Communauté greekr4 ⚡ Instantané

playwright-bot-bypass

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

Démo en direct

Aperçu en pratique

prêt

Installer

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la 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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.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 utilise un tableau d'objets serveur plutôt qu'une 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"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Sécurité

Permissions, secrets, portée

Alternatives

playwright-bot-bypass vs autres

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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills