Install
$ agentstack add skill-mguozhen-email-manager-with-db-email-manager-with-db ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Email Manager Skill
This skill manages email accounts and interacts with them via IMAP and SMTP.
Commands
account
Manage email accounts.
add: Add a new email account.node cli.js account add --email --password [--imap-host ] [--imap-port ] [--smtp-host ] [--smtp-port ]list: List all configured email accounts.node cli.js account listremove: Remove an email account.node cli.js account remove
test
Test the IMAP and SMTP connection for an account. node cli.js test
sync
Sync emails from the server. node cli.js sync [--folder ] [--limit ]
inbox
List emails in the inbox. node cli.js inbox [--limit ] [--unread] [--no-filtered]
read
Read the content of a specific email. node cli.js read
send
Send an email. node cli.js send --to --subject "" --body ""
search
Search for emails. node cli.js search --query ""
folders
List all folders for an account. node cli.js folders
filter
Manage email filters.
list: List all filter rules.node cli.js filter list [account-id]add: Add a new filter rule.node cli.js filter add --field --pattern "" [--account-id ]remove: Remove a filter rule.node cli.js filter remove
stats
Show statistics about emails. node cli.js stats [account-id]
report
Daily send report: how many emails were sent and how many failed. Defaults to today. Use --date to specify a date, or --days for a multi-day range.
node cli.js report [account-id] [--date YYYY-MM-DD] [--days ]
- No flags: today's report
--date 2026-03-31: report for a specific date--days 7: report for the last 7 days (broken down by day)
Output includes: total / sent / failed counts, success rate, and recent failure details (recipient, subject, error message).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mguozhen
- Source: mguozhen/email-manager-with-db
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.