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.md
source content

Drission SOTA Toolkit (v7.1.0)

Security Architecture

This toolkit implements a physical lockfile system to prevent unauthorized autonomous execution.

  1. Mandatory Gating: High-risk scripts require a fresh lockfile in
    ~/.openclaw/tmp/
    .
  2. Interactive Auth: Access is only granted via
    secure_wrapper.py
    after a human challenge.
  3. No-Bypass: Environment variables are not used for authentication.

Asset Inventory

  • main_engine.py
    : Search utility.
  • secure_wrapper.py
    : Security entry point.
  • python_relay.py
    : Gated TCP relay.
  • force_takeover.py
    : Gated CDP control.

Version: 7.1.0 | Author: Biogod2020 | Status: Production Stable