GoodVerify
/install goodverify
GoodVerify CLI
Verify emails, phone numbers, and mailing addresses via the goodverify.dev API.
Prerequisites
The goodverify CLI must be installed and configured. Check with:
goodverify --version
goodverify configure --show
If not installed:
curl -fsSL https://raw.githubusercontent.com/agoodway/goodverify_cli/main/install.sh | sh
If not configured, ask the user for their API key and base URL, then:
goodverify configure --env production --url https://goodverify.dev --key \x3Capi_key>
Commands
Verify Email
Check deliverability, domain MX records, disposable/catch-all/role flags.
goodverify verify email --email [email protected]
Key response fields:
deliverability.status—deliverable,undeliverable, orriskydeliverability.reason—accepted_email,rejected_email,unknown, etc.flags.is_disposable— temporary email serviceflags.is_catch_all— domain accepts all addressesflags.is_role_account— generic address like info@, support@domain.has_mx_records— domain can receive email
Verify Phone
Check carrier, phone type (mobile/landline/voip), compliance (DNC/TCPA), and formatting.
goodverify verify phone --phone "+15551234567"
goodverify verify phone --phone "5551234567" --country US
Key response fields:
valid— whether the number is validphone_type—mobile,landline,voip,toll_freecarrier.name— carrier namecompliance.dnc— on Do Not Call listcompliance.tcpa— TCPA consent requiredformatted.e164— standardized format
Verify Address
Standardize, geocode, check deliverability, and find property owners.
Single string:
goodverify verify address --address "123 Main St, Springfield, IL 62701"
Structured fields:
goodverify verify address --street "123 Main St" --city Springfield --state IL --zip 62701
Key response fields:
deliverability—deliverable,undeliverable,missing_unitstandardized_address— USPS-standardized componentsgeo_location— latitude, longitude, accuracyowners— property owner information (name, other addresses, phones, emails)property.type— residential, commercial, etc.
Batch Operations
goodverify batch list # List all batch jobs
goodverify batch get --id \x3Cbatch_id> # Get batch job details
goodverify batch results --id \x3Cbatch_id> # Download results
goodverify batch sample > template.csv # Get CSV template
Usage & Health
goodverify usage # Credit balance, plan, rate limits
goodverify health # API health check (no auth required)
Global Options
All commands accept:
--env \x3Cname>— use a specific configured environment--key \x3Ckey>— override API key for this request--url \x3Curl>— override base URL for this request--json— output raw JSON (default is pretty-printed)
Guidelines
- Always use
--jsonwhen you need to parse the response programmatically - For bulk verification, prefer
batchcommands over loopingverifycalls - Phone numbers should include country code or use
--countryflag - Address verification works best with complete addresses (street, city, state, zip)
- Check
goodverify usagebefore large batch operations to confirm credit balance sk_*keys are read-write (required for batch).pk_*keys are read-only.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install goodverify - 安装完成后,直接呼叫该 Skill 的名称或使用
/goodverify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GoodVerify 是什么?
Verify emails, phones, and addresses using the goodverify CLI. Use when the user asks to verify contact data, check deliverability, validate an address, look... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 GoodVerify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install goodverify」即可一键安装,无需额外配置。
GoodVerify 是免费的吗?
是的,GoodVerify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GoodVerify 支持哪些平台?
GoodVerify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GoodVerify?
由 Thomas Brewer(@themusicman)开发并维护,当前版本 v0.1.0。