Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sendx/email-skills --skill esp-hardbounce-unlockgit clone --depth 1 https://github.com/sendx/email-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sendx/email-skills/esp-hardbounce-unlock)<a href="https://agentmods.dev/skills/sendx/email-skills/esp-hardbounce-unlock"><img src="https://agentmods.dev/badge/skills/sendx/email-skills/esp-hardbounce-unlock/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sendx/email-skills/esp-hardbounce-unlock"><img src="https://agentmods.dev/badge/skills/sendx/email-skills/esp-hardbounce-unlock.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.01076 |
| Opus 5 | $0.00024 | $0.00538 |
| Sonnet 5 | $0.00010 | $0.00215 |
| Haiku 4.5 | $0.00005 | $0.00108 |
Grade A, and why
hardbounce-unlock scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hard Bounce Unlock Request Handling
Platform Configuration — Fill These In to Match Your ESP
This skill uses example thresholds by default. Fill in your platform's actual policies below so the investigation and decision logic matches how your ESP works.
- Hard bounce lock threshold: [e.g., 500+ hard bounces within 10,000 emails sent]
- Lock behavior: [permanent until manual unlock / auto-unlock after X days]
- Unlock request method: [e.g., support form, support ticket, email]
Context
An account is automatically locked when it exceeds the hard bounce threshold configured above. The lock is permanent until manually unlocked. Users submit a form which creates a support ticket. Support reps should monitor for locked accounts where the user never submits a form.
Your Job
Understand the story the customer is telling and determine whether it is coherent. Spammers lie. Legitimate senders with bad campaigns tell coherent stories.
Step 1: Read the Form
Before doing anything else, read all form responses. The form captures:
- Primary sending domain and approximate contact count
- How long they have used the domain for email marketing
- How they built the list (signup URL, opt-in method, subscriber expectations)
- New contacts added in last 30 days, when they last emailed this list
- Whether they cleaned the list before sending, willingness to enable List Hygiene
- Confirmation list is not purchased or scraped
Step 2: Verify Their Claims
Check via your internal database and support system:
- Account creation date and tier upgrade history (did they jump to a high tier immediately?)
- Actual contact count vs claimed count
- Previous warnings or locks
- Sending history and engagement metrics
Check externally:
- Domain age via WHOIS — does it match their claimed email marketing history?
- Signup URL — does it exist, work, and match the story?
- Website legitimacy — does it look like it generates their claimed signup volume?
- Campaign content — does it match what subscribers expect?
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 124 lines · 49 tokens per session scan A 97c6e46492dd
hardbounce-unlock is a skill published in the GitHub repository sendx/email-skills (8 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 1,076 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
email-marketing-bible
Data-backed email marketing skill for AI agents. Use when building or running email automation, driving an ESP from an agent (MCP/connectors), diagnosing deliverability, writing or de-slopping email copy, directing AI email design, choosing a platform, or pulling benchmarks. Covers flows, segmentation, compliance…
catalyst-center-readonly
Query Cisco Catalyst Center read-only — device inventory, site hierarchy, wireless, assurance health, compliance, software images, events. All 514 read-only API operations reachable through 8 grouped dispatchers. Use when asked what Catalyst Center manages, where a device sits, what its health or compliance state is…
playwright-best-practices
Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions…
huawei-cloud-ucs-policy-governor
Huawei Cloud UCS (Ubiquitous Cloud Native Service) policy governance and compliance management skill using hcloud CLI. Use this skill when the user wants to: (1) manage UCS policy instances - create/update/query/delete, (2) manage UCS policy definitions - query/list, (3) enable/disable policies on clusters or fleet…
cis-aws-compute-2.14
Ensure EC2 Auto Scaling Groups Propagate Tags to EC2 Instances that it launches.
ebpf-observability
Use eBPF for deep kernel-level observability — trace syscalls, network flows, and application behavior without code changes using Cilium, Tetragon, and bpftrace.