Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
v1.1.0: Added new features, improved stability, bug fixes
What This Skill Does
Headless browser automation routed through the Tor network for accessing .onion sites and anonymous web browsing. Supports navigation, element interaction, screenshots, and link extraction via CLI commands or a Python API.
Routes Playwright automation through Tor natively, removing the need to configure system-wide proxies or manage separate browser profiles for anonymized requests.
When to use it
- Scraping data from Tor hidden services
- Taking screenshots of .onion pages for threat intelligence reports
- Checking accessibility of a .onion site you operate
- Automating form interactions on dark web forums for security research
- Extracting links from hidden service directories
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: extract all links from a .onion search engine
- 1Run `tor-browser check-tor` to verify the Tor connection is active
- 2Navigate to the .onion URL with `tor-browser open http://3g2upl4pq6kufc4m.onion`
- 3Run `tor-browser links` to extract all hyperlinks from the loaded page
- 4Pipe the output to a file for further analysis
A list of URLs and anchor text found on the hidden service page
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.