โ† All skills
Tencent SkillHub ยท Productivity

Data Enricher

Enrich leads by finding verified emails via contact pages, Instagram, Hunter.io, and patterns, then format data for Notion with deduplication and batching.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Enrich leads by finding verified emails via contact pages, Instagram, Hunter.io, and patterns, then format data for Notion with deduplication and batching.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Purpose

Enrich leads with email addresses and format data for Notion.

Model to Use

ollama/llama3.2:8b (FREE) for data formatting haiku for Hunter.io API calls

Rate Limits

Max 10 Hunter.io lookups per session (API limit) 5 seconds between API calls Batch similar domains together

1. Website Contact Page

Check /contact, /about, /pages/contact Look for mailto: links Check footer

2. Instagram Bio

Check bio for email Check "Contact" button

3. Hunter.io API

GET https://api.hunter.io/v2/domain-search ?domain={domain} &api_key={HUNTER_API_KEY} Response includes: emails[] confidence score type (generic/personal) Only use emails with confidence > 70%

4. Email Pattern Guessing

Common patterns: hello@domain.com info@domain.com contact@domain.com [firstname]@domain.com

Email Priority

Founder/owner personal email (best) hello@ or hi@ (good) info@ or contact@ (okay) Generic support@ (last resort)

Output Format

{ "domain_key": "brandname.com", "brand_name": "Brand Name", "niche": "skincare", "website_url": "https://brandname.com", "ig_handle": "@brandname", "followers_est": 15000, "contact_email": "hello@brandname.com", "email_confidence": "high", "email_source": "hunter.io", "source": "meta_ads", "status": "new" }

Deduplication

Before adding any lead: Normalize domain: lowercase, remove www., remove https:// Check if domain_key exists in Notion If exists, skip (don't duplicate) Log: "Skipped [domain] - already in pipeline"

Batch Processing

Process 10 leads at a time Format all data before Notion sync Save formatted batch to workspace/leads-enriched-YYYY-MM-DD.json

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc