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 koinod/koino-skills --skill cold-outreachgit clone --depth 1 https://github.com/koinod/koino-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/koinod/koino-skills/cold-outreach)<a href="https://agentmods.dev/skills/koinod/koino-skills/cold-outreach"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/cold-outreach/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/koinod/koino-skills/cold-outreach"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/cold-outreach.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.00000 | $0.02361 |
| Opus 5 | $0.00000 | $0.01180 |
| Sonnet 5 | $0.00000 | $0.00472 |
| Haiku 4.5 | $0.00000 | $0.00236 |
Grade A, and why
cold-outreach 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 11d 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 — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cold Outreach
Generate a personalized 5-touch email sequence + 3 LinkedIn DM variants for any prospect.
name: cold-outreach version: 1.0.0 description: Generate personalized cold outreach sequences using proven sales frameworks author: KOINO Capital tags: [sales, outreach, email, linkedin, prospecting]
Description
Cold Outreach generates a full multi-channel outreach sequence — 5 emails + 3 LinkedIn DMs — personalized to a specific prospect. Every message uses battle-tested copywriting frameworks (PAS, BAB, AIDA) that top sellers use to book meetings. No generic templates. No "I hope this finds you well."
The difference between a full pipeline and an empty calendar is 8 well-written messages.
Activation
This skill activates when:
- The user wants to create a cold outreach sequence or campaign
- The user provides a prospect and wants email + LinkedIn messages
- The user asks for a drip sequence, follow-up emails, or outbound campaign
- The user mentions "cold outreach", "email sequence", "follow-up sequence", or "DM script"
Trigger phrases: "cold outreach", "outreach sequence", "email sequence for", "follow-up emails", "LinkedIn DMs", "drip campaign", "prospect sequence", "how to reach out to"
Input
The user provides some or all of:
- Prospect name — who you're reaching out to
- Company — where they work
- Title/role — their position
- Industry — their vertical
- Pain point — what problem you solve for them
- Your offer — what you're selling or proposing
- Context (optional) — mutual connection, recent event, anything specific
If the user provides minimal info, ask for at least: company, industry, and pain point. Infer the rest.
Instructions
Step 1: Build the Prospect Profile
From the input, establish:
- Their likely daily reality — what does their day look like?
- Their top 3 pains — what keeps them up at night?
- Their buying triggers — what would make them act NOW vs. later?
- Their objections — why would they say no or ignore you?
- Their language — how do they talk about their problems? (industry jargon, casual, formal)
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.
- 11d ago First seen · 245 lines · 0 tokens per session scan A c6ad216cf582
cold-outreach is a skill published in the GitHub repository koinod/koino-skills (8 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,361 tokens. 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
capabilities
Your capability catalog — read this at boot. Lists the temporal date-range skills and the external integrations (reached via the loopback broker) available to you as a spawned worker, and exactly how to call each. Read-only. Consult it whenever you're unsure what tools/integrations you have or how to invoke them.
temporal
Resolve ANY named time window — today, yesterday, thisWeek, lastWeek, last7Days, last30Days, last90Days, thisMonth, lastMonth, thisQuarter, lastQuarter, thisYear, lastYear, last12Months — or an arbitrary range (lastNdays / lastNweeks / lastNmonths) to a concrete ISO date range relative to your run time. Read-only: no…
last30Days
Resolve "last30Days" to a concrete ISO date range relative to your run time — a rolling 30-day window ending today. Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a "last 30 days" / trailing-month task…
md-audit
Read-only code quality audit — scan the current working directory for common issues (bugs, dead code, security hotspots, missing error handling) and return a prioritised findings report. No files are edited. Use when asked to "audit the code", "quick audit", "find issues", "code scan", or "what's wrong with this…
thisQuarter
Resolve "thisQuarter" to a concrete ISO date range relative to your run time — this quarter so far (quarter start → today). Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a quarter-to-date task (QTD…
md-hive-sync
Munder Difflin hive sync — runs the start-of-task hive protocol steps: reads memory.md, checks inbox/ for new messages, and reminds you to record durable facts in memory.md and write coordination files before ending. Use when asked to "sync with the hive", "check my inbox", "hive status", or "hive sync". Proactively…