sales-prospecting
Sales Prospecting helps you build targeted prospect lists by searching for companies and decision makers, then retrieving and verifying their contact information. The skill combines company discovery, people search, email finding, and deliverability validation into a single workflow for sales outreach.
Sales Prospecting finds and verifies email addresses for targeted B2B sales prospects using company and job title filters.
AI-generated summary based on this skill's SKILL.md
Install
gooseworks-ai/goose-skills/sales-prospecting · repository language: Python
git clone https://github.com/gooseworks-ai/goose-skills
cp -r goose-skills/skills/lead-generation/capabilities/sales-prospecting ~/.claude/skills/sales-prospectingFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does sales-prospecting help build prospect lists with verified emails?
Sales Prospecting combines company discovery, people search, and email verification into one workflow. You search for target companies and decision makers by job title and location, retrieve their contact information, and validate email deliverability before adding prospects to your sales sequences. This ensures your outreach reaches real, active contacts.
Can sales-prospecting find decision makers at target companies?
Yes. Sales Prospecting identifies key contacts and decision makers at your target companies by filtering searches on job title, company, and location. You can search for specific roles like CTO or VP Engineering, then retrieve verified contact details for personalized B2B outreach and sales campaigns.
What email verification features does sales-prospecting offer?
Sales Prospecting validates email deliverability before you add leads to sales sequences. This verification step reduces bounce rates and improves campaign performance by confirming that prospect emails are active and reachable, helping you focus outreach on high-quality contacts.
How can I enrich prospect data with company context using sales-prospecting?
Sales Prospecting enriches prospect records by combining people search results with company information. When you find a contact at a target company, the skill appends relevant company context—industry, size, location—enabling personalized outreach that references the prospect's organization and role.
Does sales-prospecting support ICP-based lead generation?
Yes. Sales Prospecting lets you build Ideal Customer Profile (ICP) prospect lists by filtering searches across company characteristics, job titles, and geographic location. This targeted approach helps you focus sales efforts on high-fit accounts and decision makers most likely to convert.
What is the license for sales-prospecting?
Sales Prospecting is released under the MIT license, allowing free use, modification, and distribution in both commercial and private projects with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Sales Prospecting - Build Quality Lead Lists
Setup
Read your credentials from ~/.gooseworks/credentials.json:
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login
All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"
Build targeted prospect lists with verified emails and contact information.
Workflow
Step 1: Define Target Companies
Search for companies matching your ICP:
```bash curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \ -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"api":"fiber","path":"/v1/natural-language-search/companies"}' "query": "B2B SaaS startups in San Francisco with 50-200 employees Series
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/lead-generation/capabilities/sales-prospecting/SKILL.md
skills/lead-generation/capabilities/sales-prospecting/skill.meta.json