Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

sales-zerobounce销售零反弹

Agent Skill

sales-zerobounce 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

930

周安装

38

GitHub Stars

13

下载量

301
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sales-zerobounce(销售零反弹)
来源仓库:https://github.com/sales-skills/sales
仓库路径:skills/sales-zerobounce
安装命令:
npx skills add https://github.com/sales-skills/sales --skill sales-zerobounce
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sales-skills/sales --skill sales-zerobounce

简介

sales-zerobounce 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于销售零反弹相关的信息调研、线索筛选和目标客户分析等研究检索任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 可结合来源仓库路径 skills/sales-zerobounce 继续核验功能细节和使用边界。

SKILL.md

ZeroBounce Platform Help

Help the user with ZeroBounce platform questions — from email validation and list cleaning through AI scoring, activity data, inbox placement testing, blacklist monitoring, DMARC monitoring, email warmup, API integration, and email finder.

ZeroBounce is an email validation and deliverability platform with 99.6% accuracy across 30+ email status types. SOC 2 Type 2 and ISO-27001 certified, GDPR/HIPAA/CCPA compliant. Core strengths: bulk and real-time email validation, AI-powered catch-all scoring, activity data for engagement tracking, inbox placement testing, blacklist monitoring, DMARC monitoring, and email warmup.

Step 1 — Gather context

If references/learnings.md exists, read it first for accumulated knowledge.

Ask the user:

  1. What area of ZeroBounce do you need help with?

- A) Email Validation — bulk list cleaning or real-time API verification - B) Email Finder — B2B email discovery by name + domain - C) Email Scoring (AI) — catch-all validation and engagement scoring - D) Activity Data — subscriber engagement tracking - E) Inbox Placement Testing — test email configs and inbox vs. spam placement - F) Blacklist Monitoring — IP/domain blacklist checks across 200+ providers - G) DMARC Monitor — domain authentication monitoring and policy setup - H) Email Warmup — domain/IP reputation building - I) API & SDKs — programmatic access, automation - J) Integrations — HubSpot, Salesforce, Mailchimp, Zapier, etc. - K) Account & Billing — credits, pricing, plans - L) Something else — describe it

  1. What's your role?

- A) Sales rep / AE / BDR - B) Sales manager / team lead - C) RevOps / Sales Ops - D) Marketer / Email marketer - E) Admin / IT - F) Founder / solo seller - G) Other

  1. What are you trying to accomplish? (describe your specific goal — e.g., "clean 100K contacts before a HubSpot campaign", "set up blacklist monitoring for 5 sending IPs", "validate catch-all addresses with AI scoring")

If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.

Step 2 — Route or answer directly

If the request maps to a specialized skill, route:

  • General deliverability strategy (SPF/DKIM/DMARC, warmup planning, inbox placement strategy) → /sales-deliverability
  • Enrichment strategy across tools (waterfall enrichment, CRM hygiene) → /sales-enrich
  • Building prospect lists / ICP definition → /sales-prospect-list
  • Connecting tools via Zapier/webhooks generically → /sales-integration

Otherwise, answer directly from platform knowledge using the reference below.

Step 3 — ZeroBounce platform reference

Read references/platform-guide.md for detailed module documentation, pricing, integrations, and data model.

*You no longer need the platform guide details — focus on the user's specific situation.*

Step 4 — Actionable guidance

Based on the user's specific question, provide step-by-step instructions:

Bulk list validation workflow

  1. Prepare your list: Export contacts as CSV with one email per row. Remove duplicates to save credits.
  2. Upload: Log in to ZeroBounce → Bulk Email Validator → upload your CSV file. Or use POST /v2/sendfile via the API.
  3. Wait for processing: ZeroBounce processes the list asynchronously. Check status via the dashboard or GET /v2/filestatus.
  4. Review results: Download results via the dashboard or GET /v2/getfile. Review the breakdown by status (Valid, Invalid, Catch-All, Spam Trap, Abuse, Disposable, Unknown, Do Not Mail).
  5. Handle catch-all addresses: Run AI Scoring on catch-all results. Set a score threshold (7+ recommended) for inclusion.
  6. Download clean list: Export Valid emails (and high-scoring catch-all) for campaigns.
  7. Import to your campaign tool: Upload the clean list to your ESP, CRM, or campaign platform.
  8. Re-verify regularly: Re-validate every 3 months or before any major campaign.

