An automated web crawler and extractor designed to find contact emails across multiple domains using intelligent URL filtering.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install find-emails
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 find-emails using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Find Emails skill leverages the power of crawl4ai and Playwright to locally crawl websites and extract email addresses. It is specifically designed to target high-value pages such as Contact Us, About, and Support to find relevant contact information efficiently.
By providing a structured output grouped by domain, it simplifies the process of gathering leads or contact data for developers and researchers using Openclaw Skills. The tool focuses on local execution, ensuring privacy and control over the crawling process while delivering highly relevant results through smart URL pattern matching.
To get started with this skill, install the necessary Python dependencies and the Playwright browser engine:
pip install crawl4ai
playwright install
You can then run the script directly from your terminal:
python scripts/find_emails.py https://example.com
The skill organizes data by domain and supports JSON output for easy integration into other Openclaw Skills workflows.
| Field | Description |
|---|---|
| summary | Contains total domains crawled and total unique emails found. |
| emails_by_domain | A map where keys are domains and values include specific emails and their source paths. |
| emails | A nested object listing each email and the subpages where it was discovered. |
Loading
A sophisticated tool for making outbound AI-driven phone calls using ElevenLabs Conversational AI agents and Twilio integration.

Orchestrate persistent AI coding agents in tmux sessions with automatic notifications and health monitoring.

Automate long-running AI coding tasks using persistent tmux sessions and self-healing retry loops.

A specialized CLI tool for fetching and interpreting personal health metrics from the WHOOP API.

An end-to-end agentic workflow that converts complex financial research PDFs into verified, high-engagement Twitter content and data-backed visualizations.

A specialized protocol that enables AI agents to conduct structured, blind remote viewing sessions using the Resonant Contact (AI IS-BE) methodology.








































