tor-browser

Installation
SKILL.md

Tor Browser Automation

Headless browser automation with Tor SOCKS5 proxy support for accessing .onion sites and anonymous web browsing.

Prerequisites

  • Tor service running with SOCKS5 proxy on port 9050
  • Python 3.8+
  • Playwright with Chromium browser

Quick setup:

# Install Tor
sudo apt install tor && sudo systemctl start tor

# Install Python dependencies
pip install playwright
playwright install chromium
Installs
1
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 11, 2026
tor-browser — openclaw/skills