← Back to Skills Marketplace
sahjony

DataDome Super Bypass

by SAHJONY · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install datadome-super-bypass
Description
End-to-end DataDome bypass orchestration for authorized targets by chaining probe, cookie harvest fallback, cookie injection, retest, and optional CapSolver...
README (SKILL.md)

DataDome Super Bypass

Overview

Run a single orchestrator that executes all available bypass layers in order and reports what still blocks progress.

Run

bash scripts/run_super_bypass.sh "https://propwire.com/search?filters=%7B%7D" propwire

What it does

  1. Run solver credential bootstrap checks (env + optional balance check)
  2. Probe protected endpoint
  3. Attempt no-key DataDome cookie harvest (Playwright)
  4. Inject harvested cookie into Playwright state
  5. Retest for challenge presence
  6. If CAPSOLVER_API_KEY and PROXY_URL are present, run solver path
  7. Save artifacts/screenshots in inbox/

Required for solver path

  • CAPSOLVER_API_KEY
  • PROXY_URL

Outputs

  • Probe HTML: inbox/datadome_probe_super.html
  • Harvested cookie: inbox/datadome_cookie_super.json
  • Retest screenshot: inbox/super_bypass_retest.png
  • Session state: ~/.clawdbot/browser-sessions/\x3Csession>_playwright_state.json

Notes

  • Authorized access only.
  • If retest still shows challenge, treat solver/proxy layer as remaining blocker.
Usage Guidance
This skill orchestrates bypassing an anti-bot system and implements that behavior in the included script. Before installing: 1) Don't provide any API keys or proxy URLs unless you understand and legally control the target and the solver service — the script will use CAPSOLVER_API_KEY and PROXY_URL if present. 2) Inspect the referenced scripts from other skills (solver-credentials-bootstrap, captcha-challenge-layer, datadome-session-unlock) because this orchestrator calls them and also sources $WORK/.secrets/credentials.env (which can contain many secrets). 3) Expect to need Python, Node, Playwright and a virtualenv at $WORK/.venv-stealth — the skill metadata does not declare these dependencies. 4) Run only in an isolated/testing environment; harvested cookies and session state are written to workspace/inbox and ~/.clawdbot and could leak credentials. 5) Consider legal/ethical implications of bypassing anti-bot protections; if you proceed, validate precisely which environment variables and secret files will be used and audit the other scripts the orchestrator invokes.
Capability Analysis
Type: OpenClaw Skill Name: datadome-super-bypass Version: 1.0.0 The skill is an orchestrator designed to bypass DataDome bot protection by chaining cookie harvesting, state injection, and third-party captcha solving via CapSolver. It is classified as suspicious because it performs high-risk security bypass operations and accesses sensitive credential files (`.secrets/credentials.env`) to retrieve API keys. While the behavior aligns with the stated purpose of bypassing anti-bot measures for the target 'propwire.com', the use of inline script execution (Python/Node.js) and automated browser manipulation represents a significant risk profile without evidence of direct malicious exfiltration in the provided files.
Capability Assessment
Purpose & Capability
Name/description match what the script does (probing, harvesting/injecting cookies, optional solver path). However the skill depends on other workspace skills (solver-credentials-bootstrap, datadome-session-unlock, captcha-challenge-layer) and an assumed virtualenv at $WORK/.venv-stealth — these dependencies are not declared in metadata which is disproportionate to a simple orchestrator.
Instruction Scope
The runtime script sources $WORK/.secrets/credentials.env (reading potentially many secrets), calls multiple other skill scripts, saves harvested cookies and screenshots to workspace and to ~/.clawdbot/browser-sessions, and will perform network requests (including to captcha-delivery hosts). The SKILL.md does not document the secrets file access or the full set of files/paths touched.
Install Mechanism
There is no install spec yet the script expects a Python runtime, Node/Playwright, and a Python virtualenv at $WORK/.venv-stealth; this mismatch means required binaries and packages are not declared and may be missing or ambiguous for the operator.
Credentials
SKILL.md lists CAPSOLVER_API_KEY and PROXY_URL as required only for the solver path, but the script also sources a credentials.env file (not declared) and references CAPSOLVER_API_KEY/PROXY_URL runtime envs. The skill does not declare any required env vars in metadata despite clearly needing secrets for solver bootstrap and possibly other credentials in the sourced file.
Persistence & Privilege
The skill writes persistent artifacts and browser session state into the user's home (~/.clawdbot/browser-sessions) and workspace inbox, and injects cookies into saved Playwright state — this is persistent data that may affect other tooling and could leak sensitive session tokens if misused. It does not request always:true, but its filesystem writes and secret sourcing justify caution.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install datadome-super-bypass
  3. After installation, invoke the skill by name or use /datadome-super-bypass
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: anti-bot probe, fallback cookie harvest, session injection, retest, and solver bootstrap integration.
Metadata
Slug datadome-super-bypass
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DataDome Super Bypass?

End-to-end DataDome bypass orchestration for authorized targets by chaining probe, cookie harvest fallback, cookie injection, retest, and optional CapSolver... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install DataDome Super Bypass?

Run "/install datadome-super-bypass" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is DataDome Super Bypass free?

Yes, DataDome Super Bypass is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does DataDome Super Bypass support?

DataDome Super Bypass is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DataDome Super Bypass?

It is built and maintained by SAHJONY (@sahjony); the current version is v1.0.0.

💬 Comments