Claude Code skills for euromail.dev — GDPR-compliant transactional email API with EU data residency (Finland).
Integrates euromail.dev into any project end-to-end:
- Detects tech stack (Node.js, Python, Rust, Go)
- Installs the correct SDK
- Resolves
EUROMAIL_API_KEYfrom env,.env, or shell profiles - Detects or adds a verified sending domain
- Sends a test email
- Writes a reusable email service module
Works with Claude Code and other agents that support the SKILL.md standard (Cursor, Windsurf, Codex CLI).
# Personal (all projects)
cp -r euromail ~/.claude/skills/
# Project-only
cp -r euromail /your/project/.claude/skills/skillshare install github.com/kalle-works/euromail-skillsmkdir -p ~/.claude/skills && \
curl -fsSL https://raw.githubusercontent.com/kalle-works/euromail-skills/main/install.sh | sh/euromail
The skill will guide you through the full setup. You need a euromail API key — get one at dashboard.euromail.dev/api-keys.
- Claude Code CLI, or any agent that supports SKILL.md
- A euromail account (euromail.dev)
EUROMAIL_API_KEY(the skill will prompt you if not found)