nuzantara-send-email
仓库创建 2026年1月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适合自动化通知与服务邮件的生成与排查,减轻运维负担。
▸ 风险提示
需要配置邮件账号/凭据,注意凭据泄露与滥用风险
这个 Skill 做什么
为 Nuzantara 项目提供邮件发送、配置与调试的自动化技能。
用來把 Nuzantara 專案的郵件工作一條龍處理:發信、調整設定、排查送達與模板問題。常在要發通知、測試 SMTP 或追查為何沒收到郵件時用到。支援透過專案的 MCP 工具一鍵發信,也能做細緻的環境與除錯操作,方便把郵件流程自動化且好排查問題。
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/nuzantara-send-email/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/nuzantara-send-email/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# nuzantara-send-email
**Per:** Claude Code, Gemini CLI, OpenClaw
**Versione:** 1.0.0
**Attivazione:** quando si deve inviare email, configurare email, debug email, o lavorare su servizi che mandano email
---
## Quick Reference
### Inviare una email
```bash
# Via MCP tool (modo più semplice)
mcp__nuzantara-mcp__send_email(to="dest@email.com", subject="Oggetto", body="<p>HTML body</p>")
# Via curl (da script/cron)
curl -X POST https://nuzantara-rag.fly.dev/api/notifications/send-email \
-H "X-API-Key: zantara-secret-2024" \
-H "Content-Type: application/json" \
-d '{"to":"dest@email.com","subject":"Oggetto","body":"<p>HTML body</p>"}'
# Con CC
-d '{"to":"dest@email.com","subject"via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有