gdrive

Search, read, and download Google Drive files with folder scoping.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/takimoto-sketch/medica-agent --skill gdrive-takimoto-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdrive
Source: https://github.com/takimoto-sketch/medica-agent/tree/main/.claude/skills/gdrive
Command: npx skills add https://github.com/takimoto-sketch/medica-agent --skill gdrive-takimoto-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable fast, safe access to files stored in Google Drive so users no longer need to manually search, download, and convert documents to inspect or extract their contents; this removes repetitive file handling and speeds document-driven workflows.

Core Features & Use Cases

  • File search and listing: Find files by name or keyword and list folder contents, with the ability to scope searches to a project root folder.
  • Content reading and summarization: Extract text from PDF, TXT, and CSV files and produce summaries, key data points, and table extraction for analysis.
  • Download and conversion: Download binary files (PDF, images, Office formats) and convert Google Docs/Sheets/Slides to DOCX/XLSX/PPTX for local use.
  • Safety & access controls: Honor project-scoped root folder restrictions and automatically block searches or file reads when filenames or keywords match sensitive patterns (API keys, personal data, etc.).
  • Use case: Locate a client's proposal PDFs in Drive, download selected files into a project reports folder, and generate concise summaries and extracted tables for stakeholder review.

Quick Start

Use the gdrive skill to read and summarize the PDF at https://drive.google.com/file/d/XXXXX/view.

Frequently Asked Questions about gdrive

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

FAQPage Schema
How do I search and extract text from a Google Drive PDF?

To search and extract text from a Google Drive PDF, provide the file URL or ID to the skill. It reads PDFs directly, extracting content for summarization and table analysis without requiring manual downloads.

Can I convert Google Docs and Sheets to Office formats for local use?

Yes, you can convert Google Docs and Sheets to Office formats. The skill automatically transforms Google Workspace files into downloadable DOCX, XLSX, and PPTX formats for local use.

How do I download multiple files from a specific Google Drive folder?

To download multiple files from a specific Google Drive folder, enforce the GDRIVE_ROOT_FOLDER_ID scoping parameter. This restricts file searches and bulk downloads to your scoped project folder.

Does this Google Drive search block access to sensitive files?

Yes, the Google Drive search blocks access to sensitive files. It automatically filters out filenames or keywords matching sensitive patterns like API keys and personal data before granting access.

What file formats are supported for content extraction from Google Drive?

Supported file formats for content extraction from Google Drive include PDF, TXT, CSV, images, Office formats, and Google Workspace files. The skill handles URL or ID inputs to process these types.

Why should I scope Google Drive file searches to a root folder?

Scoping Google Drive file searches to a root folder ensures safety and access control. It restricts file listing and reading operations to a specific project directory, preventing unauthorized access to unrelated files.