返回顶部
g

goodverify

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
69
下载量
1
收藏
概述
安装方式
版本历史

goodverify

# GoodVerify CLI Verify emails, phone numbers, and mailing addresses via the [goodverify.dev](https://goodverify.dev) API. ## Prerequisites The `goodverify` CLI must be installed and configured. Check with: ```bash goodverify --version goodverify configure --show ``` If not installed: ```bash 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: ```bash goodverify configure --env production --url https://goodverify.dev --key <api_key> ``` ## Commands ### Verify Email Check deliverability, domain MX records, disposable/catch-all/role flags. ```bash goodverify verify email --email user@example.com ``` **Key response fields:** - `deliverability.status` — `deliverable`, `undeliverable`, or `risky` - `deliverability.reason` — `accepted_email`, `rejected_email`, `unknown`, etc. - `flags.is_disposable` — temporary email service - `flags.is_catch_all` — domain accepts all addresses - `flags.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. ```bash goodverify verify phone --phone "+15551234567" goodverify verify phone --phone "5551234567" --country US ``` **Key response fields:** - `valid` — whether the number is valid - `phone_type` — `mobile`, `landline`, `voip`, `toll_free` - `carrier.name` — carrier name - `compliance.dnc` — on Do Not Call list - `compliance.tcpa` — TCPA consent required - `formatted.e164` — standardized format ### Verify Address Standardize, geocode, check deliverability, and find property owners. Single string: ```bash goodverify verify address --address "123 Main St, Springfield, IL 62701" ``` Structured fields: ```bash goodverify verify address --street "123 Main St" --city Springfield --state IL --zip 62701 ``` **Key response fields:** - `deliverability` — `deliverable`, `undeliverable`, `missing_unit` - `standardized_address` — USPS-standardized components - `geo_location` — latitude, longitude, accuracy - `owners` — property owner information (name, other addresses, phones, emails) - `property.type` — residential, commercial, etc. ### Batch Operations ```bash goodverify batch list # List all batch jobs goodverify batch get --id <batch_id> # Get batch job details goodverify batch results --id <batch_id> # Download results goodverify batch sample > template.csv # Get CSV template ``` ### Usage & Health ```bash goodverify usage # Credit balance, plan, rate limits goodverify health # API health check (no auth required) ``` ## Global Options All commands accept: - `--env <name>` — use a specific configured environment - `--key <key>` — override API key for this request - `--url <url>` — override base URL for this request - `--json` — output raw JSON (default is pretty-printed) ## Guidelines - Always use `--json` when you need to parse the response programmatically - For bulk verification, prefer `batch` commands over looping `verify` calls - Phone numbers should include country code or use `--country` flag - Address verification works best with complete addresses (street, city, state, zip) - Check `goodverify usage` before large batch operations to confirm credit balance - `sk_*` keys are read-write (required for batch). `pk_*` keys are read-only.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 goodverify-1776092529 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 goodverify-1776092529 技能

通过命令行安装

skillhub install goodverify-1776092529

下载 Zip 包

⬇ 下载 goodverify v0.1.0

文件大小: 2.26 KB | 发布时间: 2026-4-14 12:55

v0.1.0 最新 2026-4-14 12:55
Initial release of GoodVerify skill for contact data verification.

- Enables verification of emails, phone numbers, and addresses using the goodverify CLI and API.
- Supports commands for single and batch verifications, usage checks, and API health status.
- Provides guidance for configuring the CLI with an API key and environment.
- Includes response field explanations for each verification type to help interpret results.
- Allows output as JSON for easy parsing and automation.
- Lists global options and best-practice guidelines.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部