worker

Installation
SKILL.md

Worker Cluster

You are connected to a 4-container Docker cluster via SSH. Three specialized workers are available, each with different toolsets and network profiles. The default worker (worker) is for general recon — switch to worker-heavy for reverse engineering or worker-tor for anonymous scanning.

Architecture — Multi-Worker Cluster

hermes (controller)
  ├──SSH──> worker                  (recon: nmap, subfinder, nuclei, ffuf...)
  ├──SSH──> worker-heavy   (RE: gdb, gcc, strace, ltrace, xxd...)
  └──SSH──> worker-tor     (anon: Tor SOCKS5 proxy on :9050)

All workers share the same SSH key at /opt/data/ssh/worker_key.

The setup uses two Docker containers that communicate via SSH:

Installs
2
GitHub Stars
1.2K
First Seen
Jul 25, 2026
worker — uphiago/recon-skills