drive

Manages Google Drive and Docs files via a Python script.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/patanet7/corvus --skill drive-patanet7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drive
Source: https://github.com/patanet7/corvus/tree/main/config/skills/tools/drive
Command: npx skills add https://github.com/patanet7/corvus --skill drive-patanet7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of files within Google Drive, enabling users to perform essential operations like listing, reading, creating, editing, moving, and deleting files directly through an AI interface.

Core Features & Use Cases

  • File Operations: Perform CRUD operations on files and Google Docs.
  • Organization: Move files between folders and manage file sharing.
  • Cleanup: Identify and remove old or unneeded files to manage storage.
  • Use Case: Automatically list all files in a specific Google Drive folder that were modified in the last 30 days.

Quick Start

Use the drive skill to list files in the folder with ID '12345abcde'.

Frequently Asked Questions about drive

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

FAQPage Schema
How do I automate Google Drive file management tasks like creating and moving files?

You can automate Google Drive file management by using a Python script to execute specific actions and parameters, allowing you to programmatically list, create, edit, move, and delete files or Google Docs.

Can I identify and delete old files in Google Drive based on a specific query?

Yes, you can perform cleanup operations in Google Drive to identify and remove old or unneeded files by executing script actions that filter and delete files based on their age and specific query parameters.

Does this Google Drive automation approach support managing file sharing permissions?

Yes, this Google Drive automation approach supports managing file sharing permissions programmatically, enabling you to configure sharing settings for files and Google Docs directly through an AI interface executing script actions.

What is the best way to list files in a specific Google Drive folder modified recently?

The best way to list recently modified files in a specific Google Drive folder is to run a Python script with action parameters targeting that folder ID, retrieving files updated within your specified timeframe.

How do I read and edit Google Docs content programmatically?

You can read and edit Google Docs content programmatically by leveraging script-based access that performs CRUD operations on files, allowing you to read existing content and apply edits directly through the AI interface.