AI Agent Skill

Utilisez l’e-mail temporaire directement dans votre AI Agent

Installez le skill ChatTempMail une fois, puis demandez à Cursor, Claude Code, Codex, OpenClaw ou un autre agent de créer des e-mails temporaires, lire les codes et gérer les boîtes de réception.

Use with AI Agents — zéro configuration

Copiez ce prompt et collez-le dans votre AI coding agent. L’agent gère npm, GitHub et la configuration locale du skill.

Installe le ChatTempMail temp-email skill pour mon AI Agent. Utilise le package npm temp-email-skill ou le dépôt GitHub https://github.com/Selenium39/temp-email-skill, puis configure TEMP_EMAIL_API_KEY avec ma clé API ChatTempMail. Après installation, utilise le skill pour créer des e-mails temporaires, vérifier les boîtes de réception, lire les codes de vérification et gérer les webhooks.
Works with Cursor, Claude Code, Codex, OpenClaw, Windsurf, and more.More installation methods

Create disposable emails

Ask your agent for a fresh address, expiration time, or a specific domain.

Read inbox messages

Let the agent fetch messages and extract verification codes during sign-up flows.

Configure webhooks

Push new-message events to your app or test server without writing API glue first.

Keep real inboxes private

Use temporary addresses for product testing, QA, and third-party trials.

Méthodes d’installation

Start with the agent prompt if you do not want to touch npm or GitHub. The manual options are here for teams that prefer explicit setup.

AI Agent Prompt

Best for most users. Paste it into Cursor, Claude Code, Codex, OpenClaw, Windsurf, or another coding agent.

Install
Installe le ChatTempMail temp-email skill pour mon AI Agent. Utilise le package npm temp-email-skill ou le dépôt GitHub https://github.com/Selenium39/temp-email-skill, puis configure TEMP_EMAIL_API_KEY avec ma clé API ChatTempMail. Après installation, utilise le skill pour créer des e-mails temporaires, vérifier les boîtes de réception, lire les codes de vérification et gérer les webhooks.

NPM Package

For developers who want the package in a local project or shared toolchain.

Install
npm install temp-email-skill

GitHub Skill

For agents that install skills directly from repositories.

Install
/plugin install Selenium39/temp-email-skill

Avant que votre agent utilise le skill

Create an API key in your ChatTempMail profile, then give it to your agent as an environment variable. The skill uses the same REST API as the dashboard and MCP Server.

Environment variable

The skill expects this key name.

Shell
export TEMP_EMAIL_API_KEY="your-api-key"

Choisir la bonne intégration

The skill is the easiest path for agent users. MCP Server and REST API remain available when you need protocol-level or application-level control.

Agent Skill

Best for users who want to paste one prompt and let the AI agent install and use temporary email workflows.

MCP Server

Best when your AI tool supports Model Context Protocol and you want structured tool calls.

View MCP Server

REST API

Best for product integrations, backends, automation scripts, and direct HTTP calls.

View API Docs
    Temp Email Agent Skill - ChatTempMail