email-manager

Monitors Feedly, IMAP accounts for unread messages and sends via SMTP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hwj123hwj/sanwan-skills --skill email-manager-hwj123hwj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-manager
Source: https://github.com/hwj123hwj/sanwan-skills/tree/main/skills/email-manager
Command: npx skills add https://github.com/hwj123hwj/sanwan-skills --skill email-manager-hwj123hwj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines email management by automating monitoring of new emails, checking unread messages, and sending outgoing emails, saving users time and ensuring timely communication.

Core Features & Use Cases

  • Feishu Email Monitoring: Automatically checks Feishu emails for new messages.
  • IMAP Email Checking: Connects to various IMAP servers (Gmail, Outlook, QQ, 163) to check for unread emails.
  • SMTP Email Sending: Facilitates sending emails via SMTP servers.
  • Use Case: A user can ask "Are there any new emails?" and the skill will check their configured IMAP account, or a user can say "Send an email to [email protected] with the subject 'Inquiry' and the body 'Please provide more information.'"

Quick Start

Use the email manager skill to check for unread emails in your inbox.

Frequently Asked Questions about email-manager

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

FAQPage Schema
How do I check unread emails from my IMAP account?

To check unread emails, the Skill connects to your IMAP server using the imaplib library and retrieves unread messages. It supports common providers like Gmail, Outlook, QQ, and 163 for automated monitoring.

Can I send emails automatically using SMTP with this tool?

Yes, you can send emails automatically via SMTP servers using the smtplib library. You provide the recipient, subject, and body, and the Skill handles the outgoing email transmission securely.

Does this email monitoring tool support Feishu emails?

Yes, Feishu email monitoring is fully supported. The Skill can automatically check your Feishu account for new messages alongside standard IMAP accounts like Gmail and Outlook.

What email providers can I connect to for checking unread messages?

You can connect to Gmail, Outlook, QQ, and 163 to check for unread messages. The Skill uses the IMAP protocol to log into these providers and retrieve your unread communication.

How do I handle credentials securely when sending emails via SMTP?

When sending emails via SMTP, the Skill requires secure handling of your credentials. It uses standard libraries like smtplib to ensure your login details are processed safely during authentication.