handle-reply

handle-reply is a skill for Claude Code, Codex from swan-gtm/gtm-skills. It costs 34 tokens per session (1,118 once invoked), scanned A, original, MIT.

An inbound-reply handling workflow for outbound sales sequences. It classifies a prospect's response, drafts an appropriate reply or stop action, and updates sales records without sending the message automatically.

In plain words
What is it for?
Use it to process interested, negative, unclear, or other inbound replies, prepare responses for approval, and stop or update outreach when needed.
Why use it?
It prevents replies from being treated alike and reduces the risk of sending an unsuitable response. It also keeps the sequence and CRM state aligned with the conversation.

Skill for Claude CodeCodex

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

Good fit Use it to process interested, negative, unclear, or other inbound replies, prepare responses for approval, and stop or update outreach when needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swan-gtm/gtm-skills/handle-reply
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 swan-gtm/gtm-skills --skill handle-reply
Clone the repo
git clone --depth 1 https://github.com/swan-gtm/gtm-skills

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 handle-reply

README.md
[![agentmods](https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/handle-reply/github.svg)](https://agentmods.dev/skills/swan-gtm/gtm-skills/handle-reply)
Your own site
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/handle-reply"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/handle-reply/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 handle-reply

Your own site · 80×15
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/handle-reply"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/handle-reply.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 1,118 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 pass 7 Sept 2026
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.00034 $0.01118
Opus 5 $0.00017 $0.00559
Sonnet 5 $0.00007 $0.00224
Haiku 4.5 $0.00003 $0.00112

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

Security

Grade A, and why

handle-reply 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/ido-goldberg/handle-reply/SKILL.md · 71 lines

How it starts

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

Instructions

State check. This skill assumes a CRM is connected, at least one sender is configured with instructions, and the org has approved message examples to anchor voice. Check the CRM connection, load sender instructions, and pull message examples before drafting. If no sender instructions exist, ask the user to define voice once so every reply lands consistent — don't fall back to a generic tone. If no CRM is connected, the skill still runs for the draft itself, but skip the CRM write steps and tell the user.

Step 1 — Load the thread and the sequence context

Pull the sequence and the latest reply:

  • swan-search-sequences filtered to the contact or company to find the active sequence.
  • swan-get-sequence for the full thread and the original outbound message.
  • hubspot-search-objects on Contacts + Companies to confirm CRM state (lifecycle stage, owner, deal associations).

If the response is large, read the full JSON from files/tool-outputs/swan-get-sequence_<callId>.json in swan-execute-code and print only the last 2-3 thread turns plus the sequence goal.

Step 2 — Classify intent

Read the reply once and pick exactly one bucket. Keep the classification one line.

Intent Signals Next action
Interested Asks a question, requests a meeting, asks for pricing, "tell me more" Draft a fast positive reply, propose times, offer a deck
Objection Concern about price, fit, timing, "not now," "we use X" Draft a reframe — address the objection, offer one specific next step
Wrong person "Not me," "talk to X," referral to a colleague Route to the new contact, ask for the warm intro, thank them
Unsubscribe "Stop emailing," "remove me," "unsubscribe" Stop the sequence, mark do-not-contact, no reply
Out of office Auto-reply, return date, alt contact Pause the sequence to the return date; if alt contact given, route
Neutral / soft no "Reaching out later," "send info," vague Drop a short value follow-up, push to next sequence step

Read the full file on GitHub · 71 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 · 71 lines · 34 tokens per session scan A 501248fe4478

Subscribe to this mod's changes

handle-reply is a skill published in the GitHub repository swan-gtm/gtm-skills (153 stars, last pushed 2d ago), licensed MIT. It adds 34 tokens to every session and 1,118 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

leadership-change-outreach

End-to-end leadership change signal composite. Takes any set of companies, detects recent leadership changes (new VP+, C-suite hires and promotions), evaluates relevance to your product, and drafts personalized outreach. Uses Apollo People Search (free) for fast detection + Apollo Enrichment (1 credit/person) for…

gooseworks-ai/goose-skills · 79 tokens

news-signal-outreach

End-to-end news-triggered signal composite. Takes any piece of news — an article, LinkedIn post, tweet, announcement, event, trend, regulation, product launch, acquisition, layoff, expansion, or any other public event — and evaluates whether the companies or people mentioned are ICP fits. If yes, identifies the…

gooseworks-ai/goose-skills · 201 tokens

champion-move-outreach

End-to-end champion/buyer/user job change signal composite. Takes a set of known people (past buyers, champions, power users), detects when they move to a new company, researches the new company for ICP fit, and drafts personalized outreach leveraging the existing relationship. Tool-agnostic — works with any people…

gooseworks-ai/goose-skills · 78 tokens

linkedin-outreach

End-to-end LinkedIn outreach campaign builder. Takes leads from Supabase, upstream skills, or CSV. Aligns on campaign goal and tone, writes personalized LinkedIn message sequences (connection request + follow-ups + optional InMail), presents for review, and exports for the user's outreach tool (Dripify, Botdog…

gooseworks-ai/goose-skills · 83 tokens

funding-signal-outreach

End-to-end funding signal composite. Takes any set of companies, detects recent funding events, qualifies against your company context, finds relevant people (buyers, champions, users), and drafts personalized outreach. Tool-agnostic — works with any company source, contact finder, and outreach platform.

gooseworks-ai/goose-skills · 64 tokens

hiring-signal-outreach

End-to-end hiring signal composite. Takes any set of companies, detects job postings that your product augments or replaces, finds relevant people (the hiring manager, buyers, champions, users), and drafts personalized outreach using the job role as the hook. Tool-agnostic — works with any company source, job board…

gooseworks-ai/goose-skills · 78 tokens