Recipe Review Meet Participants
Analyzes meeting recipes, identifies participant dietary needs/preferences, and suggests suitable menu adjustments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-review-meet-participants npx -- -y @trustedskills/recipe-review-meet-participants
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-review-meet-participants": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-review-meet-participants"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
recipe-review-meet-participants
What it does
This skill enables AI agents to automatically discover and install specific skills within the Google Workspace CLI environment. It streamlines the setup process for complex workflows by handling dependency resolution and installation commands directly from a registry.
When to use it
- Automating the deployment of new tools across multiple Google Workspace accounts without manual intervention.
- Preparing an AI agent for a specific project by installing required custom scripts or extensions before execution.
- Standardizing tool availability for a team by ensuring every agent has access to the same set of installed capabilities.
- Updating existing agent configurations with new features provided by the Google Workspace CLI ecosystem.
Key capabilities
- Discovery of available skills within the TrustedSkills registry.
- Direct installation of skills into the local or remote CLI environment.
- Management of skill dependencies to ensure a functional workspace.
- Integration with the
googleworkspace/clicommand-line interface.
Example prompts
- "Install the 'recipe-review-meet-participants' skill using the Google Workspace CLI."
- "Discover all available skills related to recipe management and install the most relevant one for my agent."
- "Set up my AI agent with the latest updates from the googleworkspace/cli registry."
Tips & gotchas
Ensure you have the googleworkspace/cli installed locally before attempting to use this skill, as it relies on that underlying infrastructure. Always verify the source of skills in the registry to ensure they align with your security and compliance requirements before installation.
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.