R
recipe-watch-drive-changes
by @googleworkspacev
4.8(7)
Googleドライブのファイルまたはフォルダの変更通知を購読し、リアルタイムでファイルの変更状況を把握します。
Google Drive APIFile Change MonitoringReal-time NotificationsWorkflow AutomationGoogle WorkspaceGitHub
インストール方法
npx skills add googleworkspace/cli --skill recipe-watch-drive-changescompare_arrows
Before / After 効果比較
1 组使用前
Google Driveのファイルやフォルダの変更をタイムリーに把握できず、手動で確認する必要がある。情報が遅れると、コラボレーションの衝突や重要な更新の見逃しにつながる可能性があります。
使用後
Google Driveのファイルやフォルダの変更通知を自動で購読し、リアルタイムで最新の動向を把握します。情報同期を確保し、チームのコラボレーション効率と応答速度を向上させます。
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
forumユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数213
評価4.8 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件
ユーザー評価
4.8(7)
5
0%
4
0%
3
0%
2
0%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年3月16日