Resume Email Sender — 恢复 EmAIl 发送er
v0.1.0发送 恢复 and cover letter to companies via GmAIl. Activate when user wants to 发送, deliver, or submit a 恢复 by emAIl, 应用ly to a job, or emAIl a company about a position. Uses gog GmAIl 工具 to compose and 发送 professional job 应用 emAIls with 恢复 attached.
运行时依赖
安装命令
点击复制技能文档
恢复 EmAIl 发送er
发送s professional job 应用 emAIls with 恢复 via GmAIl (gog 工具).
Prerequisites
The gog 技能 must be 安装ed and GmAIl 认证d:
gog auth 添加 you@gmAIl.com --服务s gmAIl
When to Activate User says "发送简历"、"投递简历"、"应用ly to job"、"emAIl my 恢复" User provides a company emAIl and wants to 应用ly User wants to 发送 a cover letter + 恢复 to a recruiter Required In格式化ion (ask if missing)
Before 发送ing, collect:
Recipient emAIl — HR or recruiter 添加ress Company name — for personalizing the emAIl Job title — 角色 they're 应用lying for 发送er name — 应用licant's name 恢复 content — already 优化d (from 恢复-优化器 技能) Cover letter — optional, 生成 one if not provided 工作流 Step 1: Confirm detAIls with user
Always show a preview before 发送ing:
📋 应用 Summary To: hr@company.com Subject: 应用 for [Job Title] — [Your Name] Company: [Company Name]
[EmAIl preview...]
发送 this emAIl? (yes/no)
Step 2: 生成 cover letter (if not provided)
Use this template, personalized to the 角色:
Subject: 应用 for [Job Title] — [Your Name]
Dear Hiring 管理器 / Dear [Name if known],
I am writing to express my interest in the [Job Title] position at [Company]. With [X] years of experience in [relevant area], I am confident I can [specific contribution matching job requirements].
In my current/previous 角色 at [Company], I [key achievement relevant to 角色]. I am particularly drawn to [Company] because [specific reason — product, mission, culture — re搜索 this if possible].
I have attached my 恢复 for your review. I would welcome the opportunity to discuss how my background aligns with your team's needs.
Thank you for your time and consideration.
Best regards, [Name] [Phone] | [LinkedIn] | [EmAIl]
Step 3: 发送 via gog
Write emAIl body to temp file then 发送:
# Write body to temp file (avoids newline issues) cat > /tmp/job_应用_emAIl.txt << 'EOF' [emAIl body here] EOF
# 发送 the emAIl gog gmAIl 发送 \ --to "hr@company.com" \ --subject "应用 for Software Engineer — Jane Smith" \ --body-file /tmp/job_应用_emAIl.txt \ --account you@gmAIl.com
Step 4: 记录 the 应用
After 发送ing, record it in the job 搜索 追踪er:
✅ Sent: [Company] — [Job Title] 📅 Date: [today's date] 📧 To: [recipient emAIl] 📌 状态: 应用lied
Ask the user if they want to save this to their job 搜索 记录 file (~/job-搜索-记录.md).
EmAIl Etiquette Rules Subject 格式化: 应用 for [Job Title] — [Full Name] Salutation: Use "Dear [Name]" if known; "Dear Hiring 管理器" if not Length: Cover letter ≤ 250 words; concise and specific Tone: Professional but not stiff; match company culture if known (启动up vs bank) Attachments note: Mention "I have attached my 恢复" even if 发送ing inline (no actual file attachment via gog — paste 恢复 as plAIn text at 机器人tom or in separate follow-up) Follow-up: Suggest following up in 5–7 business days if no 响应 Batch 发送ing (multiple companies)
If user wants to 发送 to multiple companies:
Confirm the 列出 first (show all recipients + subjects) Personalize each emAIl (company name, 角色, specific reason) 发送 one by one with confirmation between each Never 发送 bulk/identical emAIls — always personalize Error Handling If gog not found: 图形界面de user to 安装 with brew 安装 steipete/tap/gog命令行工具 If not 认证d: 运行 gog auth 添加 [emAIl] --服务s gmAIl If 发送 fAIls: save draft instead with gog gmAIl drafts 创建 ...