connect-ai-googledrive

Perform CRUD operations and SQL queries on Google Drive files and folders.

4|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-googledrive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-ai-googledrive
Source: https://github.com/CDataSoftware/connect-ai-skills/tree/main/skills/connectors/connect-ai-googledrive
Command: npx skills add https://github.com/CDataSoftware/connect-ai-skills --skill connect-ai-googledrive

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of querying and managing Google Drive data, allowing users to easily interact with their Google Drive files and folders.

Core Features & Use Cases

  • Data Querying: Execute SQL queries to retrieve information about files, folders, and other Google Drive resources.
  • File Management: Perform actions such as creating, copying, moving, and deleting files and folders.
  • Content Access: Access the content of files, including downloading files as base64 or retrieving text from Google Docs.
  • Use Case: Quickly find a specific file or folder in Google Drive, download it, or retrieve the text content of a Google Doc.

Quick Start

Use the connect-ai-googledrive skill to download a file with the ID '1234567890'.

Frequently Asked Questions about connect-ai-googledrive

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

FAQPage Schema
How do I query Google Drive files using SQL?

You can query Google Drive files using SQL by connecting to the Google Drive API to retrieve information about files, folders, permissions, and comments through standard query statements.

Can I download file content from Google Drive as base64?

Yes, you can download Google Drive file content as base64. The skill accesses file content directly, supporting base64 downloads for regular files and text extraction for Google Docs.

How do I manage folders and files in Google Drive programmatically?

You can manage Google Drive folders and files programmatically by performing CRUD operations, which include creating, copying, moving, and deleting files and folders through the API.

Do I need authentication to access Google Drive data?

Yes, you need authentication to access Google Drive data. A valid Google Drive connection and proper authentication credentials are required to execute queries and manage files.

What Google Drive resources can I retrieve with SQL queries?

You can retrieve Google Drive resources including files, folders, permissions, and comments. The SQL queries interact directly with Google Drive's data model to extract this metadata.

Does this approach work for retrieving text from Google Docs?

Yes, this approach works for retrieving text from Google Docs. The skill accesses file content and can extract the text directly from your Google Docs alongside standard file management operations.