Real-time API validation setup

  1. Get your API key: Log in to ZeroBounce → API settings → copy your API key.
  2. Choose your region: Default (api.zerobounce.net), US (api-us.zerobounce.net), or EU (api-eu.zerobounce.net).
  3. Integrate: Call GET /v2/validate?api_key=YOUR_KEY&email=user@example.com for single validation, or POST /v2/validatebatch for up to 200 at once.
  4. Handle responses: Check the status field — route Valid emails to your system, reject Invalid/Spam Trap/Abuse/Disposable, and flag Catch-All for AI Scoring.
  5. Use an SDK: ZeroBounce offers 13 official SDKs — use the one for your language instead of raw HTTP calls.
  6. Monitor usage: Check credits with GET /v2/getcredits and usage with GET /v2/getusage.

Blacklist monitoring setup

  1. Add your IPs and domains: In ZeroBounce → Blacklist Monitor → add all sending IPs (IPv4 and IPv6) and domains.
  2. Configure alerts: Set up email or webhook notifications for blacklist events.
  3. Review initial scan: ZeroBounce runs an initial check — review any existing blacklist entries.
  4. Act on alerts: When you receive a blacklist alert, identify the blacklist provider, check their delisting process, and submit a delisting request. Cross-reference with recent sending activity to find the cause.
  5. Monitor continuously: Check the dashboard regularly — some blacklists auto-expire, others require manual delisting.

DMARC monitoring setup

  1. Add your domains: In ZeroBounce → DMARC Monitor → add all domains you send email from.
  2. Publish DMARC record: If you don't have a DMARC record yet, start with v=DMARC1; p=none; rua=mailto:your-dmarc-reports@yourdomain.com. ZeroBounce provides the correct record to publish.
  3. Monitor reports: Review DMARC aggregate reports in the dashboard — identify all authorized senders.
  4. Tighten policy gradually: Once you've identified all legitimate senders, move from p=none → p=quarantine → p=reject over weeks/months.
  5. Watch for suspicious activity: Act on alerts about unauthorized senders spoofing your domain.

Email warmup workflow

  1. Connect your email account: In ZeroBounce → Email Warmup → connect the Gmail or Outlook account you want to warm up.
  2. Configure settings: Set daily send volume targets and ramp-up schedule.
  3. Start warmup: ZeroBounce begins automated engagement — sending, opening, replying, and rescuing from spam.
  4. Monitor progress: Check warmup metrics in the dashboard — delivery rates, inbox placement rates.
  5. Run inbox placement tests: After 2-3 weeks, run placement tests to verify reputation improvement.
  6. Transition to campaigns: Once warmup metrics stabilize, begin sending real campaigns at low volume and gradually increase.

Gotchas

*Best-effort from research — review these, especially items about pricing, credit costs, and API behavior that may have changed.*

  • Don't treat Catch-All as Valid or Invalid. Catch-all domains accept all emails at the SMTP level, so ZeroBounce cannot confirm individual mailbox existence through standard validation alone. Don't blindly include them (risking bounces) or blindly exclude them (losing valid prospects). Use AI Scoring to evaluate catch-all addresses individually — it's what the feature was designed for.
  • Don't underestimate Email Finder credit cost. At 20 credits per successful find, a batch of 500 lookups can cost up to 10,000 credits — equivalent to validating 10,000 emails. Budget Email Finder usage separately from validation credits. If you need high-volume email discovery, compare the per-find cost against dedicated email finder tools.
  • Don't forget about regional API endpoints. ZeroBounce offers US and EU regional endpoints in addition to the default. If you have data residency requirements (GDPR), use the EU endpoint (api-eu.zerobounce.net). If latency matters, use the regional endpoint closest to your infrastructure. The default endpoint works globally but may not satisfy compliance requirements.
  • Don't ignore the 80K/hour rate limit on credit endpoints. At 80,000 requests per hour, you can process ~22 emails per second via real-time validation. For large lists, use bulk upload (POST /v2/sendfile) instead of hammering the real-time endpoint — bulk is async and handles scale better. Use batch validation (POST /v2/validatebatch for up to 200 at a time) as a middle ground.
  • Don't warm up and campaign simultaneously from the same account. Email warmup builds reputation through controlled engagement patterns. Sending live campaigns during warmup disrupts these patterns and can hurt rather than help. Finish warmup first (2-4 weeks), then transition to live sending gradually.
  • Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.

