Recipe Watch Drive Changes

🌐Community
by googleworkspace · vlatest · Repository

This skill monitors Google Drive for recipe files and notifies you of any updates or changes to your recipes, streamlining your cooking workflow.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to monitor Google Drive for specific file changes, allowing automated workflows to trigger based on document updates. It provides a reactive mechanism to detect when files are created, modified, or deleted within designated folders.

When to use it

  • Automatically notify team members whenever a critical project document is updated in a shared folder.
  • Trigger backup processes immediately after a specific file is modified to ensure data safety.
  • Start an analysis workflow only when a new report file appears in the "Inbox" directory.
  • Halt a deployment pipeline if a configuration file in Drive has been unexpectedly altered.

Key capabilities

  • Monitors Google Drive for real-time or scheduled change events.
  • Detects specific actions such as file creation, modification, and deletion.
  • Filters monitoring scope to specific folders or entire drives.
  • Integrates directly with the Google Workspace CLI environment.

Example prompts

  • "Set up a watcher on my 'Q4 Reports' folder to alert me whenever a new spreadsheet is added."
  • "Configure an agent to scan Drive for any changes to files named 'config.json' and log the event."
  • "Create a workflow that automatically archives documents in the 'Archives' folder if they are modified after today."

Tips & gotchas

Ensure your AI agent has the necessary OAuth scopes granted to access Google Drive on your behalf. This skill relies on the underlying Google Workspace CLI, so verify your local environment is properly configured before attempting remote monitoring tasks.

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
171

🌐 Community

Passed automated security scans.