agent-email-inbox

Configure a secure Resend webhook inbox for AI agent email.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/supersterling/primus --skill agent-email-inbox-supersterling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-email-inbox
Source: https://github.com/supersterling/primus/tree/main/.agents/skills/resend/agent-email-inbox
Command: npx skills add https://github.com/supersterling/primus --skill agent-email-inbox-supersterling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and operate a secure inbound email inbox for an AI agent (Moltbot/Clawdbot-like) using Resend webhooks, including inbound email handling, webhook verification, tunneling for local development, and content safety measures.

Core Features & Use Cases

  • Webhook-based inbound email delivery with verification and secure processing.
  • Tunneling and local development guidance (Tailscale Funnel or ngrok) for stable public URLs.
  • Security-first processing with guidance on allowlists, rate limiting, and content safety for agents.

Quick Start

Set up a Resend inbox for your AI agent, register the webhook, and test inbound email flow.

Frequently Asked Questions about agent-email-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an AI agent email inbox to receive inbound mail via webhooks?

To set up an AI agent email inbox, configure Resend webhooks to deliver inbound email and notify the agent. The process involves domain setup, webhook registration, and verifying secure message intake for environment-aware deployment.

How do I test inbound email webhooks during local development?

Test inbound email webhooks during local development by using tunneling tools like Tailscale Funnel or ngrok. These services provide stable public URLs to route incoming Resend webhook requests directly to your local environment.

What security measures are needed when processing untrusted email messages for an AI agent?

Security measures for processing untrusted email messages include implementing webhook verification, sender allowlists, rate limiting, and content safety controls. These precautions prevent malicious inputs from compromising your AI agent.

Does the Resend webhook integration support local tunneling for testing?

Yes, the Resend webhook integration supports local tunneling for testing. The setup provides specific guidance on using ngrok or Tailscale Funnel to establish stable public URLs required for receiving inbound webhook events locally.

What's the best way to verify inbound Resend webhooks for an AI agent?

The best way to verify inbound Resend webhooks is by following security-first processing guidelines that validate incoming payloads. This ensures robust webhook handling and confirms that email notifications are genuinely from Resend.