Agent skill
gtm-find-and-reach
First stage of the GTM funnel.
Filed under Prospecting and list building.
From ToolMonsters/claude-gtm-skills · 4 skills · 2 · pushed 2026-06-23
What it does when it runs
First stage of the GTM funnel. Finds the exact buyer at a target account and their verified email via FullEnrich, then builds a personalized pitch deck with Gamma that is ready to send. Trigger phrases include "find and reach", "find the buyer and build a deck", "prospect and pitch", and "/gtm-find".
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/ToolMonsters/claude-gtm-skills.git /tmp/claude-gtm-skills git -C /tmp/claude-gtm-skills sparse-checkout set "skills/gtm-find-and-reach" mkdir -p ~/.claude/skills/gtm-find-and-reach cp -R "/tmp/claude-gtm-skills/skills/gtm-find-and-reach/." ~/.claude/skills/gtm-find-and-reach/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from ToolMonsters/claude-gtm-skills/blob/0f86baa3a7f5f7d45b93c41d4616d448d9f99d89/skills/gtm-find-and-reach/SKILL.md, which is licensed MIT (repository). 500 words, 10 headings.
GTM Find and Reach (FullEnrich + Gamma)
Overview
This skill turns a target account into a ready-to-send pitch. FullEnrich finds the exact decision maker and their verified email. Gamma builds a deck made specifically for that person and company. The output is a verified email plus a deck link you can paste into one outbound message.
This is funnel stage 1 of 4. The others are gtm-meet, gtm-close, gtm-expand.
Inputs
| Input | Required | Notes |
|---|---|---|
company | yes | Target account name or domain |
role | no | Target buyer title (default: the most likely economic buyer for the offer) |
offer | no | What you are pitching. Pull from project Memory if present, otherwise ask once |
person | no | If a specific name is already known, skip the search and enrich directly |
Before asking anything, scan project Memory for the user's offer, ICP, and messaging. Confirm what you find rather than re-asking.
Workflow
Step 1: Identify the buyer
If person is given, skip to Step 2.
Otherwise call FullEnrich search_people with company and role to find the best-fit decision maker (max 10 results). Pick the single strongest match by title seniority and function relevance. Show the user the chosen person and one-line reasoning before enriching.
Step 2: Enrich (credit-gated)
Call get_credits first and tell the user the credit cost. Wait for confirmation before spending credits.
On confirmation, call enrich_search_contact to get the verified email (and phone if available). If the email comes back unverified or missing, say so plainly and offer to try the next-best contact rather than sending to a guessed address.
Step 3: Research context
Gather what the deck needs to feel made-for-them: the company's product, likely pain points, recent signals (funding, hiring, launches), and the buyer's function. Use available web tools. Keep it to what changes the pitch.
Step 4: Build the deck with Gamma
Call Gamma generate to build a short pitch deck (default 7-9 slides) personalized to the buyer and account. Structure:
- Their challenge, named specifically
- The cost of leaving it unsolved
- The offer, framed as the fix
- How it works
- Benefits mapped to their pain points
- Proof (case study or metric)
- Clear next step / CTA
Content rules for the deck: direct statements, no em-dashes, no "no X, no Y" phrasing.
Step 5: Hand off
Return one block the user can act on immediately:
- Buyer name, title, verified email
- Deck link
- A 2-3 sentence outbound message that references the deck
Tell the user the deck can be edited directly in the Gamma editor (this skill cannot modify it after generation).
Constraints
- Never spend FullEnrich credits without confirming the cost first.
- Never send or recommend sending to an unverified email without flagging it.
- One buyer per run by default. For a list, ask whether to batch with
enrich_bulkfirst.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- find-customer-social-proof by zapier · 329
- find-lead-account-owner by zapier · 329
- find-qualified-titles by getaero-io · 54
- find-contacts by Frontal-so · 4
- find-influencers by edupegoretti · 0
Need help setting it up?
This page tells you what gtm-find-and-reach does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.