Skills drission-sota-toolkit
Professional Web Intelligence & Automation Toolkit. Features Protocol Phantom (TLS/JA4), Local Socket Relaying, and Hardened physical gating.
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/drission-sota-toolkit" ~/.claude/skills/clawdbot-skills-drission-sota-toolkit-e03096 && rm -rf "$T"
manifest:
skills/biogod2020/drission-sota-toolkit/SKILL.mdsource content
Drission SOTA Toolkit (v7.1.0)
Security Architecture
This toolkit implements a physical lockfile system to prevent unauthorized autonomous execution.
- Mandatory Gating: High-risk scripts require a fresh lockfile in
.~/.openclaw/tmp/ - Interactive Auth: Access is only granted via
after a human challenge.secure_wrapper.py - No-Bypass: Environment variables are not used for authentication.
Asset Inventory
: Search utility.main_engine.py
: Security entry point.secure_wrapper.py
: Gated TCP relay.python_relay.py
: Gated CDP control.force_takeover.py
Version: 7.1.0 | Author: Biogod2020 | Status: Production Stable