add-resend Skill
Add Resend (email) channel integration via Chat SDK. Published by microsoft in amplifier-app-nanoclaw.
What is add-resend Skill?
Add Resend (email) channel integration via Chat SDK. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use add-resend Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-resend/SKILL.md
What it does
Add Resend (email) channel integration via Chat SDK.
Skill instructions
Add Resend Email Channel Connect NanoClaw to email via Resend for async email conversations. Install NanoClaw doesn't ship channels in trunk. This skill copies the Resend adapter in from the channels branch. Pre-flight (idempotent) Skip to Credentials if all of these are already in place: - src/channels/resend.ts exists - src/channels/index.ts contains import './resend.js'; - @resend/chat-sdk-adapter is listed in package.json dependencies Otherwise continue. Every step below is safe to re-run. 1. Fetch the channels branch bash git fetch origin channels 2. Copy the adapter bash git show origin/channels:src/channels/resend.ts src/channels/resend.ts 3. Append the self-registration import Append to src/channels/index.ts (skip if the line is already present): typescript import './resend.js'; 4. Install the adapter package (pinned) bash pnpm install @resend/chat-sdk-adapter@0.1.1 5. Build bash pnpm run build Credentials 1. Go to resend.com and create an account. 2. Add and verify your sendin
Explore related resources
Frequently asked questions
What is add-resend?
add-resend is a open-source AI agent skill with Copy skill directory. Add Resend (email) channel integration via Chat SDK.
Who is add-resend best for?
add-resend is best for reusing agent instructions, scripts, and references.
How do I install add-resend?
Install or run add-resend using Copy skill directory. Check add-resend for the latest setup command.
Is add-resend actively maintained?
add-resend may need a closer maintenance check before production use.
Auto-fetched from GitHub.