Recipe Create Gmail Filter
Automatically creates Gmail filters based on recipe email content to organize cooking inspiration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-create-gmail-filter npx -- -y @trustedskills/recipe-create-gmail-filter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-create-gmail-filter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-create-gmail-filter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to programmatically create new filters within a Gmail account using the Google Workspace CLI. It automates the setup of rules that automatically sort, archive, or delete incoming emails based on specific criteria without manual intervention.
When to use it
- Automating inbox organization for high-volume email accounts where manual filtering is impractical.
- Setting up dynamic routing rules for new team members joining a Google Workspace domain.
- Implementing compliance policies that require immediate archiving or deletion of sensitive data upon receipt.
Key capabilities
- Creation of Gmail filters via command-line interface.
- Integration with the Google Workspace CLI toolset.
- Automation of email sorting and management workflows.
Example prompts
- "Create a Gmail filter that automatically archives all emails from '[email protected]'."
- "Set up a rule to delete any incoming messages containing the word 'confidential' in the subject line."
- "Generate a filter to label all emails received between 9 AM and 5 PM as 'Work Hours'."
Tips & gotchas
Ensure you have the necessary administrative permissions for the target Gmail account before attempting to create filters. This skill relies on the underlying Google Workspace CLI, so familiarity with command-line operations is required to troubleshoot execution errors.
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.