Recipe Share Folder With Team
This skill creates a shared Google Drive folder for teams to easily exchange and collaborate on recipes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-share-folder-with-team npx -- -y @trustedskills/recipe-share-folder-with-team
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-share-folder-with-team": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-share-folder-with-team"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to share Google Drive folders with specific team members or groups directly through command-line execution. It automates the permission management process, ensuring collaborative teams have immediate access to shared resources without manual intervention.
When to use it
- Onboarding new team members who require instant access to project documentation and assets.
- Distributing finalized deliverables to stakeholders for review or approval.
- Setting up temporary access windows for external consultants or contractors.
- Automating routine folder distribution across multiple departments within an organization.
Key capabilities
- Identifies specific Google Drive folders by name or ID.
- Grants read, write, or comment permissions to designated users or groups.
- Executes via the
googleworkspace/clitool for scriptable automation. - Integrates directly into CI/CD pipelines or scheduled agent workflows.
Example prompts
- "Share the 'Q4 Marketing Assets' folder with the marketing team group and set their permission to editor."
- "Grant view-only access to the 'Client Contracts' folder for the legal department."
- "Automatically share the new project workspace folder with all members listed in the current Jira ticket."
Tips & gotchas
Ensure your AI agent has the necessary OAuth scopes configured within the googleworkspace/cli environment to modify sharing settings. Be cautious when automating broad sharing actions, as incorrect permissions can inadvertently expose sensitive data to unintended recipients.
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.