Manage a preinstalled local Minecraft Java client asynchronously for CTF and automation workflows. Use when an agent needs to launch Minecraft in offline mode with alternate usernames, inspect Minecraft logs, focus or type into the X11 game window, send chat or slash commands quickly, or join a multiplayer server by…
Maintain bidirectional netcat-style TCP communications with persistent asynchronous input/output. Use when an agent must keep a connection open across multiple commands, send messages while receiving background output, inspect connection logs, or safely start/stop reusable sessions for protocol testing, CTF services…
Use the best available portable Python runtime and installed crypto tooling for CTF tasks that fit normal Python or CLI cracking rather than SageMath. Prefer a detected ctf environment. Use when an agent needs z3, fpylll, pycryptodome, hashcat, john, or quick FactorDB lookups.
Use the OpenCROW forensics stack for memory dumps, metadata extraction, and carved-file workflows. Use when an agent needs volatility3, exiftool, foremost, or when a full install tracks manual Autopsy setup.
Use the best available portable Python runtime and installed network tooling for packet- and protocol-level CTF tasks. Prefer a detected ctf environment. Use when an agent needs scapy, tshark, tcpdump, nmap, nc, or socat for packet work, capture analysis, or service triage.
Use the OpenCROW OSINT stack for username enumeration, archive lookup, and public search workflows. Use when an agent needs sherlock, waybackpy, shodan, or when a full install tracks manual theHarvester setup.
Use the best available portable Python runtime and installed exploit tooling for binary exploitation and runtime-debugging tasks. Prefer a detected ctf environment. Use when an agent needs pwntools, pwndbg, gdb, checksec, patchelf, qemu-user, pwninit, or other pwn-focused helpers.
Use the best available portable Python runtime and installed reverse-engineering tooling for binary analysis, symbolic execution, disassembly, emulation, and binary patching. Prefer a detected ctf environment. Use when an agent needs angr, claripy, capstone, unicorn, ghidra-headless, radare2, objdump, strace, ltrace…
Use the OpenCROW steganography stack for hidden-data triage and extraction. Use when an agent needs steghide, zsteg, or when a full install tracks manual StegSolve or OpenStego setup.
Use the OpenCROW utility stack for shell-heavy CTF workflows. Use when an agent needs jq, yq, xxd, tmux, screen, rg, or fzf to glue a larger workflow together.
Use the installed web CTF tooling for endpoint discovery, fuzzing, and automated SQL injection workflows. Use when an agent needs sqlmap, gobuster, ffuf, dirb, or wfuzz, and when full installs may also include manual Burp or ZAP steps.
Manage one authorized inbound reverse-shell TCP session asynchronously without generating a callback payload. Use for CTF challenges, isolated labs, or systems you own when an agent must listen safely, exchange text or exact bytes, inspect captured output, and stop the named listener without blocking its main workflow.
Run SageMath through an explicit override, a detected environment named sage, or a PATH-resolved command. Use for CTF and cryptography work involving asymmetric cryptography, finite fields, elliptic curves, lattices, polynomial algebra, modular arithmetic, discrete logs, small-root attacks, or PRNG cryptanalysis.
Maintain persistent asynchronous SSH sessions with bidirectional input/output across multiple commands. Use when an agent must keep an SSH shell open, send commands incrementally, inspect prompts or streamed output, reuse one authenticated connection for a task, or safely start/stop a long-lived remote session for…