Recipe Save Email Attachments
Automatically saves recipe links found online as PDF attachments to Google Workspace emails.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-save-email-attachments npx -- -y @trustedskills/recipe-save-email-attachments
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-save-email-attachments": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-save-email-attachments"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-save-email-attachments skill enables AI agents to automatically download and save attachments from Google Workspace emails directly to specified cloud storage locations. It streamlines document management by ensuring important files like invoices, reports, or images are securely archived without manual intervention.
When to use it
- Automating the archiving of monthly financial statements received via email.
- Saving project deliverables and creative assets sent as attachments to a shared team drive.
- Collecting customer feedback forms or survey responses attached to incoming correspondence.
- Organizing receipt images from expense reports into a dedicated accounting folder.
Key capabilities
- Identifies and extracts files from the body of emails within Google Workspace.
- Downloads attachments directly to user-defined storage paths.
- Integrates seamlessly with existing email workflows to reduce manual file handling.
Example prompts
- "Save all PDF invoices attached to this week's incoming emails into the 'Finance/2024' folder."
- "Download any image files from emails received today and organize them by sender name."
- "Archive the project proposal attached to the email from Client X into our shared drive."
Tips & gotchas
Ensure your AI agent has explicit permission to access both the Google Workspace email account and the target storage location. Verify that file size limits for attachments are understood before automating bulk downloads to avoid quota issues.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.