تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٤٨٤
forks:١٠٢
updated:٢٣ مارس ٢٠٢٦ في ١٢:٤٤
مستكشف الملفات
SKILL.md
| name | gmail-email |
| description | Send emails via Gmail SMTP using App Password authentication. |
Send emails via Gmail SMTP.
Enable 2-Factor Authentication on your Gmail account
Generate App Password:
Configure credentials:
export GMAIL_USER="your-email@gmail.com"
export GMAIL_APP_PASSWORD="your-16-char-app-password"
Or create a .env file in the skill directory:
GMAIL_USER=your-email@gmail.com
GMAIL_APP_PASSWORD=your-16-char-app-password
python3 scripts/send_email.py \
--to "recipient@example.com" \
--subject "Subject line" \
--body "Email body text"