Recipe Email Drive Link

🌐Community
by googleworkspace · vlatest · Repository

Shares recipe links from Google Search directly to email recipients via Drive storage, streamlining meal planning.

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-email-drive-link npx -- -y @trustedskills/recipe-email-drive-link
2

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

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

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

About This Skill

The recipe-email-drive-link skill enables AI agents to generate direct links between specific email messages and their corresponding files stored in Google Drive. This capability streamlines workflows by allowing agents to create actionable shortcuts that jump from communication context directly to relevant documents without manual searching.

When to use it

  • An agent needs to reference a contract discussed in an email thread while simultaneously opening the signed PDF version in Drive.
  • A support bot must link a customer's complaint ticket email directly to the troubleshooting guide stored in a shared folder.
  • You want to automate the creation of meeting summaries that include clickable links to the presentation slides mentioned during the call.

Key capabilities

  • Identifies specific email messages within a conversation context.
  • Locates associated files within Google Drive based on email content or metadata.
  • Constructs and returns direct, navigable URLs connecting the two resources.

Example prompts

  • "Find the email where we discussed the Q3 budget and create a link to the spreadsheet I uploaded in that thread."
  • "Generate a direct link from this customer support ticket to the relevant user manual in our Drive repository."
  • "Link the latest project update email to the corresponding slide deck stored in the 'Marketing' folder."

Tips & gotchas

Ensure the AI agent has explicit permission to access both Gmail and Google Drive, as cross-app linking requires broad scope authorization. The skill relies on semantic matching or metadata correlation; if file names are ambiguous, provide specific context about the email content to improve link accuracy.

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.