aaron-marketing-skills is a collection of 120 AI-agent skills covering marketing work such as brand narrative, search optimization, social media, email, advertising, influencer campaigns, and launches. Marketers and agent users can install it as a plugin, use its portable skills, or run its described bot team. The catalogue entries are components of this marketing workflow.
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/aaron-he-zhu/aaron-marketing-skillsnpx agentmods add skills/aaron-he-zhu/aaron-marketing-skills/cold-outbound-sequencerWrote 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/aaron-he-zhu/aaron-marketing-skills/cold-outbound-sequencer)<a href="https://agentmods.dev/skills/aaron-he-zhu/aaron-marketing-skills/cold-outbound-sequencer"><img src="https://agentmods.dev/badge/skills/aaron-he-zhu/aaron-marketing-skills/cold-outbound-sequencer/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/aaron-he-zhu/aaron-marketing-skills/cold-outbound-sequencer"><img src="https://agentmods.dev/badge/skills/aaron-he-zhu/aaron-marketing-skills/cold-outbound-sequencer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk warn
- NVIDIA SkillSpector pass
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.00172 | $0.03359 |
| Opus 5 | $0.00086 | $0.01680 |
| Sonnet 5 | $0.00034 | $0.00672 |
| Haiku 4.5 | $0.00017 | $0.00336 |
Grade A, and why
cold-outbound-sequencer 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 10d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cold Outbound Sequencer
Designs a B2B cold-outbound program: the multi-step sequence with reply-triage branching, the domain/mailbox warmup ramp and per-mailbox send throttle that keep it out of spam, and the CAN-SPAM / opt-in jurisdiction guardrails it must obey. It maps each step's timing and exit rule, routes every reply type to a branch, sets a ramp schedule that protects sender reputation, and states the compliance guardrails as guidance the user must confirm with counsel. It reads the SEND S (Sender-integrity / Deliverability) lever for outbound but does not compute the final EQS, does not own the consent record, and does not give legal advice.
Quick Start
Build a 5-step cold-outbound sequence for [ICP] from [sending domain/mailbox]. Here is my target list source and its jurisdiction mix: [paste/path].
Design reply-triage branching for my outbound: route positive / objection / referral / not-now / opt-out to the right next action.
I have 3 new sending mailboxes on a fresh domain. Plan a warmup ramp and a per-mailbox daily send throttle before I start the sequence.
Skill Contract
Expected output: a cold-outbound sequence map (per-step timing, goal, exit conditions), a reply-triage branch table routing every reply type, a warmup + send-throttle ramp schedule (per-mailbox daily volume by week), a jurisdiction guardrail block (CAN-SPAM required elements, opt-in-jurisdiction flags — labeled guidance, not legal advice), a SEND S-dimension read with sub-item notes and the Cold-outbound typed profile named, and the standard handoff summary.
- Reads: the sequence goal or ICP, the sending-domain/mailbox setup (how many mailboxes, domain age, current warmup state), the target list source and its jurisdiction mix, current bounce/spam-complaint signals from a
~~email platformsending report when available, and the SENDcold-outboundprofile (S=.35 E=.25 N=.15 D=.25) from send-benchmark.md. - Writes: a user-facing sequence map + warmup/throttle schedule + guardrail block, and a reusable handoff summary to
memory/email/cold-outbound-sequencer/YYYY-MM-DD-<sequence-or-icp>.md. - Promotes: chosen sequence structure, warmup/throttle schedule, the jurisdictions in scope, the S-dimension read, and missing exports/consent-basis gaps to
memory/hot-cache.mdandmemory/open-loops.md; propose durable outbound-cadence or list-source decisions aspending-decisionitems — never writedecisions.mddirectly. - Done when: every sequence step has timing, a goal, and an explicit exit rule; reply-triage routes positive / objection / referral / not-now / opt-out; a per-mailbox warmup ramp and daily send throttle are specified; the CAN-SPAM required elements and any opt-in-jurisdiction flags are stated as guidance with a "confirm with counsel" caveat; and the SEND S read is emitted with the Cold-outbound typed profile named.
- Primary next skill: consent-registry to record the lawful basis for each list source (the S2 input), or email-quality-auditor to score the program and enforce S1/S2/N1/D1.
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.
- 10d ago Changed a7dc94f8fbcd
- 13d ago First seen · 93 lines · 172 tokens per session scan A ec23f0dd6ce2
cold-outbound-sequencer is a skill published in the GitHub repository aaron-he-zhu/aaron-marketing-skills (2,767 stars, last pushed today), licensed Apache-2.0. It adds 172 tokens to every session and 3,359 once invoked, about $0.0009 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-30.
Other skills, from other repositories
geo-visibility-check
One-shot GEO audit: does your brand appear in Claude, ChatGPT, and Gemini answers for the buyer questions that matter? Runs a prompt panel through the engines with citation tracing and reports per-prompt verdicts, who wins instead, and which sources the answers come from.
accessibility-audit
Run an accessibility audit for a SEOJuice-tracked website. Shows WCAG issues, severity distribution, and auto-fixable items. Use when the user asks about accessibility, WCAG compliance, a11y, or screen reader support.
geo-optimizer-skill
Run geo audit first. It scores the site 0–100 across 8 categories and generates a prioritized action list.
geo-loop
Run one bounded eGEOagents loop iteration over a workspace domain - read the charter and fresh collector data, do ONE unit of work, write substrate artifacts, append one Timeline entry and one LOG line. Use for loop mode, /geo:loop, scheduled GEO runs, or continuous monitoring.
content-scoring
Score content against the 10 GEO criteria with evidence and prioritized fixes. Use when users ask to score, rate, evaluate, or estimate ranking strength.
competitive-analysis
Analyze AI-search competitors for a query and recommend ranking strategy. Use when users ask competitor analysis, who ranks, or competitive landscape.