add-resend
仓库创建 2026年1月31日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由
适合需通过邮件与代理交互或发送通知的场景
▸ 风险提示
需提供 Resend API 密钥并配置邮件发送权限
这个 Skill 做什么
通过 Resend 将 NanoClaw 连接到电子邮件,实现异步邮件会话处理。
把邮件接入到系统里,用 Resend 把电子邮件作为异步会话通道连到 NanoClaw,让代理可以像聊天一样处理邮件往来。适合需要把客服或自动化回复接到邮箱、用邮件做长期会话的场景。实现上是通过 Chat SDK 把 Resend 适配器拉进来,方便在不改内核的情况下快速接入邮件通道。
▸ 展开 SKILL.md 英文原文
Add Resend (email) channel integration via Chat SDK.
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-resend/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-resend/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add Resend Email Channel Connect NanoClaw to email via Resend for async email conversations. NanoClaw doesn't ship channels in trunk — this skill copies the Resend adapter in from the `channels` branch. The mechanical steps under **Apply** carry `nc:` directive fences: an agent reads the prose and applies them, and a parser can apply them deterministically from the same document. Every directive is idempotent, so the whole skill is safe to re-run; anything a parser can't apply falls back to the prose beside it. ## Apply ### 1. Copy the adapter Fetch the `channels` branch and copy the Resend adapter into `src/channels/` (overwrite — the branch is canonical): ```nc:copy from-branch:cha
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有