send-outreach

send-outreach is a skill for Claude Code from Mahashwetha/Job-search-email-system-claude. It costs 118 tokens per session (1,381 once invoked), scanned A, original, MIT.

A tool for sending personalised cold or follow-up emails to HR contacts, with a resume and portfolio attached. It can first send a preview email for approval before contacting the real recipient.

In plain words
What is it for?
Use it to contact a recruiter or HR person about a job application, optionally copying another address, after reviewing the preview.
Why use it?
It reduces the manual work of preparing outreach while adding a review step before an external email is sent. It requires the contact's name, email address, and company.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to contact a recruiter or HR person about a job application, optionally copying another address, after reviewing the preview.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahashwetha/job-search-email-system-claude/send-outreach
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 Mahashwetha/Job-search-email-system-claude --skill send-outreach
Clone the repo
git clone --depth 1 https://github.com/Mahashwetha/Job-search-email-system-claude

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/send-outreach/github.svg)](https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/send-outreach)
Your own site
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/send-outreach"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/send-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.

agentmods 80×15 button for send-outreach

Your own site · 80×15
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/send-outreach"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/send-outreach.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,381 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 88
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 92
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00118 $0.01381
Opus 5 $0.00059 $0.00691
Sonnet 5 $0.00024 $0.00276
Haiku 4.5 $0.00012 $0.00138

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

Security

Grade A, and why

send-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 8d 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.

.claude/skills/send-outreach/SKILL.md · 109 lines

How it starts

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

Send HR Outreach Email

Send a personalised cold outreach email with resume + portfolio attached using send_outreach_emails.py.

Script location

C:\Users\mahas\Learnings\claude-job-agent\send_outreach_emails.py

What you need from the user

Argument Required Notes
--name Yes HR contact full name (e.g. "Andrea Smith")
--email Yes HR contact email address
--company Yes Company name exactly as in tracker (used for role lookup)
--cc No CC email address (e.g. second recruiter)

If the user hasn't provided all required info, ask for it before running.

Steps

1 — Preview first (dry run to user's inbox)

Always send a test to [email protected] first so the user can approve the email:

cd "C:\Users\mahas\Learnings\claude-job-agent"
echo yes | python send_outreach_emails.py --name "[NAME]" --email "[email protected]" --company "[COMPANY]"

Show the preview output to the user and ask: "Looks good? Send to the real recipient?"

2 — Send to real recipient (only after user confirms)

cd "C:\Users\mahas\Learnings\claude-job-agent"
echo yes | python send_outreach_emails.py --name "[NAME]" --email "[EMAIL]" --company "[COMPANY]"

Add --cc "[CC_EMAIL]" if a CC was provided.

What the script does automatically

  • Looks up the role from List.xlsx (matches company name, status = done)
  • If found in tracker → fills {role} placeholder with the actual role title
  • If not in tracker → sets role to [Company] opportunities
  • Always uses email_cold_outreach_template.txt (Jinka-style with bullet points)
  • Attaches both PDFs from resume/ folder
  • Shows full preview before sending

Rules

  • Never skip the test send step — always preview to user's inbox first
  • Never send to real recipient without explicit user approval after the test
  • If the script errors on missing attachment, check that resume/ folder has both PDFs
  • If template not found, check that emailoutreach/email_cold_outreach_template.txt exists
  • LinkedIn InMail variants also live in emailoutreach/: linkedinoutreach_followup_template.txt (checking status on an application) and linkedinoutreach_coldintro_template.txt (plain cold outreach, no application)
  • Do not hardcode HR contact details anywhere in code or skill files
  • If the job listing URL returns 404 or any error (expired/taken down), do not send the outreach email — the role no longer exists. Either switch to the spontaneous template or skip entirely and notify the user.

Read the full file on GitHub · 109 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. 8d ago Changed · +1 lines 80dd6d7cf3c5
  2. 12d ago First seen · 108 lines · 118 tokens per session scan A 702610b7f614

Subscribe to this mod's changes

send-outreach is a skill published in the GitHub repository Mahashwetha/Job-search-email-system-claude (9 stars, last pushed 12d ago), licensed MIT. It adds 118 tokens to every session and 1,381 once invoked, about $0.0006 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.

Related

Other skills, from other repositories