temp-email
Installation
SKILL.md
Temporary Email (tempmail.lol)
Disposable email inboxes via curl. No dependencies, no API key. Domains rotate automatically so addresses are unlikely to be blocklisted.
Create inbox
INBOX=$(curl -s -X POST https://api.tempmail.lol/v2/inbox/create)
EMAIL=$(echo "$INBOX" | jq -r .address)
TOKEN=$(echo "$INBOX" | jq -r .token)
echo "Email: $EMAIL"
Save both EMAIL and TOKEN — you need the token to check messages.
Check messages
curl -s "https://api.tempmail.lol/v2/inbox?token=$TOKEN" | jq
Related skills
More from vesely/skills
skillify
>
63context-audit
>
22cursor-agent
Delegate a task to Cursor's CLI agent (code review, Q&A, planning) for a second opinion from a non-Claude model
14use-skill
>
6supply-chain-protection
>
6catbox
Upload files to catbox.moe for free, anonymous hosting with direct links. Use when the user wants to upload an image, video, or any file to catbox, host a file online, get a direct link to a file, or mentions "catbox", "catbox.moe", "upload to catbox", "host file", or wants a permanent direct URL for a file.
3