google-drive-client

Read client project files from Google Drive folders with read-only access.

1|Updated Jan 27, 2015
One-click install
npx skills add https://github.com/Numkil/dotfiles --skill google-drive-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive-client
Source: https://github.com/Numkil/dotfiles/tree/main/pi/agent/skills/google-drive-client
Command: npx skills add https://github.com/Numkil/dotfiles --skill google-drive-client

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires googleapis, mammoth, xlsx, pdf-parse, and includes scripts (resource) components.

What problem does it solve?

Access client context by reading files from a shared Google Drive folder structure to quickly answer questions about client projects, transcripts, and communications.

Core Features & Use Cases

  • List files in the project folder to discover available materials, including documents, sheets, PDFs, and transcripts.
  • Read and convert many file types (Google Docs/Sheets/Slides, PDFs, Word, Excel, CSV, text) into usable text for context synthesis.
  • Use cases include answering client-context questions, summarizing meetings, and pulling transcripts from the Statik/Projects folder for the current project.

Quick Start

Ask the assistant to list, search, and read files from the current project's Statik/Projects folder on Google Drive.

Frequently Asked Questions about google-drive-client

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

FAQPage Schema
How do I read Google Drive files like PDFs and spreadsheets for project context?

To read Google Drive files, this Skill uses OAuth credentials to access the Drive API and converts documents, spreadsheets, and PDFs into usable text for project context synthesis.

Do I need Google Drive API credentials to extract transcripts and documents?

Yes, you need Google Drive API credentials to complete the OAuth flow, which grants read-only access to extract transcripts, documents, and sheets from the Drive folder structure.

Can I search client files within a specific folder structure on Google Drive?

You can search client files by operating on the Statik folder structure (Statik > Projects > {First Letter} > {PROJECT}), listing and reading files specifically within the current project's directory.

What file types are supported when extracting text from Google Drive?

Supported file types include Google Docs, Sheets, Slides, PDFs, Word, Excel, CSV, and text files, all parsed via dependencies like mammoth, xlsx, and pdf-parse into readable text.

Does this Google Drive client provide file-level sourcing for answers?

Yes, the Skill provides clear file-level sourcing for user prompts, ensuring that the answers derived from reading client project files and transcripts are traceable to their source documents.

What are the limitations of using OAuth for read-only Google Drive access?

The Skill operates with read-only access via the OAuth flow, meaning it can list, search, and read files for context synthesis but cannot modify, upload, or delete files within the Google Drive folder structure.