用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/stevehuang0115/crewly --skill email-responder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | Email Responder |
| description | Generate professional email response drafts based on incoming email context, tone, and intent. |
| version | 1.0.0 |
| category | communication |
| skillType | claude-skill |
| assignableRoles | ["support","generalist","sales","product-manager"] |
| triggers | ["reply email","email response","draft email","respond to email"] |
| tags | ["email","communication","response","draft","customer-support"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Generate professional email response drafts based on incoming email context, tone, and intent. Auto-detects the intent of the incoming email and produces a structured draft ready for review.
| Parameter | Required | Description |
|---|---|---|
from | Yes | Sender name or email |
subject | Yes | Email subject line |
body | Yes | Email body content |
tone | No | Response tone: professional, friendly, formal, apologetic (default: professional) |
intent | No | Detected intent: question, complaint, request, feedback, auto (default: auto) |
senderName | No | Your name for the signature |
bash config/skills/agent/email-responder/execute.sh '{"from":"jane@example.com","subject":"Login issues after update","body":"Hi, I cannot log in since the latest update. I keep getting an error 403.","tone":"apologetic","senderName":"Support Team"}'
JSON with the generated draft, detected intent, suggested tone, reply subject line, and recommended follow-up actions.