tech/google/workspace/drive

Manage Google Drive files and permissions via Drive API v3.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-google-workspace-drive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/google/workspace/drive
Source: https://github.com/2nth-ai/skills/tree/main/tech/google/workspace/drive
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-google-workspace-drive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires googleapis, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of Google Drive files and permissions, streamlining operations like file creation, reading, updating, and permission setting.

Core Features & Use Cases

  • File/Folder Management: Create, read, and update files and folders using the Drive API.
  • Permission Management: Assign permissions to files, folders, shared drives, and links.
  • Exporting Documents: Convert Google Docs/Sheets/Slides to PDF or Office formats.
  • Folder Watching: Monitor folders for changes and receive push notifications.
  • Scope Access: Limit access to files your app creates or opens.
  • Use Case: Efficiently handle file operations within Google Drive, ensuring the right level of access and security for your documents.

Quick Start

Use the drive skill to create a new folder in Google Drive named 'Project X'.

Frequently Asked Questions about tech/google/workspace/drive

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

FAQPage Schema
How do I manage Google Drive file permissions using the API?

You manage Google Drive file permissions by using Drive API v3 to assign access levels to files, folders, shared drives, and links. This ensures the right level of access and security for your documents.

Can I convert Google Docs to PDF using the Drive API?

Yes, you can convert Google Docs, Sheets, and Slides to PDF or Office formats. This document exporting process uses the Google Drive API to export files into your required formats.

How do I monitor a Google Drive folder for changes?

You monitor a Google Drive folder for changes by using the folder watching feature. This tracks modifications within the folder and receives push notifications when changes occur.

What credentials do I need to access the Google Drive API?

You need authentication with Google Drive API credentials to access the API. This prerequisite ensures secure administrative tasks involving file operations, permission management, and document conversion.

Does this Google Drive API skill support limiting access to specific files?

Yes, the skill supports scope access to limit access to files your app creates or opens. This restricts operations to specific files, ensuring secure document management within Google Drive.

What is the best way to automate Google Drive file creation and updates?

The best way to automate Google Drive file creation and updates is using Drive API v3. It handles file and folder operations programmatically, streamlining administrative tasks like reading and updating files.