A Claude Code plugin for managing temporary email addresses via the chat-tempmail.com API.
- Create/list/delete temporary email addresses
- Read inbox messages and message details
- Configure webhook push notifications
- Automatic pagination support
/plugin install Selenium39/temp-email-skillSet your API key (get it from your chat-tempmail.com profile):
export TEMP_EMAIL_API_KEY="your-api-key"After installation, use the /temp-email command in Claude Code:
/temp-email create a new email
/temp-email check my inbox
/temp-email list my emails
/temp-email set up a webhook to https://example.com/hook
MIT