Skills web-freedom-toolkit
Universal Server-Side Web Freedom Toolkit. Harmonizes Scrapling (Self-Healing Fetch), curl_cffi (TLS Impersonation), and DrissionPage (D-Mode) for undetectable browsing on restricted VPS environments.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/biogod2020/web-freedom-toolkit" ~/.claude/skills/openclaw-skills-web-freedom-toolkit && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/biogod2020/web-freedom-toolkit" ~/.openclaw/skills/openclaw-skills-web-freedom-toolkit && rm -rf "$T"
manifest:
skills/biogod2020/web-freedom-toolkit/SKILL.mdsource content
Web Freedom Toolkit (SOTA v8.0.0)
This toolkit is a generalized evolution of the Drission agent, designed for Total Web Freedom in server-side environments.
🚀 The Three-Tier Offensive Strategy
- Tier 1: Scrapling (Lightning Fetch)
Uses the
engine to perform self-healing, high-speed stealth fetches. Ideal for bypassing Cloudflare and standard WAFs without a full browser.scrapling - Tier 2: CFFI Impersonation (Phantom Protocol)
Uses
for kernel-level TLS/JA4 fingerprinting to mimic real browser handshake patterns.curl_cffi - Tier 3: Deep Interaction (D-Mode) Full Chromium control for sites requiring visual AI interaction or complex JavaScript execution.
🛠️ Usage
Execute the unified freedom engine:
python3 scripts/freedom_engine.py "https://target-site.com"
🛡️ Security Governance
Same hardened physical gating applies to all Tier 3 interactions.
Version: 8.0.0 (General Freedom) | Author: Biogod2020 | Status: PROD