Resend Inbound Email Manager for Openclaw

A specialized CLI tool for programmatically accessing, listing, and inspecting received emails and domain configurations via the Resend API.

mjrussell
v0.1.0
Jan 11, 2026
3
3.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install resend

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install resend using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Resend Inbound Email Manager?

The Resend skill provides a robust programmatic interface for interacting with inbound email traffic, making it an essential component for developers using Openclaw Skills. Unlike traditional email clients, this tool is optimized for automation, allowing users or AI agents to query received messages, inspect headers, and download attachments directly through a terminal-based environment. It bridges the gap between raw email data and actionable insights.

By leveraging the Resend infrastructure, this skill ensures that inbound mail workflows are easily integrated into larger technical stacks. Whether you are building an automated support system or a notification monitor, this tool provides the necessary hooks to treat your inbox as a queryable data source.

Resend Inbound Email Manager Use Cases

  • Monitoring specific domains for new inbound messages in real-time.
  • Automating the extraction of attachments from received emails for processing pipelines.
  • Verifying domain DNS records and inbound routing configurations programmatically.
  • Integrating email-based triggers into developer productivity workflows.

How Resend Inbound Email Manager Works

  1. The skill authenticates with the Resend platform using a securely stored API key.
  2. Commands are issued to the Resend API to fetch metadata for inbound emails or domain settings.
  3. The system retrieves specific email content or attachment data based on unique UUIDs.
  4. Results are formatted as either human-readable text or structured JSON for easy parsing within the Openclaw Skills ecosystem.

Resend Inbound Email Manager Setup

Install the package globally using npm:

npm install -g @mjrussell/resend-cli

To configure the skill, follow these steps:

  1. Register at resend.com and set up inbound email routing for your domain.
  2. Generate an API key with read permissions from the dashboard.
  3. Set your environment variable:
export RESEND_API_KEY="re_your_key"

Resend Inbound Email Manager Data Schema & Taxonomy

The skill organizes email and domain data using structured identifiers. The following table describes the primary data points:

Attribute Description
email_id A unique UUID used to reference specific inbound messages.
domain_id The identifier for verified domains within the Resend dashboard.
attachment_id Unique reference for files associated with an email.
json_output Standardized output format for scripting and agentic interaction.

Resend Inbound Email Manager Advanced Features

  • Native JSON support for all commands to facilitate integration with jq and automated scripts.
  • Deep attachment metadata inspection to identify file types and sizes before downloading.
  • Domain health auditing to ensure DNS records are correctly configured for inbound traffic.
  • Configurable list limits to manage API rate limits and optimize data retrieval within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*