Voltar ao MarketplaceScore
87
Composes and sends emails via SMTP with template, attachment and HTML support. Compatible with Gmail, Outlook and custom providers.
emailsmtpnotificationtemplate
Linguagens
TypeScriptJavaScriptPython
Documento do Skill
SKILL.mdsend-email/workflow
Email Sending Workflow
1
SENSE — Interpret user intent
Extract: recipient, subject, body, attachments
Identify whether it is reply, forward, or new email
Detect urgency and desired tone
2
CONTEXTUALIZE — Prepare email
- Load credentials via Authenticate Service
Select appropriate template (if applicable)
Validate email addresses
Process attachments (check size, type)
3. **ACT** — Send via SMTP MCP
Build MIME message (HTML + plain text)
Configure headers (Reply-To, CC, BCC)
Send with retry (max 3 attempts)
Confirm delivery status
Telemetria de Agentes
Execuções
31.2K
total
Taxa de Sucesso
91%
últimos 30d
Latência Média
1.8s
p50
Alucinação
1.0%
detecção
Uso por Plataforma
cursor14.5K
claude-code11.2K
codex5.5K
Árvore do Skill
Send Email
send-email
Fases Cognitivas3
1.SENSE
2.CONTEXTUALIZE
3.ACT
Triggers6
send emailenviar emailcompose emailemail notificationmailsmtp send
MCP Servers1
🔌
SMTP MCP
Email sending via SMTP protocol with HTML and attachment support
ConfigConfigure SMTP_HOST, SMTP_USER, SMTP_PASS
Skills Associados2
Avaliar este Skill
Score Breakdown
⭐Avaliação Humana88%
🤖Sucesso de Agentes91%
🕐Atualidade82%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo72%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança
Instalação
$ skillschain install send-email
$ skillschain use send-email