recipe-watch-drive-changes

Subscribe to Google Drive change notifications for files or folders.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill recipe-watch-drive-changes-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-watch-drive-changes
Source: https://github.com/cellarwood/figurio/tree/main/skills/recipe-watch-drive-changes
Command: npx skills add https://github.com/cellarwood/figurio --skill recipe-watch-drive-changes-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subscribes to Drive change events to monitor edits, deletions, and metadata updates for files or folders.

Core Features & Use Cases

  • Subscribe to Google Drive change notifications for a file or folder.
  • List and renew active subscriptions to ensure continuous monitoring.
  • Integrate with Pub/Sub endpoints to drive downstream automation and workflows.

Quick Start

Create a Drive change subscription for a specific file or folder to start receiving real-time notifications.

Frequently Asked Questions about recipe-watch-drive-changes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Google Drive changes in real time?

You can monitor Google Drive changes in real time by creating a Drive change subscription for a specific file or folder to receive instant event updates. This allows continuous synchronization and auditing of Drive resources.

What is a Google Drive change notification subscription?

A Google Drive change notification subscription is an event listener that monitors edits, deletions, and metadata updates for specified files or folders. It pushes these change events to a Pub/Sub endpoint for downstream automation.

Do I need a Pub/Sub endpoint to watch Drive file changes?

Yes, you need a Pub/Sub notification endpoint to watch Drive file changes. The subscription sends real-time change events to this endpoint, which acts as the receiver for updates and triggers downstream workflows.

What prerequisites are required to subscribe to Google Drive change notifications?

Subscribing to Google Drive change notifications requires gws-events as a prerequisite, a configured Pub/Sub notification endpoint, and proper Drive permissions to both subscribe and receive updates.

Can I list and renew active Drive change subscriptions?

Yes, you can list and renew active Drive change subscriptions to ensure continuous monitoring. This functionality maintains your event subscriptions without interruption and keeps real-time synchronization active.