google-drive-operator

Manage Google Drive folders and documents via API interactions.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/HermeticOrmus/claude-code-skills --skill google-drive-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive-operator
Source: https://github.com/HermeticOrmus/claude-code-skills/tree/main/google-drive-operator
Command: npx skills add https://github.com/HermeticOrmus/claude-code-skills --skill google-drive-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Google Drive folders and documents, enabling users to analyze, restructure, and organize their cloud storage efficiently.

Core Features & Use Cases

  • Folder Analysis: Recursively list contents of Drive folders to understand structure.
  • Document Operations: Read content from Google Docs, rename files/folders, move items, and delete them.
  • Document Creation & Formatting: Build professional documents with precise control over text, images, and status labels.
  • Use Case: Automatically organize a client's shared Drive folder by renaming files, creating subfolders for different projects, and generating a summary document with status updates for each item.

Quick Start

Analyze the contents of the Google Drive folder located at the provided URL.

Frequently Asked Questions about google-drive-operator

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

FAQPage Schema
How do I automate Google Drive folder organization through API integration?

Automate Google Drive folder organization by using API interactions to recursively list folder contents, rename files, move items between folders, and create subfolders for structured project management. This enables programmatic restructuring of shared cloud storage.

Can I read and extract text from Google Docs using the Google Drive API?

Read and extract text from Google Docs by utilizing the Google Docs API integration. This allows you to programmatically access document content, analyze text, and gather information for generating summary documents with status updates.

What is the best way to programmatically create and format professional Google Docs?

Create and format professional Google Docs by using API integration to build documents with precise control over text, images, and status labels. This programmatic approach ensures consistent document automation and professional formatting.

Do I need Python client libraries to manage Google Drive shared folders?

Python client libraries are required to manage Google Drive shared folders. You must set up both the Google Drive API and Google Docs API integration within your Python environment to execute file operations and document automation tasks.

How does recursive folder analysis work for restructuring Google Drive storage?

Recursive folder analysis works by using API interactions to list the contents of nested Google Drive folders. This reveals the full storage structure, enabling you to efficiently analyze, reorganize, and restructure shared cloud documents.

Are there limitations when moving or deleting files in Google Drive via API automation?

When moving or deleting files via Google Drive API automation, limitations depend on your API permissions and shared drive configurations. Precise control is possible, but you must ensure proper authentication scopes are set for folder restructuring and item deletion.