cold-outreach

Automate B2B cold email campaigns with Google Maps, regex, LLM, and SMTP.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill cold-outreach-teamwiseflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cold-outreach
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/_disabled/skills/cold-outreach
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill cold-outreach-teamwiseflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, SMTP_SERVER, SMTP_USER, SMTP_PASSWORD, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of finding local businesses, extracting their contact emails, generating personalized outreach emails, and sending them via SMTP, streamlining B2B cold email campaigns.

Core Features & Use Cases

  • Business Discovery: Locate local businesses using Google Maps.
  • Email Extraction: Extract contact emails from business websites.
  • Email Generation: Generate personalized cold outreach emails using LLM.
  • Email Sending: Send emails via SMTP.
  • Use Case: Ideal for sales teams looking to automate the initial outreach process for B2B lead generation.

Quick Start

Use the cold-outreach skill to find local restaurants in New York and generate cold outreach emails to them.

Frequently Asked Questions about cold-outreach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate B2B cold email campaigns from finding leads to sending emails?

You can automate B2B cold email campaigns by using Google Maps for business discovery, regex for email extraction, LLM for personalized email generation, and SMTP for sending emails end-to-end. This streamlines the entire outreach process.

What do I need to configure before sending cold emails via SMTP?

To send cold emails via SMTP, you need Python installed and environment variables set for SMTP_SERVER, SMTP_USER, and SMTP_PASSWORD. An optional API key provides additional features for the campaign.

Can I use Google Maps to find local businesses for B2B lead generation?

Yes, you can use Google Maps to locate local businesses for B2B lead generation. The skill then automatically extracts contact emails from their websites to build your outreach list.

How are personalized cold outreach emails generated for each prospect?

Personalized cold outreach emails are generated using an LLM. After discovering businesses and extracting their emails, the LLM creates customized email content tailored to each prospect for your campaign.

What's the best way to extract contact emails from business websites for outreach?

The best way to extract contact emails from business websites is using regex. After discovering local businesses via Google Maps, the skill applies regex to pull emails directly from their websites.

Does this cold email automation approach work for targeting specific local areas?

Yes, this cold email automation works for specific local areas by querying Google Maps. For example, you can locate local restaurants in New York and automatically generate and send outreach emails to them.