一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert formal names to casual versions for cold email personalization - first names, company names, and city names. Use when user asks to casualize names, make names friendly, or prepare lead data for emails.
Classify leads using LLM for complex distinctions like product SaaS vs agencies. Use when user asks to classify leads, filter leads by type, or categorize businesses.
Generate PandaDoc proposals from client information or sales call transcripts. Use when user asks to create a proposal, generate a quote, draft a contract, or prepare a client document.
Find viral YouTube videos from adjacent business niches to extract content patterns and hooks. Use when user asks to find content inspiration, YouTube outliers, viral video patterns, or cross-niche content ideas.
Answer Euron Gen AI Bootcamp doubts instantly. Covers Euri API setup across all frameworks (Python, LangChain, OpenAI SDK, TypeScript, n8n, curl), MCP server setup, common errors, model recommendations, and token limits. Use when someone in the bootcamp asks a question.
Generate weekly weather reports for Canada using Open-Meteo API (free, no API key required) and PDF generation. Use when user asks to create a weather report, generate Canada weather summary, or build weekly weather PDF.
| name | welcome-email |
| description | Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence. |
| argument-hint | [client-name] |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep |
Send 3-email welcome sequence (Nick, Peter, Sam) when a new client signs.
./scripts/welcome_client_emails.py - Send welcome sequencepython3 ./scripts/welcome_client_emails.py \
--client_name "John Doe" \
--client_email "john@company.com" \
--company "Acme Corp"
Each email is personalized with client details and sent from different team members to establish relationships.
| Name | Type | Required | Description |
|---|---|---|---|
client_name | string | Yes | Client full name |
client_email | string | Yes | Client email address |
company | string | Yes | Client company name |
| Name | Type | Description |
|---|---|---|
emails_sent | integer | Number of welcome emails sent (3) |
| Name | Source |
|---|---|
credentials.json | file |
Skills that chain well with this one: onboarding-kickoff, create-proposal
Free (Gmail API)