Sets up Google Drive change notifications using Google Workspace Events API to monitor file and folder updates in real time. You'll use this when building apps that need to react immediately to Drive changes instead of polling constantly. Creates event subscriptions with Pub/Sub endpoints, lists active subscriptions, and handles renewal before expiry. The honest take: it's essential plumbing for any serious Drive integration, but you'll need to handle the Pub/Sub message processing separately. Saves you from writing boilerplate subscription management code and gives you the three core operations you actually need.
npx skills add https://github.com/googleworkspace/cli --skill recipe-watch-drive-changes