imap-smtp-email
This skill provides tools to read, search, manage, and send emails using IMAP and SMTP protocols. It supports various email providers including Gmail, Outlook, and 163.com.
Is imap-smtp-email safe to install?
Review the source first: our audit of imap-smtp-email's source files found 10 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to interact with email servers and performs file operations for reading email bodies and saving attachments.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to integrate email management capabilities into an AI agent workflow.
What can you do with it?
- Checking for new or unread emails in a mailbox
- Searching emails based on sender, subject, or date
- Downloading email attachments to the local workspace
- Sending plain text or HTML emails with attachments
- Managing email status by marking messages as read or unread
How good is this skill?
Quality score: 5/10. The documentation is clear, provides specific command examples, and includes necessary security warnings regarding credential storage.
What does the skill file contain?
# IMAP/SMTP Email Tool Read, search, and manage email via IMAP protocol. Send email via SMTP. Supports Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, vip.188.com, and any standard IMAP/SMTP server. ## Configuration Create `.env` in the skill folder or set environment variables: ```bash # IMAP Configuration (receiving email) IMAP_HOST=imap.gmail.com # Server hostname IMAP_PORT=993 # Server port IMAP_USER=your@email.com IMAP_PASS=your_password IMAP_TLS=true # Use TLS/SSL connection IMAP_REJECT_UNAUTHORIZED=true # Set ...
Frequently asked questions
Which email providers are supported?
The skill supports Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, vip.188.com, yeah.net, QQ Mail, and any standard IMAP/SMTP server.
How do I handle authentication for services like Gmail or 163.com?
For Gmail, use an App Password if 2FA is enabled. For 163.com, use an authorization code instead of the account password.
Can I send emails with attachments?
Yes, use the --attach flag with the node scripts/smtp.js send command to include files.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
cold-email
63.5KSales development representatives, founders, and professionals conducting B2B cold outreach
The cold-email skill generates B2B cold outreach emails and follow-up sequences. It prioritizes human-sounding, concise copy that focuses on the recipient's perspective rather than vendor-style pitches. The skill incorporates product marketing context from local files to tailor messaging and utilizes specific frameworks for subject lines, body content, and calls to action.