Anonymously automate headless browser interactions and scrape .onion sites via the Tor network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tor-browser
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tor-browser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Tor Browser Automation is a specialized skill designed for developers and security researchers who need to interact with the web anonymously. By leveraging the Tor network through a SOCKS5 proxy, this Openclaw Skills integration allows for headless navigation of both the clear web and the dark web (.onion sites). It integrates seamlessly with Playwright to provide robust browser control, including element interaction, automated snapshots, and data extraction, all while maintaining a high level of privacy and anonymity.
This skill bridges the gap between traditional browser automation and the privacy requirements of the dark web. Whether you are building automated threat intelligence feeds or conducting sensitive research, this skill provides the necessary infrastructure to operate securely without exposing your source identity.
To get started with this Openclaw Skills tool, ensure you have the Tor service installed and running on your system:
sudo apt install tor && sudo systemctl start tor
Next, install the required Python dependencies and the Playwright browser engine:
pip install playwright
playwright install chromium
Verify your connection to the Tor network before running automation tasks:
tor-browser check-tor
The skill organizes browser data and extraction results into structured formats for easy processing:
| Data Type | Description | Format |
|---|---|---|
| Page Snapshot | JSON object containing visible elements and their references | JSON |
| Screenshot | Visual capture of the viewport or full page | .png |
| Link Extract | List of all anchors found on the page with text and href | List |
| Configuration | User-defined proxy, timeout, and user agent settings | Config Object |
Elements are identified using a reference system (e.g., @e1, @e2) to simplify CLI interactions and agent-based navigation.
Loading
An advanced reconnaissance tool for red teamers to automate asset discovery and high-precision service fingerprinting.

A specialized framework for AI agents to capture, analyze, and promote technical learnings and errors into permanent project memory.

Connect your AI agent to Swiggy to automate food delivery, Instamart grocery shopping, and Dineout restaurant bookings in India.

A high-performance conversion tool that turns PDFs, Office documents, images, and audio into LLM-ready Markdown.

A comprehensive news aggregator that fetches and analyzes real-time content from 8 major global sources using AI-driven semantic filtering.

A resilient external monitoring service designed to ensure your OpenClaw Gateway maintains 24/7 uptime through automated health checks and restarts.








































