welcome-email

Send personalized onboarding email sequences to new clients via Gmail API.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/jesuscottage/machote --skill welcome-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: welcome-email
Source: https://github.com/jesuscottage/machote/tree/main/.claude/skills/welcome-email
Command: npx skills add https://github.com/jesuscottage/machote --skill welcome-email

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-api-python-client, email, and includes scripts (resource) components.

What problem does it solve?

Automates the process of sending personalized onboarding emails to new clients, streamlining client integration and improving engagement.

Core Features & Use Cases

  • Automated Email Sequence: Sends a series of personalized emails from different team members based on client information.
  • Use Case: When onboarding a new client, generate and dispatch a tailored welcome series to establish relationships and set expectations.
  • Customization: Supports personalized templates including client details and team member signatures.

Quick Start

Provide client details such as name, email, and company, then run the script to send the onboarding series automatically.

Frequently Asked Questions about welcome-email

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

FAQPage Schema
How do I automate personalized onboarding emails for new clients using Gmail?

Automating personalized onboarding emails with Gmail is done by using the Gmail API to dispatch a customized sequence of messages tailored with client-specific details and team member signatures. You provide client details like name and company, then run the script to send the onboarding series automatically.

Do I need OAuth credentials to send automated email sequences through the Gmail API?

Yes, OAuth credentials are required to ensure secure email dispatch when sending automated onboarding sequences through the Gmail API. The automation relies on google-auth and google-api-python-client to handle authentication and send emails on your behalf.

Can I send a sequence of onboarding emails from different team members to multiple recipients?

Yes, the automated email sequence supports sending personalized emails to multiple recipients. It customizes the content by including client-specific details and appending the appropriate team member signatures for each message in the onboarding workflow.

What is the best way to integrate client onboarding workflows with email automation?

The best way to integrate client onboarding workflows with email automation is to provide client details such as name, email, and company, then run a script that generates and dispatches a tailored welcome series to establish relationships and set expectations.

Are there limitations when using Python scripts for Gmail email automation in client management?

Limitations when using Python scripts for Gmail email automation include the necessity of maintaining valid OAuth credentials and managing the google-api-python-client dependencies. The scripts are tailored for professional onboarding workflows and require proper client data input to function correctly.