Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/cmj-hub/claude-cold-emailnpx agentmods add skills/cmj-hub/claude-cold-email/cold-email-spam-lintWrote 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/cmj-hub/claude-cold-email/cold-email-spam-lint)<a href="https://agentmods.dev/skills/cmj-hub/claude-cold-email/cold-email-spam-lint"><img src="https://agentmods.dev/badge/skills/cmj-hub/claude-cold-email/cold-email-spam-lint/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/cmj-hub/claude-cold-email/cold-email-spam-lint"><img src="https://agentmods.dev/badge/skills/cmj-hub/claude-cold-email/cold-email-spam-lint.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.00106 | $0.01062 |
| Opus 5 | $0.00053 | $0.00531 |
| Sonnet 5 | $0.00021 | $0.00212 |
| Haiku 4.5 | $0.00011 | $0.00106 |
Grade A, and why
cold-email-spam-lint 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 3d 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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cold Email Spam Lint — deterministic spam-trigger scanner
A real scanner, not vibes. Backs onto scripts/spam_word_lint.py for
deterministic scoring against a maintained 200-word spam-trigger
lexicon.
Activation
Loaded by:
cold-email-craft— final self-check before delivering a draftcold-email-weekly-rhythm— Wednesday ship-day batch lint- User invocation: "spam-lint this email"
How it scores
Each draft gets a 0-100 deliverability-risk score across 6 axes:
| Axis | Weight | What it catches |
|---|---|---|
| Spam-trigger words | 25 | "URGENT", "ACT NOW", "Limited time", "free money", "guaranteed" — 200+ patterns |
| ALL CAPS | 15 | Subject or body lines in caps |
| Emoji | 10 | Emoji in subject (high B2B spam signal) |
| Clickbait patterns | 15 | "You won't believe...", "This one trick...", "Doctors hate..." |
| Fake threading | 10 | "Re:" / "Fwd:" in subject when there's no prior thread |
| Link / image ratio | 25 | >1 link or image-to-text >40% — B2B threshold |
Output:
# Spam Lint — <subject>
## Deliverability risk score: <0-100>/100
| Axis | Score | Issues |
|---|---|---|
| Spam-trigger words | <0-25>/25 | Found: <words> |
| ALL CAPS | <0-15>/15 | Caps in: <lines> |
| Emoji | <0-10>/10 | Subject has 🚀 |
| Clickbait | <0-15>/15 | "You won't believe..." in line 2 |
| Fake threading | <0-10>/10 | Subject starts with "Re:" |
| Link/image ratio | <0-25>/25 | 3 links found |
## Line-by-line flags
[Line 1 — Subject] "Re: URGENT — pipeline update 🚀"
- Fake threading: subject begins with "Re:"
- Spam-trigger: "URGENT"
- ALL CAPS in subject
- Emoji in subject
[Line 5 — Body] "You won't believe what we shipped this quarter."
- Clickbait pattern: "You won't believe"
## Verdict
| Score | Verdict |
|---|---|
| 90-100 | Ship |
| 75-89 | Ship after fixes — flagged items have alternatives below |
| 60-74 | Rewrite — too many deliverability flags |
| <60 | Do not send — will land in spam |
Implementation
The skill shells out to a Python script:
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.
- 3d ago Changed 41b53501adc4
- 12d ago First seen · 119 lines · 106 tokens per session scan A 3f335ce7a837
cold-email-spam-lint is a skill published in the GitHub repository cmj-hub/claude-cold-email (2 stars, last pushed 3d ago), licensed MIT. It adds 106 tokens to every session and 1,062 once invoked, about $0.0005 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
afrexai-lead-hunter
Enterprise-grade B2B lead generation, enrichment, scoring, and outreach sequencing for AI agents. Find ideal prospects, enrich with verified data, score against your ICP, and generate personalized outreach — all autonomously.
graphify
Knowledge graph engine for B2B sales intelligence. Builds queryable graphs from product catalogs, customer conversations, and market research. Powered by graphify.
telegram-toolkit
Register these commands with @BotFather using /setcommands.
lead-discovery
AI-driven lead discovery for B2B export. Searches web for potential buyers matching ICP, evaluates fit, and creates CRM records for follow-up.
b2b-sdr-agent
Open-source B2B AI SDR template. 7-layer context system with 10-stage sales pipeline, 4-layer anti-amnesia memory, 14 automated pipeline checks, WhatsApp IP isolation, multi-channel (WhatsApp+Telegram+Email). Built on OpenClaw.
sdr-humanizer
Transform AI-generated sales messages into natural, human-like conversations that build trust and rapport.