Recipe Batch Invite To Event
This skill automatically invites multiple people to a calendar event based on a provided recipe list, streamlining party planning.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-batch-invite-to-event npx -- -y @trustedskills/recipe-batch-invite-to-event
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-batch-invite-to-event": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-batch-invite-to-event"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-batch-invite-to-event skill enables Google Workspace CLI agents to programmatically send bulk email invitations for Calendar events. It streamlines the process of adding multiple attendees to a single meeting without manual intervention.
When to use it
- Automating weekly team stand-ups where dozens of employees need consistent invites.
- Sending event notifications to large client lists or external partners via Google Workspace accounts.
- Preparing conference schedules by instantly inviting all registered speakers and panelists.
- Reducing administrative overhead for HR onboarding sessions or town halls.
Key capabilities
- Batch processing of multiple recipient email addresses in a single API call.
- Integration with Google Calendar to create and attach events directly to invitations.
- Utilization of Google Workspace CLI for secure, script-based execution.
- Support for custom event details including time zones, descriptions, and attachments.
Example prompts
- "Create a recurring weekly sync meeting titled 'All Hands' and invite every user in the 'engineering' group."
- "Send an invitation for the Q3 Planning session to all members of the '[email protected]' distribution list."
- "Generate a one-time event for the Annual Review and add 50 specific email addresses as attendees."
Tips & gotchas
Ensure your Google Workspace CLI credentials have the necessary calendar.events and gmail.send scopes before executing batch operations. This skill is designed for automation within trusted organizational domains; external email delivery may be subject to Gmail's spam filters if not properly authenticated.
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.