Recipe Create Shared Drive

🌐Community
by googleworkspace · vlatest · Repository

Generates custom recipes based on ingredients & dietary needs, then saves them directly to your Google Drive.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-create-shared-drive npx -- -y @trustedskills/recipe-create-shared-drive
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-create-shared-drive": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-create-shared-drive"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The recipe-create-shared-drive skill enables AI agents to programmatically create new shared Google Drive folders within a specific domain. It automates the setup of collaborative storage spaces, ensuring proper sharing permissions are applied immediately upon creation.

When to use it

  • Automatically provision a dedicated project folder for a new team initiative without manual admin intervention.
  • Set up isolated storage environments for sensitive data that requires restricted access controls from the start.
  • Trigger folder creation as part of an automated onboarding workflow when a new user joins the organization.
  • Generate temporary collaboration spaces for external partners with predefined expiration or permission settings.

Key capabilities

  • Creates shared Google Drive folders programmatically via API.
  • Configures sharing settings and access permissions during the creation process.
  • Integrates directly with Google Workspace CLI environments.

Example prompts

  • "Create a new shared drive named 'Q4 Marketing Assets' for our marketing team."
  • "Set up a secure folder called 'Client Confidential' with restricted editing permissions for the legal department."
  • "Provision a temporary workspace for the upcoming product launch meeting and share it with the stakeholders list."

Tips & gotchas

Ensure your AI agent has the necessary OAuth scopes to create shared drives, as this action requires elevated administrative privileges within Google Workspace. Verify that the target domain allows programmatic drive creation before attempting execution.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
178

🌐 Community

Passed automated security scans.