Recipe Cancel And Notify
This skill cancels a scheduled recipe event and notifies you, ensuring timely meal prep and preventing missed cooking times.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-cancel-and-notify npx -- -y @trustedskills/recipe-cancel-and-notify
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-cancel-and-notify": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-cancel-and-notify"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-cancel-and-notify skill enables AI agents to gracefully terminate running recipes and immediately alert relevant stakeholders via email or chat. It ensures that interrupted workflows trigger automatic notifications, preventing data loss and keeping teams synchronized on operational status.
When to use it
- Stop a long-running data processing job when an upstream dependency fails.
- Cancel a scheduled report generation if the source dataset becomes corrupted.
- Halt a deployment pipeline immediately after detecting a critical security vulnerability.
- Terminate a backup script that has exceeded its allotted time window.
Key capabilities
- Identifies and stops active recipe executions based on unique identifiers.
- Sends real-time notifications to designated recipients upon cancellation.
- Supports integration with Google Workspace communication channels for alerts.
- Provides clear status updates regarding the termination of specific workflows.
Example prompts
- "Cancel the 'Daily Sales Report' recipe currently running in production and notify the sales team."
- "Stop the 'Customer Data Migration' job immediately and send an urgent alert to the engineering lead."
- "Terminate any active backup processes for the finance server and update the IT support channel."
Tips & gotchas
Ensure you have explicit permissions to stop recipes within your Google Workspace environment before invoking this skill. Always specify the unique recipe ID or name clearly in your prompt to avoid accidentally halting unrelated background tasks.
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.