
setting-up-sending-domain
Automate Mailtrap sending domain setup, DNS record retrieval, and verification across major providers.
- Provision new sending domains programmatically via Mailtrap API.
- Debug SPF/DKIM verification failures triggered by DNS proxying.
- Generate provider-specific instructions for Cloudflare, Route 53, and GoDaddy.
Free
Sample input
Help me set up notifications.myapp.com as a sending domain in Mailtrap and show me the DNS records I need to add to Cloudflare.
Sample output
I've initiated the setup for 'notifications.myapp.com'.
To verify this domain, add these records to Cloudflare (set to 'DNS only', no proxy):
- SPF (TXT): v=spf1 include:_spf.mailtrap.io ~all
- DKIM (CNAME): mailtrap._domainkey.notifications.myapp.com -> dkim.mailtrap.io ...[additional records]
Automate Mailtrap sending domain setup, DNS record retrieval, and verification across major providers.
Free
Included in download
- Downloadable skill package
- 2 permissions declared
- Instant install
Sample input
Help me set up notifications.myapp.com as a sending domain in Mailtrap and show me the DNS records I need to add to Cloudflare.
Sample output
I've initiated the setup for 'notifications.myapp.com'.
To verify this domain, add these records to Cloudflare (set to 'DNS only', no proxy):
- SPF (TXT): v=spf1 include:_spf.mailtrap.io ~all
- DKIM (CNAME): mailtrap._domainkey.notifications.myapp.com -> dkim.mailtrap.io ...[additional records]
About This Skill
Walks agents through the full domain verification flow in Mailtrap: adding a domain via UI or API, retrieving the exact DNS records to publish, adding them at common DNS providers (Cloudflare, Route 53, Google Cloud DNS, GoDaddy, Namecheap, DigitalOcean), troubleshooting propagation delays, and completing the compliance step. Also covers subdomain vs root domain decisions, proxied DNS caveats, and automation via the Sending Domains API.
Use Cases
- Provision new sending domains programmatically via Mailtrap API.
- Debug SPF/DKIM verification failures triggered by DNS proxying.
- Generate provider-specific instructions for Cloudflare, Route 53, and GoDaddy.
- Verify DNS propagation status for custom email hostnames.
Known Limitations
- Cannot automate UI compliance steps.
- DNS propagation timing is outside agent control.
- Requires existing domain ownership and provider API access for full automation.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/setting-up-sending-domain -o /tmp/setting-up-sending-domain.zip && unzip -o /tmp/setting-up-sending-domain.zip -d ~/.claude/skills && rm /tmp/setting-up-sending-domain.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
No special requirements. Works with any SKILL.md-compatible agent.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.