welcome-email

Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "welcome-email" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-welcome-email

Welcome Client Emails

Goal

Send 3-email welcome sequence (Nick, Peter, Sam) when a new client signs.

Scripts

  • ./scripts/welcome_client_emails.py - Send welcome sequence

Process

  1. Receive client info (name, email, company)
  2. Send email from Nick (welcome, expectations)
  3. Send email from Peter (technical setup)
  4. Send email from Sam (support intro)

Usage

python3 ./scripts/welcome_client_emails.py \
  --client_name "John Doe" \
  --client_email "john@company.com" \
  --company "Acme Corp"

Email Structure

Each email is personalized with client details and sent from different team members to establish relationships.


Schema

Inputs

NameTypeRequiredDescription
client_namestringYesClient full name
client_emailstringYesClient email address
companystringYesClient company name

Outputs

NameTypeDescription
emails_sentintegerNumber of welcome emails sent (3)

Credentials

NameSource
credentials.jsonfile

Composable With

Skills that chain well with this one: onboarding-kickoff, create-proposal

Cost

Free (Gmail API)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

design-website

No summary provided by upstream source.

Repository SourceNeeds Review