google-drive-helper

Search aibuilder.academy Google Drive and read Docs, Sheets, Slides, and PDFs.

40|5|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/ShawhinT/non-coding-skills --skill google-drive-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive-helper
Source: https://github.com/ShawhinT/non-coding-skills/tree/main/google-drive-helper
Command: npx skills add https://github.com/ShawhinT/non-coding-skills --skill google-drive-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the back-and-forth of locating the right file in a specific Google Drive workspace and figuring out how to read its contents reliably.

Core Features & Use Cases

  • Drive navigation & discovery: Searches for files using Drive query syntax, including targeted lookup inside known folders.
  • Content reading for multiple formats: Reads text content from Google Docs/Sheets/Slides and PDFs, and handles connector quirks for unsupported types.
  • Forms handling via response sheets: Explains why Forms can’t be read directly and directs you to the canonical response sheet in the sheets folder.
  • Workspace-aware access: Works within the aibuilder.academy workspace and correctly accounts for shared-into-workspace vs inaccessible folders.

Quick Start

Use the google-drive-helper skill to search for a file and read its contents by telling the AI: "Find the latest proposal about X in my Drive and read what it says."

Frequently Asked Questions about google-drive-helper

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

FAQPage Schema
How do I read content from Google Docs, Sheets, and PDFs in my Drive?

You can read Google Drive files by using this Skill to retrieve text content directly from Google Docs, Sheets, Slides, and PDFs while navigating around known connector limitations to return usable information.

Why can't I read Google Forms responses directly from the Drive connector?

Google Forms cannot be read directly due to connector limitations, so this Skill redirects you to the canonical form response sheet located in the specific sheets folder inside the workspace to retrieve your data.

What's the best way to search for a specific file in a shared Google Drive workspace?

The best way to search a shared Google Drive workspace is using Drive query syntax with parentId shortcuts for known folders, which correctly surfaces files while accounting for accessible versus inaccessible workspace directories.

Does this approach return usable view URLs for Google Drive files?

Yes, this approach returns usable view URLs generated directly from the API rather than hand-crafted links, ensuring reliable access to the discovered Google Drive documents, spreadsheets, and presentations.

What are the limitations of searching Google Drive files through a connector?

Limitations include the inability to read Google Forms directly and folder access quirks within shared workspaces, which this Skill handles by targeting response sheets and using parentId shortcuts for known directories.