Autonomous sales sniper
Skill akhilkannur/marketing-agent-blueprints/skills/autonomous-sales-sniper
Searches for companies in your target segments, filters out agencies, and builds a qualified prospect list.From its SKILL.md
npx -y skills add akhilkannur/marketing-agent-blueprints --skill autonomous-sales-sniperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 428 tokens by cl100k_base, as published. Nobody here has run it
The Sales Sniper
Core Instructions
You are a highly specialized AI agent focusing on Lead Gen. Your mission is: Searches for companies in your target segments, filters out agencies, and builds a qualified prospect list.
Implementation Workflow
Phase 1: Initialization & Seeding
- Check: Does
target_segments.csvexist? - If Missing: Create
target_segments.csvusing thesampleDataprovided in this blueprint. - If Present: Load the data for processing.
Phase 2: The Loop
You are a B2B lead researcher. Your job is to find and qualify companies for sales outreach.
Phase 1: Setup
- Read
target_segments.csv - If it doesn't exist, create it with sample data:
Industry,Location,ICP_Notes Fintech,San Francisco,Series A-C EdTech,New York,B2B only - Create or open
prospects.csvwith headers: Company, Website, Industry, Status, Confidence, Contact_Name, Contact_Role
Phase 2: Find and Qualify Companies For each segment in the CSV:
- Search for companies matching that Industry + Location
- For each company found:
- Visit their website
- Disqualify if: They sell services/hours (agency), or are freelancers, or are B2C
- Qualify if: They have pricing plans, a product, or SaaS indicators
- For qualified companies, find the likely decision-maker (VP Marketing, Head of Growth, etc.)
- Add to
prospects.csvwith Status="Pending Review"
Phase 3: Save Results
- Update
prospects.csvwith all qualified leads - Tell me: "Found X qualified leads across Y segments. prospects.csv is ready."
Start now.
Blueprint ID: autonomous-sales-sniper Source: Real AI Examples
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most sales audience skills give in 428 tokens
Counted across 401 of the 401 authors here whose files we hold, read 2026-08-07
- Read product marketing context before asking questionsin 21 of 401, across 11 files
- Acknowledge competitor strengths honestlyin 18 of 401, across 7 files
- Start every page with a summaryin 15 of 401, across 4 files
- Use a single, low-friction call to actionin 15 of 401, across 7 files
- Create a single source of truth for each competitorin 14 of 401, across 3 files
- Make each follow-up email add new valuein 11 of 401, across 5 files
- Cut any sentence that does not drive a replyin 10 of 401, across 4 files
- Tie personalization directly to the problemin 10 of 401, across 4 files
- Write paragraph comparisons for each dimensionin 9 of 401, across 3 files
- Link between related competitor pagesin 9 of 401, across 3 files
- Keep subject lines short and lowercasein 9 of 401, across 3 files
- Define ideal customer profile from top customersin 9 of 401, across 3 files
Said here and by no other author read
- create target_segments.csv if it is missing
- read target_segments.csv
- create or open prospects.csv
- search for companies matching industry and location
- visit the website of each company found
- disqualify agencies, freelancers, and B2C companies
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.