gws-drive
The gws-drive skill provides a command-line interface to manage Google Drive resources, including files, folders, shared drives, permissions, comments, and revisions.
Is gws-drive safe to install?
Review the source first: our audit of gws-drive's source files found 3 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and performs network requests to the Google Drive API to modify user data, including file deletion and permission changes.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and automated agents requiring programmatic access to Google Drive management tasks.
What can you do with it?
- List and search files or shared drives
- Create, update, and delete files or shared drives
- Manage file permissions and access proposals
- Handle comments and replies on files
- Download file content and export Google Workspace documents
- Manage file revisions and metadata
How good is this skill?
Quality score: 9/10. The documentation is comprehensive and maps directly to the Google Drive API structure. It clearly defines prerequisites and discovery methods for the CLI.
What does the skill file contain?
# drive (v3) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws drive <resource> <method> [flags] ``` ## Helper Commands | Command | Description | |---------|-------------| | [`+upload`](../gws-drive-upload/SKILL.md) | Upload a file with automatic metadata | ## API Resources ### about - `get` — Gets information about the user, the user's Drive, and system capabilities. For more information, see [Return user info](https://developers.google.com/workspace/drive/api/guides/user-info)...
Frequently asked questions
Does this skill support uploading files?
Yes, the skill supports file uploads via the gws-drive-upload helper command and the files.create and files.update methods.
Can I search for specific files?
Yes, the files.list and drives.list methods accept a q parameter for combining search terms.
Are there limitations on file exports?
Yes, exported content from Google Workspace documents is limited to 10 MB.
How do I determine the required parameters for a command?
Run the command gws schema drive.<resource>.<method> to inspect required parameters, types, and defaults.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.