OpenTor — AI skill for Claude Code
Tor/Dark Web access skill for AI agents (OpenCode & Claude Code).
How to install OpenTor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open vichhka-git/OpenTor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What OpenTor does
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.
Alternatives in AI
- Omniget — Udemy & Hotmart course downloader, YouTube downloader (yt-dlp GUI, 1,800+ sites) + desktop app for AI agents 13.9k ★
- AGENTS.md - Skill Seekers — Concise reference for AI coding agents 11.1k ★
- Architecture Diagram Generator — Generate beautiful dark-themed system architecture diagrams as standalone HTML/SVG files 7k ★
README
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.
npx skills add vichhka-git/OpenTor # install via skills.sh
# 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
python3 scripts/opentor.py search "ransomware leak" # search dark web
Install as a Skill
Claude Code
# Clone into Claude Code skills directory
git clone https://github.com/opentor/opentor ~/.claude/skills/open-tor
# Or copy from local
cp -r OpenTor ~/.claude/skills/open-tor
# Run setup (the LLM can do this itself)
cd ~/.claude/skills/open-tor
pip install -r requirements.txt
python3 scripts/setup.py
After install, start a **new Claude Code session**. The skill loads automatically when you ask about dark web topics, .onion URLs, ransomware groups, credential leaks, or Tor-based OSINT.
OpenCode
# Copy to OpenCode skills directory
cp -r OpenTor ~/.config/opencode/skills/open-tor
LLM Self-Install
The orchestrator (Claude) can install itself. Just say:
"Install OpenTor and set up Tor access"
The LLM will:
- Clone the repo to the skills directory
- Run
pip install -r requirements.txt(asking for sudo/venv choice) - Run
python3 scripts/setup.pyfor interactive configuration - Install and start Tor if not present
- Verify with
python3 scripts/opentor.py check
Standalone (without skill system)
git clone https://github.com/opentor/opentor
cd opentor
pip in
Related Skills
Conductor OSS
Local-first control surface for AI coding agents, workspaces, worktrees, terminals, diffs, previews, and paire
Aeo Check
Quick AEO readiness check for a URL — can AI engines crawl it, extract answers from it, and trust it enough to
Shain Design System Skill
Claude skill for token-based design systems in Figma — three-tier architecture, Light/Dark modes, BEM-style co
Fallow Skills
Agent skills for fallow, codebase intelligence for TypeScript and JavaScript. Teaches AI agents how to find un
Amux
Bidirectional LLM API adapter with IR pattern. Seamlessly convert between OpenAI, Anthropic, DeepSeek, and mor
Nativeprompt
Rewrite your prompt into the native dialect of the model you're actually running (Claude Code / Codex) — by ea
Related Agents
Narwhal Geo
GEO/LLMO specialist for the narwhal audit — visibility in AI answer engines (ChatGPT, Claude, Perplexity, Goog
Skillers Compactor
Extract workflow patterns from conversation transcripts and compact into themed knowledge files. Reads transcr
Session Error Analyzer
Analyzes specific AI IDE sessions (Claude Code, OpenAI Codex, OpenCode) for LLM behavior errors and returns a