What problem does it solve?
This Skill handles email-related requests by interpreting the user’s intent and routing it to the correct downstream email capability, so users don’t need to know the technical differences between simple message pushes and full IMAP/SMTP email operations.
Core Features & Use Cases
- Unified email entry point: Detects email intent and sends the task to the appropriate downstream skill instead of executing actions itself.
- Smart routing logic: Chooses between public-skill (push to the user’s own mailbox, plain-text, no attachments) and imap-smtp-email (third-party recipients, CC/BCC, HTML, attachments, inbox search, and download scenarios).
- Fallback and safety guardrails: Defines when a public-skill failure should fall back to imap-smtp-email, and includes restrictions against leaking sensitive credentials or unsafe file paths.
Quick Start
Ask your agent to send a daily report to your email using the phrase “每天把日报推到我邮箱”,and the request will be routed to public-skill for a plain-text self-delivery flow.