skills/gmail-email/SKILL.md
Send emails via Gmail SMTP using App Password authentication.
npx skillsauth add open-gitagent/gitagent gmail-emailInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send emails via Gmail SMTP.
Enable 2-Factor Authentication on your Gmail account
Generate App Password:
Configure credentials:
export GMAIL_USER="[email protected]"
export GMAIL_APP_PASSWORD="your-16-char-app-password"
Or create a .env file in the skill directory:
[email protected]
GMAIL_APP_PASSWORD=your-16-char-app-password
python3 scripts/send_email.py \
--to "[email protected]" \
--subject "Subject line" \
--body "Email body text"
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)