A specialized CLI tool for programmatically accessing, listing, and inspecting received emails and domain configurations via the Resend API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install resend
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
Install the package globally using npm:
npm install -g @mjrussell/resend-cli
To configure the skill, follow these steps:
export RESEND_API_KEY="re_your_key"
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. |
Loading
A powerful command-line interface for the Paprika Recipe Manager that enables AI agents to query recipes, meal plans, and grocery lists.

A powerful command-line interface for the Hevy workout tracking API that enables AI agents to query and manage fitness data.

A command-line interface for querying comprehensive health and fitness metrics from Fitbit wearables.

A command-line interface for the Beestat API that enables detailed monitoring and analytics for ecobee smart thermostats.

A powerful command-line interface for browsing, filtering, and discovering games within your Steam library based on playtime, ratings, and compatibility.

A powerful integration for managing Todoist tasks and projects directly through an AI agent via the TypeScript CLI.








































