searching-documents-with-google-drive

Search and export Google Drive documents via rclone and Python3.

3|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/kjgarza/marketplace-claude --skill searching-documents-with-google-drive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searching-documents-with-google-drive
Source: https://github.com/kjgarza/marketplace-claude/tree/main/plugins/kjgarza-product/skills/searching-documents-with-google-drive
Command: npx skills add https://github.com/kjgarza/marketplace-claude --skill searching-documents-with-google-drive

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates locating and exporting Google Drive documents using rclone, simplifying knowledge work and document management.

Core Features & Use Cases

  • Search: Locate files by name patterns in My Drive or Shared with me.
  • Download & Export: Download documents and export Google Docs to Markdown by default, with options for other formats.
  • Use Case: Imagine you need to gather all meeting notes from the last sprint and have them in Markdown for quick review.

Quick Start

Use the searching-documents-with-google-drive skill to search for 'meeting notes' and export results to Markdown in a local output directory.

Frequently Asked Questions about searching-documents-with-google-drive

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

FAQPage Schema
How do I search and export Google Drive documents to Markdown locally?

To export Google Drive documents to Markdown locally, this Skill uses rclone to locate files by name patterns across My Drive and Shared with me, then downloads and converts them automatically. It defaults to Markdown output but supports other formats via command-line options.

Do I need rclone configured to download Google Drive files in bulk?

Yes, you need a configured rclone remote named 'gdrive' to download Google Drive files in bulk. This Skill relies on that specific rclone remote setup and requires Python3 to process search, download, and export tasks across your Drive documents.

Can I search Shared with me files using name patterns or document IDs?

You can search Shared with me files using name patterns or specific document IDs. This Skill automates locating files across both My Drive and Shared with me sections by leveraging rclone to query and retrieve matching Google Drive documents.

What is the best way to automate gathering meeting notes from Google Drive?

The best way to automate gathering meeting notes from Google Drive is using this Skill to search for 'meeting notes' and bulk export the results. It streamlines document retrieval by downloading and converting matching files to Markdown for quick offline review.

What export formats are supported when downloading Google Docs with rclone?

When downloading Google Docs with rclone, this Skill supports exporting to multiple formats via command-line options. Markdown is the default export format, providing quick offline access and review, while other formats can be specified during the download process.

Why does my Google Drive document search require a specific rclone remote name?

Your Google Drive document search requires a specific rclone remote named 'gdrive' because the Skill's Python scripts are hardcoded to query that remote. This ensures consistent automated access to My Drive and Shared with me for file retrieval and export.