google-drive

Manage Google Drive files and folders via command-line interface.

12|5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/odyssey4me/agent-skills --skill google-drive-odyssey4me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive
Source: https://github.com/odyssey4me/agent-skills/tree/main/skills/google-drive
Command: npx skills add https://github.com/odyssey4me/agent-skills --skill google-drive-odyssey4me

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of files and folders within Google Drive, enabling efficient organization, sharing, and access to your cloud-stored data.

Core Features & Use Cases

  • File Operations: Upload, download, search, and move files.
  • Folder Management: Create and list contents of folders.
  • Sharing & Permissions: Share files with specific users and manage access permissions.
  • Use Case: You need to upload a project report to a specific folder in your Google Drive and share it with your team members, granting them edit access.

Quick Start

Use the google-drive skill to upload the local file './my-report.pdf' to the folder with ID '12345abcde'.

Frequently Asked Questions about google-drive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Drive files from a command-line interface?

Google Drive file management through a command-line interface is facilitated by this Skill using the Google Drive API. It supports uploading, downloading, searching, and moving files directly from your terminal.

How do I upload a local file to a specific Google Drive folder?

To upload a local file to a specific Google Drive folder, you provide the local file path and the target folder ID. The Skill handles the file transfer to your cloud storage via the Google Drive API.

Can I share files and manage access permissions in Google Drive?

Yes, you can share files and manage access permissions in Google Drive. The Skill allows you to share files with specific users and adjust their access permissions, such as granting edit access to collaborators.

Do I need OAuth 2.0 authentication to access Google Drive cloud storage?

Yes, OAuth 2.0 authentication is required to access Google Drive cloud storage. The Skill relies on OAuth 2.0 to authenticate your account before executing any file or folder management operations.

What is the best way to search for and organize folders in Google Drive?

The best way to search for and organize folders in Google Drive is by using this Skill's folder management features. You can create new folders, search existing files, and list folder contents to organize your cloud storage data.