google-docs-reader

Community

Export Google Docs content to local formats.

Authoremdashcodes
Version1.0.0
Installs0

System Documentation

What problem does it solve?

The Google Docs Reader enables reading, summarizing, and analyzing Google Docs, Sheets, and Slides by exporting them to local formats (DOCX, XLSX, PPTX) via a browser-based workflow, eliminating the need for direct API access.

Core Features & Use Cases

  • Browser-based export of Google Docs, Sheets, and Slides to DOCX, XLSX, or PPTX.
  • Local reading, summarization, and analysis using downstream document skills (docx, xlsx, pptx).
  • Use Case: Retrieve content from a Google Doc URL to generate a concise summary for reports or knowledge bases.

Quick Start

Use the google-docs-reader skill to export a Google Docs URL and read the resulting file with the appropriate reader scripts.

  • Export example: python3 ${CLAUDE_PLUGIN_ROOT}/skills/google-docs-reader/scripts/export_gdoc.py "<google-doc-url>"
  • Read example: python3 ${CLAUDE_PLUGIN_ROOT}/skills/google-docs-reader/scripts/read_exported_doc.py "/tmp/gdoc_exports/{DOC_ID}.docx"

Dependency Matrix

Required Modules

pandocpandasopenpyxl

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: google-docs-reader
Download link: https://github.com/emdashcodes/claude-code-plugins/archive/main.zip#google-docs-reader

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.