Step 5 — Related skills

  • /sales-deliverability — Email deliverability strategy across tools (SPF/DKIM/DMARC, warmup planning, inbox placement, bounce management)
  • /sales-enrich — Enrichment strategy across tools (waterfall enrichment, CRM hygiene, credit optimization)
  • /sales-prospect-list — Build targeted prospect lists with ICP definition and segmentation
  • /sales-integration — Connect ZeroBounce to CRM and other tools via Zapier or direct integrations
  • /sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do

Examples

Example 1: Cleaning an email list before a HubSpot campaign

User says: "I have 50,000 contacts in HubSpot and want to verify them before sending a product launch email." Skill does:

  1. Recommends exporting the HubSpot contact list as CSV
  2. Walks through uploading to ZeroBounce for bulk validation (50,000 credits needed)
  3. Explains how to interpret results — remove Invalid, Spam Trap, Abuse, Disposable, and Do Not Mail
  4. Recommends running AI Scoring on Catch-All results (set threshold at 7+ for inclusion)
  5. Points to the native HubSpot integration as an alternative to manual export/import Result: Clean, verified list re-imported to HubSpot with invalid and risky addresses removed, catch-all addresses scored and filtered

Example 2: Setting up blacklist monitoring for sending infrastructure

User says: "We send from 3 IPs and 2 domains — I want to know immediately if we get blacklisted." Skill does:

  1. Walks through adding all 3 IPs (IPv4 and/or IPv6) and 2 domains to Blacklist Monitor
  2. Configures email and webhook alerts for immediate notification
  3. Explains the 200+ blacklist providers covered and the difference between auto-expiring and manual-delist lists
  4. Recommends pairing with DMARC Monitor for complete domain authentication monitoring
  5. Advises cross-referencing any blacklist hits with recent sending activity to identify the cause Result: 24/7 blacklist monitoring across 200+ providers for all sending IPs and domains, with immediate alerts

Example 3: Using the API to validate emails in real-time at signup

User says: "I want to add email validation to our signup form so fake emails don't enter our database." Skill does:

  1. Recommends the real-time validation endpoint GET /v2/validate or batch endpoint for form submissions
  2. Shows authentication setup with the api_key parameter
  3. Advises blocking Invalid, Disposable, Spam Trap, and Abuse statuses at the form level
  4. Recommends using the regional API endpoint closest to the user's infrastructure for lowest latency
  5. Suggests an SDK (13 available) for the user's backend language rather than raw HTTP calls
  6. Calculates credit usage based on expected signup volume Result: Real-time form validation preventing invalid, disposable, and risky emails from entering the database

Troubleshooting

High percentage of Catch-All results

Symptom: A large portion of your list comes back as Catch-All, making it hard to judge list quality. Cause: Many corporate domains configure catch-all mail servers that accept all addresses — standard validation cannot confirm individual mailbox existence on these domains. Solution: Run AI Scoring on all Catch-All results. Set a threshold score (7+ recommended) for inclusion in campaigns. Monitor bounce rates for scored addresses and adjust your threshold over time. If most of your list is catch-all, it likely skews toward large enterprises — this is normal.

Bulk validation job stuck or slow

Symptom: Uploaded a CSV for bulk validation but the job status shows "processing" for an extended period. Cause: Large lists take longer to process. Network issues during upload can cause incomplete file transfers. Malformed CSV formatting can slow processing. Solution: Check job status via the dashboard or GET /v2/filestatus. For large lists (100K+), processing can take hours — this is normal. If stuck for more than 24 hours, delete the file with GET /v2/deletefile and re-upload. Ensure your CSV is properly formatted with one email per row and no special characters in the email column.

API returning "Unknown" status for many emails

Symptom: Real-time validation returns "Unknown" status for a significant percentage of emails. Cause: The receiving mail server timed out or returned an ambiguous response. Greylisting by the recipient server can cause temporary Unknown results. Network issues between ZeroBounce and the recipient server. Solution: Retry Unknown emails after a few hours — greylisting typically resolves on subsequent attempts. If Unknown rates remain high for a specific domain, that domain's mail server may be aggressively blocking verification attempts. Do not treat Unknown as Valid — exclude from campaigns or retry before sending.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.3%
按下载量换算103

Claude

28.81%
按下载量换算87

Cursor

18.38%
按下载量换算55

Gemini CLI

9.4%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills