npx skills add googleworkspace/cli --skill recipe-watch-drive-changes
wadewarren/gws-claude-plugin
recipe-watch-drive-changes
Subscribe to change notifications on a Google Drive file or folder.
Installation
npx skills add wadewarren/gws-claude-plugin --skill recipe-watch-drive-changes
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Subscribe to change notifications on a Google Drive file or folder.
27.4K installsCreate a git commit for the current changes. Use when asked to commit changes, make a commit, g…
48 installsValidate that a branch or pull request implementation matches introduced product, technical, se…
21K installsUse when deciding what tests a change needs - a feature, a bug fix, a refactor, any behavior ch…
5.3K installsUse when deciding how big a fix should be, when scope is drifting mid-task, when a plan is bein…
5.3K installs>- Standard workflow for pulling updates from main or other branches on multi-contributor proje…
1.9K installsAlso in this package
Other skills from wadewarren/gws-claude-plugin · top by installs.
npx skills add wadewarren/gws-claude-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- openclaw
- {"category":"recipe","domain":"engineering","requires":{"bins":["gws"],"skills":["gws-events"]}}
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md913 B -
docs
SUMMARY.md101 B
History
- First seen on skills.sh
- First recorded snapshot · 18 installs
SKILL.md
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 --name subscriptions/SUBSCRIPTION_ID