SkillHub

email-extractor

v1.0.0

从网页链接或纯文本中提取并去重最多20个邮箱地址。

Sourced from ClawHub, Authored by loverun321

Installation

Please help me install the skill `email-extractor` from SkillHub official store. npx skills add loverun321/email-extractor

Email Extractor

Extract email addresses from any webpage or text content.

Features

  • Extract emails from URLs
  • Extract emails from plain text
  • Deduplicate results
  • Limit to top 20 results

Price

  • 0.001 USDT per extraction

Usage

"Extract emails from https://example.com"
"Get all email addresses from this page"
"Find emails in [text content]"

Example Response

{
  "emails": ["[email protected]", "[email protected]"],
  "count": 2,
  "source": "https://example.com"
}

Integration

  • API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e
  • Price: 0.001 USDT per call