email

Send, receive, and thread emails via IMAP/SMTP configurations.

2|2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mxzinke/atlas --skill email-mxzinke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email
Source: https://github.com/mxzinke/atlas/tree/main/app/defaults/skills/email
Command: npx skills add https://github.com/mxzinke/atlas --skill email-mxzinke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Email management can be tedious; this skill enables sending, receiving, and organizing messages via configured mail servers with a streamlined workflow.

Core Features & Use Cases

  • Automated email sending and replies.
  • Thread tracking and inbox polling via IMAP/IDLE.
  • Local storage of conversations and attachments; integration with memory or indexing.
  • Use Case: Manage daily email throughput with automated replies and thread organization.

Quick Start

Configure your email settings in your config file and start polling to fetch new messages.

Frequently Asked Questions about email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate email sending and receiving via IMAP and SMTP?

Setup requires configuring IMAP and SMTP endpoints with your credentials, enabling automated email sending and receiving. Optional SSL verification secures the connection, while a background poller fetches new messages.

How does IMAP inbox polling work for automated email workflows?

IMAP inbox polling uses a background poller to trigger sessions when new messages arrive. This mechanism enables automated replies and thread tracking for personal inbox management and customer support workflows.

Can I use this for customer support workflows and team collaboration?

Yes, this is designed for customer support workflows and team collaboration where rapid replies and organized conversations are needed. Thread tracking and inbox polling ensure messages are organized and addressed promptly.

Do I need SSL verification for SMTP and IMAP configurations?

SSL verification is optional for SMTP and IMAP configurations. You can enable it to secure your mail server connections during setup, but it is not a strict requirement for the email automation to function.

What is the best way to track email threads and organize conversations?

The best way to track email threads is using IMAP and IDLE protocol support to monitor incoming messages. The skill stores conversations and attachments locally, integrating with memory or indexing for organization.

Why is my automated email reply not working with IMAP polling?

Automated email replies fail when IMAP or SMTP endpoints are incorrectly configured or credentials are invalid. Ensure your mail server settings are accurate in the config file and the background poller is actively running.