temp-email-skill
v1.0.0
Published
Agent skill for managing temporary email addresses and messages with chat-tempmail.com.
Maintainers
Readme
temp-email-skill
An AI agent skill for managing temporary email addresses via the chat-tempmail.com API. It is designed to work with skill-capable coding agents and IDE assistants such as Cursor, Claude Code, Codex, OpenClaw, and similar tools.
Features
- Create/list/delete temporary email addresses
- Read inbox messages and message details
- Configure webhook push notifications
- Automatic pagination support
Installation
Install from npm:
npm install temp-email-skillOr install/use directly from GitHub:
/plugin install Selenium39/temp-email-skillFor agents that support local skills, point the agent at skills/temp-email or copy that directory into the agent's configured skills directory.
Setup
Set your API key (get it from your chat-tempmail.com profile):
export TEMP_EMAIL_API_KEY="your-api-key"Usage
After installation, ask your agent to use the temp-email skill:
create a temporary email
check my temp email inbox
list my temporary emails
set up a temp email webhook to https://example.com/hookLicense
MIT
