vichhka-git/OpenTor

47 stars · Last commit 2026-05-01

Tor/Dark Web access skill for AI agents (OpenCode & Claude Code). Search 12 dark web engines, spider .onion sites, extract IOCs. Orchestrator-conductor architecture — zero external LLM deps.

README preview

# OpenTor 🧅

[![skills.sh](https://skills.sh/badge/vichhka-git/OpenTor)](https://skills.sh/vichhka-git/OpenTor)

**Tor / Dark Web Access for AI Agents — OpenCode & Claude Code Skill**

OpenTor gives LLMs full access to the Tor network and .onion hidden services.
Not a standalone tool — an **orchestrator-conductor architecture** where the LLM
is the intelligence and the Python modules provide mechanical transport, search,
and entity extraction.

```bash
npx skills add vichhka-git/OpenTor    # install via skills.sh
```

```bash
# Quick start — the LLM runs these:
pip install -r requirements.txt            # install dependencies
python3 scripts/setup.py                   # interactive setup
python3 scripts/opentor.py check           # verify Tor

View full repository on GitHub →