ワンクリックで
email-validation
Verify email addresses with MX checking. Free. No API key. Use when user ask "is email valid", "check if email is real".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify email addresses with MX checking. Free. No API key. Use when user ask "is email valid", "check if email is real".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Air quality data from WAQI (World Air Quality Index). Free. No API key. Use when user ask about air quality, AQI, pollution levels.
Animal facts, dog/cat breeds, animal images. Free. No API key. Use when user ask about animal facts, dog breeds, cat breeds.
Anime quotes, facts, and Studio Ghibli info. Free. No API key. Use when user ask about anime quotes, random anime facts, Ghibli movies.
Generate unique avatars (robots, pixel art, identicons) from text seeds. Free. No API key. Use when user ask to generate a random avatar, profile picture, or robot image.
Book search from Open Library. Free. No API key. Use when user ask "find books about X", "who wrote Y", "book search".
Upcoming and ongoing competitive coding contests (Codeforces, LeetCode, HackerRank). Free. No API key. Use when user ask about upcoming coding competitions, hackathons, programming contests.
| name | email_validation |
| description | Verify email addresses with MX checking. Free. No API key. Use when user ask "is email valid", "check if email is real". |
Real-time email address verification with MX record checking.
https://mailvalidate.org/api/validate| Parameter | Type | Description |
|---|---|---|
| string | Email address to validate |
https://disposableemailchecker.com/api/check{
"email": "test@example.com",
"valid": true,
"format_valid": true,
"domain_valid": true,
"mx_records": ["mail.example.com"],
"is_disposable": false,
"is_free_provider": false
}
15-30x vs LLM reasoning for email validation.