email-sender
Email Sender Skill
Send emails with folder attachments via SMTP. This skill helps you compress directories and send them as email attachments.
Prerequisites
- Python 3.7+
- SMTP server credentials (Gmail, QQ邮箱, 163邮箱, etc.)
Configuration
The skill stores configuration in ~/.config/email-sender/config.json. On first run, you will be prompted to enter:
- SMTP server address (e.g., smtp.gmail.com, smtp.qq.com)
- SMTP port (e.g., 587 for TLS, 465 for SSL)
- Sender email address
- Email password or app-specific password
- Use TLS (recommended for port 587)
More from 4444zyf/skills
github-repo-analyzer
|
25project-analyzer
This skill should be used when the user asks to "analyze project", "understand codebase", "explore project structure", "analyze architecture", "what does this project do", or needs help understanding an unfamiliar codebase.
1git-commit-assistant
This skill should be used when the user asks to "commit changes", "write commit message", "create a commit", "stage files", or needs help with git commit workflow including writing meaningful commit messages.
1code-review-helper
This skill should be used when the user asks to "review code", "check this code", "code review", "review my PR", "review pull request", or wants feedback on code quality, patterns, or best practices.
1