.claude/skills/send-email/SKILL.md
--- name: send-email description: Send emails via Google Workspace with duplicate prevention. Use when composing or sending emails. Checks Sent folder before sending to prevent duplicates. argument-hint: [recipient] [subject] [body] automation: gated --- # Send Email with Duplicate Prevention Send emails safely through the google-workspace subagent with built-in duplicate detection. ## State Dependencies | Source | Location | Read | Write | Description | |--------|----------|------|-------|-
npx skillsauth add abilityai/cornelius .claude/skills/send-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 safely through the google-workspace subagent with built-in duplicate detection.
| Source | Location | Read | Write | Description | |--------|----------|------|-------|-------------| | Sent Folder | Gmail (via google-workspace) | Yes | | Check for recent duplicates | | Outbox | Gmail (via google-workspace) | | Yes | Send new email |
ALWAYS delegate to the google-workspace subagent for email operations. The subagent has direct MCP tool access and handles duplicate detection.
Before sending ANY email, search the Sent folder for recent emails to the same recipient:
Send the email using the google-workspace subagent's MCP tools:
After successful send, confirm:
$ARGUMENTS[0]: Recipient email address$ARGUMENTS[1]: Subject line$ARGUMENTS[2]: Email bodyIf arguments are not provided, extract them from conversation context.
/google-reauth skilldevelopment
Rebuild the Cornelius voice agent system prompt from knowledge base sources
data-ai
Update dashboard.yaml with current knowledge base metrics from analysis report
documentation
Update Knowledge Graph Changelog
testing
Comprehensive testing playbook for Local Brain Search memory improvements (Phases 1, 3, 4)