بنقرة واحدة
gws-drive
Google Drive: Manage files, folders, and shared drives.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Google Drive: Manage files, folders, and shared drives.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
gws CLI: Shared patterns for authentication, global flags, and output formatting.
Summarize activity in a Slack channel over a timeframe (or the last ~100 messages). Use when the user says 'catch me up on #channel', 'what did I miss in X', or 'summarize this channel'.
Build a cross-channel daily digest of what matters across the user's Slack. Use for 'give me my Slack digest', 'what happened across my channels today', or a standing daily/standup recap.
Triage what needs the user's attention in Slack — unread mentions, DMs, and active threads they're in — ranked by urgency with a suggested action each. Use for 'what needs my attention on Slack', 'triage my Slack', or 'what should I respond to'.
Compose and send a Slack message to a channel, thread, or DM (or draft one for approval). Use when the user asks to post/send/DM something on Slack, or to reply in a specific thread.
Find Slack messages that need a response from the user and draft replies for them. Use for 'draft replies to my Slack', 'what am I behind on and write responses', or drafting a reply to a specific thread/DM.
| name | gws-drive |
| version | 1.0.0 |
| description | Google Drive: Manage files, folders, and shared drives. |
| metadata | {"openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws drive --help"}} |
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws drive <resource> <method> [flags]
| Command | Description |
|---|---|
+upload | Upload a file with automatic metadata |
get — Gets information about the user, the user's Drive, and system capabilities. Required: The fields parameter must be set.copy — Creates a copy of a file and applies any requested updates with patch semantics.create — Creates a file. Supports upload via --upload flag. Max file size: 5,120 GB.download — Downloads the content of a file.export — Exports a Google Workspace document to the requested MIME type. Limited to 10 MB.get — Gets a file's metadata or content by ID. Use alt=media for content.list — Lists the user's files. Supports q parameter for search queries. Returns all files including trashed by default.update — Updates a file's metadata, content, or both. Supports patch semantics and upload.watch — Subscribes to changes to a file.create — Creates a shared drive.get — Gets a shared drive's metadata by ID.list — Lists the user's shared drives. Supports q parameter for search.update — Updates the metadata for a shared drive.create — Creates a permission for a file or shared drive.delete — Deletes a permission.get — Gets a permission by ID.list — Lists a file's or shared drive's permissions.update — Updates a permission with patch semantics.create — Creates a comment on a file.delete — Deletes a comment.get — Gets a comment by ID.list — Lists a file's comments.get — Gets a revision's metadata or content by ID.list — Lists a file's revisions.Before calling any API method, inspect it:
# Browse resources and methods
gws drive --help
# Inspect a method's required params, types, and defaults
gws schema drive.<resource>.<method>
Use gws schema output to build your --params and --json flags.