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.
%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.
{
"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.
{
"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".
{
"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.
{
"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.
{
"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.
| Alternative | Wann stattdessen | Kompromiss |
|---|---|---|
| playwright (official) | You need lawful browser automation on sites you own or have permission to test | No anti-detection, no CAPTCHA bypass — standard automation only |