AI Agent 안에서 임시 이메일을 바로 사용하세요
ChatTempMail skill을 한 번 설치하면 Cursor, Claude Code, Codex, OpenClaw 또는 다른 Agent에게 임시 이메일 생성, 인증 코드 읽기, 받은편지함 관리를 맡길 수 있습니다.
Use with AI Agents — 설정 없음
아래 prompt를 복사해 AI coding agent에 붙여넣으세요. Agent가 npm, GitHub, 로컬 skill 설정을 처리합니다.
내 AI Agent에 ChatTempMail temp-email skill을 설치해 주세요. npm 패키지 temp-email-skill 또는 GitHub 저장소 https://github.com/Selenium39/temp-email-skill 를 사용하고, 내 ChatTempMail API key로 TEMP_EMAIL_API_KEY를 설정해 주세요. 설치 후 이 skill로 임시 이메일 생성, 받은편지함 확인, 인증 코드 읽기, webhooks 관리를 수행해 주세요.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.
설치 방법
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.
내 AI Agent에 ChatTempMail temp-email skill을 설치해 주세요. npm 패키지 temp-email-skill 또는 GitHub 저장소 https://github.com/Selenium39/temp-email-skill 를 사용하고, 내 ChatTempMail API key로 TEMP_EMAIL_API_KEY를 설정해 주세요. 설치 후 이 skill로 임시 이메일 생성, 받은편지함 확인, 인증 코드 읽기, webhooks 관리를 수행해 주세요.NPM Package
For developers who want the package in a local project or shared toolchain.
npm install temp-email-skillGitHub Skill
For agents that install skills directly from repositories.
/plugin install Selenium39/temp-email-skillAgent가 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.
export TEMP_EMAIL_API_KEY="your-api-key"알맞은 통합 방식 선택
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 ServerREST API
Best for product integrations, backends, automation scripts, and direct HTTP calls.
View API Docs