open-tor
Installation
SKILL.md
OpenTor — Dark Web Access for OpenCode
OpenTor is an orchestrator-conductor architecture. You (the orchestrator) are the
intelligence. The Python modules in scripts/ are mechanical tools — they route
traffic through Tor, query search engines, and scrape pages. Every strategic
decision flows through you.
⚠️ Permission Handling
Before running any command that requires sudo, ask the user for their sudo password. Never assume you have it. If a command fails with "Permission denied", immediately ask the user. Common cases:
sudo systemctl start tor— starting Tor daemonsudo apt install tor— installing Torsudo chmod— fixing cookie auth for renew_identitypip installmay need--userflag or venv if PEP 668 is enforced