R
recipe-watch-drive-changes
by @googleworkspacev
4.8(7)
Subscribe to change notifications for Google Drive files or folders to stay updated on file modifications in real-time.
Google Drive APIFile Change MonitoringReal-time NotificationsWorkflow AutomationGoogle WorkspaceGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-watch-drive-changescompare_arrows
Before / After Comparison
1 组Before
Unable to promptly know about changes to Google Drive files or folders, requiring manual checks. Delayed information can lead to collaboration conflicts or missed important updates.
After
Automatically subscribe to change notifications for Google Drive files or folders, staying updated in real-time. Ensures information synchronization, improving team collaboration efficiency and response speed.
description SKILL.md
name: recipe-watch-drive-changes version: 1.0.0 description: "Subscribe to change notifications on a Google Drive file or folder." metadata: openclaw: category: "recipe" domain: "engineering" requires: bins: ["gws"] skills: ["gws-events"]
Watch for Drive Changes
PREREQUISITE: Load the following skills to execute this recipe:
gws-events
Subscribe to change notifications on a Google Drive file or folder.
Steps
- Create subscription:
gws events subscriptions create --json '{"targetResource": "//drive.googleapis.com/drives/DRIVE_ID", "eventTypes": ["google.workspace.drive.file.v1.updated"], "notificationEndpoint": {"pubsubTopic": "projects/PROJECT/topics/TOPIC"}, "payloadOptions": {"includeResource": true}}' - List active subscriptions:
gws events subscriptions list - Renew before expiry:
gws events +renew --subscription SUBSCRIPTION_ID
forumUser Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs213
Rating4.8 / 5.0
Version
Updated2026年3月16日
Comparisons1
User Rating
4.8(7)
5
0%
4
0%
3
0%
2
0%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年3月16日