outreach-campaigns

outreach-campaigns is a skill for Claude Code, Codex from Threat-Vector-Security/guardian-agent. It costs 0 tokens per session (326 once invoked), scanned A, original, Apache-2.0.

A workflow for managing contact lists and email outreach campaigns. It covers importing contacts, creating campaigns, reviewing recipients, and running a dry run before sending.

In plain words
What is it for?
Importing and reviewing contacts, building recipient lists, preparing campaign messages, checking personalization fields, and sending only after explicit approval.
Why use it?
It reduces duplicate contacts and prevents messages from being sent to an unchecked audience. It also separates campaign work from reading or handling individual emails.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Importing and reviewing contacts, building recipient lists, preparing campaign messages, checking personalization fields, and sending only after explicit approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/threat-vector-security/guardian-agent/outreach-campaigns
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 Threat-Vector-Security/guardian-agent --skill outreach-campaigns
Clone the repo
git clone --depth 1 https://github.com/Threat-Vector-Security/guardian-agent

Made for: Claude Code, Codex.

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 outreach-campaigns

README.md
[![agentmods](https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/outreach-campaigns/github.svg)](https://agentmods.dev/skills/threat-vector-security/guardian-agent/outreach-campaigns)
Your own site
<a href="https://agentmods.dev/skills/threat-vector-security/guardian-agent/outreach-campaigns"><img src="https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/outreach-campaigns/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 outreach-campaigns

Your own site · 80×15
<a href="https://agentmods.dev/skills/threat-vector-security/guardian-agent/outreach-campaigns"><img src="https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/outreach-campaigns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 326 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.00000 $0.00326
Opus 5 $0.00000 $0.00163
Sonnet 5 $0.00000 $0.00065
Haiku 4.5 $0.00000 $0.00033

Measured 11d ago against content hash 8c89abde5417, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

outreach-campaigns 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.

skills/outreach-campaigns/SKILL.md · 38 lines

What it actually says

Outreach Campaigns

When the user is managing contacts or running outreach campaigns:

This skill is for campaign and mailing-list workflows, not ordinary mailbox reads or one-off personal email handling.

Contact Management

  • Confirm the data source before importing: CSV file path, browser discovery target.
  • Summarize imported contacts (count, fields found) before proceeding to campaign use.
  • Use contacts_list to review existing contacts before adding duplicates.

Campaign Creation

  1. Confirm campaign name, purpose, and target audience.
  2. Create the campaign with campaign_create before adding contacts.
  3. Add contacts explicitly with campaign_add_contacts. Summarize who will be included.
  4. Review the full recipient list with the user before any send step.

Sending

  • Always run campaign_dry_run first. Present the dry-run output for user review.
  • Treat campaign_run and gmail_send as high-risk external actions. Require explicit user approval before execution.
  • Never send without a prior dry-run in the same session.
  • Confirm: recipients, subject, body, and any personalization fields.

Safety

  • Refuse to send to lists the user has not reviewed.
  • If the contact list is large (>50), warn about volume and confirm intent.
  • Flag any contacts missing required fields (email address, name) before sending.

Gotchas

  • Do not infer the audience from vague language when the actual recipient set matters.
  • Do not skip campaign_dry_run, even if the content looks obvious.
  • Do not mix campaign workflows with ordinary one-off mailbox tasks.
Files

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.

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. 11d ago First seen · 38 lines · 0 tokens per session scan A 8c89abde5417

Subscribe to this mod's changes

outreach-campaigns is a skill published in the GitHub repository Threat-Vector-Security/guardian-agent (13 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 326 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-30.

Related

Other skills, from other repositories

analyzing-powershell-script-block-logging

Parse Windows PowerShell Script Block Logs (Event ID 4104) from EVTX files to detect obfuscated commands, encoded payloads, and living-off-the-land techniques. Uses python-evtx to extract and reconstruct multi-block scripts, applies entropy analysis and pattern matching for Base64-encoded commands, Invoke-Expression…

mukul975/Anthropic-Cybersecurity-Skills · 88 tokens

agent-squad-typescript

Use when building or modifying a Node.js / TypeScript app that uses the agent-squad npm package — multi-agent orchestration: orchestrator, agents (all built-in types + GroundedAgent), classifier routing (Bedrock / Anthropic / OpenAI), storage (in-memory / DynamoDB / SQL), retrievers (Amazon KB / Dakera), and tools…

2FastLabs/agent-squad · 87 tokens

post-build-flow

Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.

n8n-io/n8n · 53 tokens

intent-recognition

Classifies automation requests using two decisions: anchor (which primitive owns the top-level control flow — workflow-anchored, agent-anchored, needs-clarification, or out-of-scope) and embedsother (whether the other primitive appears embedded inside — an agent step inside a workflow, or a workflow invoked as an…

n8n-io/n8n · 146 tokens

n8n-cli

Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance. Use when the user asks to interact with n8n, automate workflows, manage credentials, or operate their instance from the command line.

n8n-io/n8n · 55 tokens

data-table-manager

Load before calling data-tables or parse-file. Use for natural standalone requests like "what data tables do I have?", "show/list my tables", or "what columns are in this table?", and whenever the user asks to list, show, create, inspect, import, seed, query, update, clean up, rename columns in, or delete data tables…

n8n-io/n8n · 113 tokens