google-docs-collaboration

Create, read, and modify Google Docs, Sheets, and Slides via Google APIs.

3|1|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/astoreyai/claude-skills --skill google-docs-collaboration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-docs-collaboration
Source: https://github.com/astoreyai/claude-skills/tree/main/skills/google/google-docs-collaboration
Command: npx skills add https://github.com/astoreyai/claude-skills --skill google-docs-collaboration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-auth-oauthlib, and includes scripts (resource) components.

What problem does it solve?

Manages and automates handling of Google Docs, Sheets, and Slides to streamline document workflows and reduce manual effort.

Core Features & Use Cases

  • Programmatically create, read, update, format, and export Docs, Sheets, and Slides.
  • Automate collaboration and data extraction across Google Workspace documents for efficient content pipelines.
  • Use Case: automatically generate project briefs from templates and aggregate data across Sheets and Slides for reports.

Quick Start

Authenticate via OAuth2, then start creating and editing Docs, Sheets, and Slides programmatically.

Frequently Asked Questions about google-docs-collaboration

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

FAQPage Schema
How do I automate Google Docs workflows to generate documents from templates?

Automating Google Docs workflows involves using Python scripts to programmatically create, read, and modify documents via Google APIs. You can generate project briefs from templates and format content automatically by authenticating with OAuth2.

Can I extract data from Google Sheets and export it to Google Slides programmatically?

Yes, you can extract data from Google Sheets and export it to Google Slides programmatically. Python scripts orchestrate reading, updating, and exporting across Google Workspace documents to aggregate report data efficiently.

Do I need OAuth2 authentication to read and modify Google Workspace documents via API?

Yes, OAuth2 authentication is required to read and modify Google Workspace documents via API. You must configure API access with specific scopes for Docs, Sheets, and Slides to authorize the Python scripts handling your document workflows.

What is the best way to create collaborative document pipelines across Google Workspace?

The best way to create collaborative document pipelines across Google Workspace is automating programmatic creation and data extraction with Python scripts. This streamlines collaborative workflows and reduces manual effort in content generation pipelines.

Does this approach support formatting and exporting artifacts from Google Docs, Sheets, and Slides?

Yes, this approach supports formatting and exporting artifacts from Google Docs, Sheets, and Slides. Python scripts orchestrate actions across these Google APIs, allowing you to format content and export the resulting document artifacts for collaborative workflows.