← All skills
Tencent SkillHub · Communication & Collaboration

Resend Skills

Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
pnpm-lock.yaml, agent-email-inbox/SKILL.md, tests/resend-router.test.md, tests/templates.test.md, tests/send-email.test.md, tests/agent-email-inbox.test.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.7.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Overview

Resend is an email platform for developers. This skill routes to feature-specific sub-skills.

Sub-Skills

FeatureSkillUse WhenSending emailssend-emailTransactional emails, notifications, batch sendsReceiving emailsresend-inboundProcessing inbound emails, webhooks for received mail, attachmentsAI Agent inboxagent-email-inboxSetting up email for AI agents, or any system where untrusted email content triggers actions — includes input validation and content safety measuresEmail templatestemplatesCreating, updating, publishing, and managing reusable email templates via API

Quick Routing

Need to manage templates (create/update/publish/delete)? Use templates skill Full template lifecycle management via API Variable syntax, constraints, reserved names Draft vs published state, version history Need to send emails? Use send-email skill Single or batch transactional emails Attachments, scheduling, templates Delivery webhooks (bounced, delivered, opened) Need to receive emails? Use resend-inbound skill Setting up inbound domain (MX records) Processing email.received webhooks Retrieving email content and attachments Forwarding received emails Setting up an AI agent inbox? Use agent-email-inbox skill Configuring email for Moltbot/Clawdbot or similar AI agents Webhook setup with ngrok/tunneling for local development Security levels for safe handling of untrusted input Trusted sender allowlists and content filtering Automated system processes untrusted email content and takes actions? Use agent-email-inbox skill Even without AI/LLM involvement, any system that interprets freeform email content from external senders and triggers actions (refunds, database changes, forwarding) needs input validation. Untrusted input triggering actions requires careful handling. Sending + receiving together? You need both resend-inbound and send-email Auto-replies, email forwarding, or any receive-then-send workflow requires both skills Set up inbound first, then sending Note: batch sending does not support attachments or scheduling — use single sends when forwarding with attachments Marketing emails or newsletters? Use Resend Broadcasts The sub-skills above are for transactional email. Marketing campaigns to large subscriber lists with unsubscribe links and engagement tracking should use Resend Broadcasts, not batch sending.

API Key

Store in environment variable: export RESEND_API_KEY=re_xxxxxxxxx

SDK Installation

See send-email skill for installation instructions across all supported languages.

Resources

Resend Documentation API Reference Dashboard

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • agent-email-inbox/SKILL.md Docs
  • tests/agent-email-inbox.test.md Docs
  • tests/resend-router.test.md Docs
  • tests/send-email.test.md Docs
  • tests/templates.test.md Docs
  • pnpm-lock.yaml Config