outbound-send-orchestrator

outbound-send-orchestrator is a skill for Claude Code from matteotitta/genesys-skills. It costs 34 tokens per session (2,735 once invoked), scanned A, original, MIT.

A human-reviewed campaign handoff that turns an outreach send sheet into Gmail drafts and scheduled Slack reminders for sending and LinkedIn follow-ups.

In plain words
What is it for?
Use it to prepare one draft per contact, remind a person when to send, and provide the planned LinkedIn follow-up text.
Why use it?
It closes the gap between writing outreach and completing the manual sending and follow-up work.

Skill for Claude Code

Written for Claude Code: effort in frontmatter.

Good fit Use it to prepare one draft per contact, remind a person when to send, and provide the planned LinkedIn follow-up text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteotitta/genesys-skills/outbound-send-orchestrator
Install

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.

Any agent
npx skills add matteotitta/genesys-skills --skill outbound-send-orchestrator
Clone the repo
git clone --depth 1 https://github.com/matteotitta/genesys-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for outbound-send-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/outbound-send-orchestrator/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/outbound-send-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/outbound-send-orchestrator"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/outbound-send-orchestrator/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.

agentmods 80×15 button for outbound-send-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/outbound-send-orchestrator"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/outbound-send-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,735 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.02735
Opus 5 $0.00017 $0.01367
Sonnet 5 $0.00007 $0.00547
Haiku 4.5 $0.00003 $0.00274

Measured 9d ago against content hash 583775a9f3b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

outbound-send-orchestrator 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 9d 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.

skills/primitives/outbound/execution/outbound-send-orchestrator/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/outbound-send-orchestrator — send sheet → Gmail drafts + Slack reminders

Closes the gap between "the email is drafted" and "the human actually sent it + did the LinkedIn followup 24h later." Reads a SEND_SHEET.md (the canonical output of /outreach-emails campaign mode), creates one Gmail draft per contact, then schedules two Slack DMs per contact: a T+0 reminder when it's time to click send, and a T+24h-weekday reminder with the LinkedIn 1/2 connect note + LI 2/2 followup copy inline.

Imported via: /steal analysis of Andytoizer/agentoperator-outbound-engine (2026-05-05). Cite-only — no LICENSE in source repo. Pattern attribution: Andy Toizer.


When to run

Trigger on: "schedule sends", "fire this campaign", "wire up the Slack reminders", "send this batch", "hand off to me to send manually."

Do NOT use for:

  • Autosend campaigns (use Apollo Sequences via apollo:sequence-load, HubSpot, Lemlist, Smartlead, Instantly — anything that fires emails without human review).
  • Marketing email blasts to subscriber lists (use /lifecycle-marketing).
  • LinkedIn-only campaigns with no email touch (the orchestrator pairs the two; LI-only doesn't need it).
  • Single one-off emails (just create the Gmail draft directly).

Prerequisites

  • Validated emails (run /deepline-enrich first if any contact has a placeholder or unverified email).
  • LinkedIn URLs for every contact (the T+24h DM includes the URL inline).
  • Slack MCP (mcp__087d4f9f-*__slack_schedule_message) and Google Workspace MCP (mcp__google-workspace__draft_gmail_message) connected.
  • Operator's own Slack user ID (for DM-to-self) — surface from slack_read_user_profile or the MCP tool description.

The load-bearing invariant — read this once, then never violate

Every Gmail draft must materialise BEFORE its matching Slack DM is scheduled. Never the inverse.

If you schedule the Slack DM first and the Gmail draft creation fails, the operator gets a "send this now" Slack ping at 9:03 AM with nothing in their drafts folder. They scramble, can't find the draft, the moment passes, the email never goes. The invariant exists to prevent exactly this failure mode (documented in the source repo at schedule-sends/SKILL.md lines 65-69).

Read the full file on GitHub · 182 lines

Changes

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.

  1. 9d ago First seen · 182 lines · 224 tokens per session scan A 583775a9f3b8

Subscribe to this mod's changes

outbound-send-orchestrator is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 2,735 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-09-03.

Related

Other skills, from other repositories

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

leadmagic-cli

Use the LeadMagic CLI for enrichment automation — find emails, validate contacts, enrich CSVs in batch, find decision-makers by role, and push to outbound platforms (Smartlead, Instantly). Use when automating enrichment from the command line, batch-processing contacts, or integrating LeadMagic into scripts. Triggers…

LeadMagic/gtm-skills · 99 tokens

revenue-team-onboarding

Revenue team onboarding — security access provisioning, ramp schedules, 30-60-90 plans, Slack engagement, shadowing, certification, and time-to-first-meeting reduction. Use when onboarding SDRs, AEs, managers, or RevOps hires. Triggers on: "sales onboarding", "SDR ramp", "30-60-90 sales", "reduce ramp time", "Slack…

LeadMagic/gtm-skills · 104 tokens

team-management

Team management for startup leaders — 1:1s, performance reviews, goal setting (OKRs), delegation, feedback culture, remote team management, team rituals, and scaling from IC to manager. Use when building team processes, managing first direct reports, or scaling management as the company grows. Triggers on: "team…

LeadMagic/gtm-skills · 95 tokens