# Autonomous Sales Sniper

> ---

- Skill: `akhilkannur/autonomous-sales-sniper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/autonomous-sales-sniper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/autonomous-sales-sniper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/autonomous-sales-sniper

---

--- 
name: autonomous-sales-sniper
description: "Searches for companies in your target segments, filters out agencies, and builds a qualified prospect list."
version: 1.0.0
category: Lead Gen
---

# 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
1.  **Check:** Does `target_segments.csv` exist?
2.  **If Missing:** Create `target_segments.csv` using the `sampleData` provided in this blueprint.
3.  **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.csv` with headers: Company, Website, Industry, Status, Confidence, Contact_Name, Contact_Role

**Phase 2: Find and Qualify Companies**
For each segment in the CSV:
1. Search for companies matching that Industry + Location
2. 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
3. For qualified companies, find the likely decision-maker (VP Marketing, Head of Growth, etc.)
4. Add to `prospects.csv` with Status="Pending Review"

**Phase 3: Save Results**
- Update `prospects.csv` with 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](https://realaiexamples.com)*


