mailcheck-email-verification

Email verification skill for MailCheck API - verify emails, bulk processing, authenticity analysis

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mailcheck-email-verification" with this command: npx skills add bnuyts/mailcheck-email-verification

MailCheck Email Verification

Verify email addresses with the MailCheck API - comprehensive email validation with syntax, disposable, DNS, and SMTP checks.

Features

  • Single Email Verification - Verify one email at a time
  • Bulk Verification - Verify up to 100 emails in one request
  • Authenticity Analysis - Detect phishing, spoofing, and email fraud
  • Risk Scoring - 0-100 score with risk level (low/medium/high)

Commands

email-verify - Verify single email

Verifies a single email address.

Parameters:

  • email (required): Email address to verify
  • api_key (optional): MailCheck API key (falls back to MAILCHECK_API_KEY env var)

Example:

email-verify email="user@example.com" api_key="sk_live_..."

email-bulk-verify - Bulk verification

Verifies up to 100 email addresses in one request.

Parameters:

  • emails (required): Array of email addresses
  • api_key (optional): MailCheck API key

Example:

email-bulk-verify emails="[user1@example.com, user2@gmail.com]" api_key="sk_live_..."

email-auth-verify - Email authenticity analysis

Analyzes email headers for spoofing, phishing, and CEO fraud.

Parameters:

  • headers (required): Email headers to analyze
  • trusted_domains (optional): Domains for lookalike detection
  • api_key (optional): MailCheck API key

Example:

email-auth-verify headers="From: sender@example.com\nReceived: ..." trusted_domains="[company.com]"

Environment Variables

Set MAILCHECK_API_KEY with your MailCheck API key to avoid passing it on every command.

Installation

This skill is available on ClawHub.

clawhub install mailcheck-email-verification

API Reference

See full API documentation: https://api.mailcheck.dev/docs

Repository

Source code: https://github.com/bnuyts/mailcheck-skill

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Ai Task Hub

AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, points balance/ledger lookup, and async execute/poll...

Registry SourceRecently Updated
Research

paper-review

Review academic papers for correctness, quality, and novelty using OpenJudge's multi-stage pipeline. Supports PDF files and LaTeX source packages (.tar.gz/.z...

Registry SourceRecently Updated
Research

ScraperAPI MCP

Knowledge base for the 22 ScraperAPI MCP tools. Covers scrape, Google (search, news, jobs, shopping, maps), Amazon (product, search, offers), Walmart (search...

Registry SourceRecently Updated
00Profile unavailable
Research

defense lawyer

AI-powered criminal defense assistant for Chinese legal system - provides case analysis, defense strategy formulation, evidence assessment, and legal documen...

Registry SourceRecently Updated
00Profile unavailable