One-click install
npx skills add https://github.com/agoodway/GoodSkills --skill goodverify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goodverify
Source: https://github.com/agoodway/GoodSkills/tree/main/skills/goodverify
Command: npx skills add https://github.com/agoodway/GoodSkills --skill goodverify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GoodVerify helps you avoid sending to invalid or undeliverable contact details by verifying emails, phone numbers, and mailing addresses before you act on them.

Core Features & Use Cases

  • Email verification: Check deliverability for a specific email address.
  • Phone verification: Validate phone numbers with optional country context for more accurate results.
  • Address verification: Verify and standardize mailing addresses from either a single string or structured fields.
  • Batch workflows: Run bulk verification jobs and download results for larger lists.

Quick Start

Use the goodverify skill to verify an email address by telling your agent: "/goodverify verify email [email protected]".

Frequently Asked Questions about goodverify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify email deliverability before sending messages?

To verify email deliverability, use the verify email subcommand to check a specific address. This prevents invalid emails from entering your downstream contact workflows.

Can I validate phone numbers with country context for better accuracy?

Yes, phone validation supports optional country context to improve accuracy. Use the verify subcommand to validate phone numbers before processing contact lists.

What is the best way to standardize mailing addresses in bulk?

For standardizing mailing addresses in bulk, use the batch subcommand to run verification jobs on larger lists. You can download the results to update your contact database.

Do I need to configure API keys before using batch processing commands?

Yes, you must configure API keys and run the install command before using any verification or batch processing subcommands. Only help and install work without prior setup.

Why does address normalization require structured fields or a single string?

Address normalization accepts either a single string or structured fields to standardize mailing addresses. This flexibility ensures accurate verification regardless of your input format.

Can I use command line tooling to prevent invalid contact data from entering my system?

Yes, CLI tooling verifies emails, phone numbers, and mailing addresses via subcommands. This prevents invalid contact data from entering downstream workflows before you act on it.