@spawnmailhq/claude-code-skill
v0.1.0
Published
Claude Code skill for spawnmail — disposable email testing
Downloads
96
Readme
@spawnmail/claude-code-skill
A Claude Code skill that helps you use SpawnMail for QA testing, agent sign-ups, and automated test scripts.
Install
claude skill install spawnmailWhat It Does
When you ask Claude Code to write tests that involve email verification, this skill automatically:
- Detects your project's language (JS/TS or Python) and test framework
- Installs the SpawnMail SDK if missing
- Generates test scripts for your specific use case
Supported Use Cases
- Sign-up flow testing — Create inbox, sign up, capture OTP, verify
- Email notification testing — Trigger action, wait for email, assert content
- Multi-inbox isolation — Verify emails route to correct inboxes
- SDK integration tests — Full CRUD lifecycle testing
Supported Interfaces
| Interface | Best For |
|-----------|----------|
| JS/TS SDK (@spawnmail/sdk) | Vitest, Jest, Playwright tests |
| Python SDK (spawnmail) | pytest tests |
| CLI (@spawnmail/cli) | Shell scripts, CI pipelines |
Requirements
- A SpawnMail API key (sign up at spawnmail.sh)
- Set
SPAWNMAIL_API_KEYenvironment variable or runspawnmail login
