google-documents

Read, create, and edit Google Docs, Sheets, and Drive files via MCP.

Updated May 8, 2025
One-click install
npx skills add https://github.com/ez404-36/vroomly --skill google-documents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-documents
Source: https://github.com/ez404-36/vroomly/tree/main/.agents/skills/google-documents
Command: npx skills add https://github.com/ez404-36/vroomly --skill google-documents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic interaction with Google Docs, Sheets, and Drive through the mcp-google-workspace MCP server, reducing manual document management and enabling automation.

Core Features & Use Cases

  • Read, create, and edit Google Docs and Sheets using a consistent set of commands.
  • Manage Drive files (list, download, upload, export, and organize in folders) from automation pipelines.
  • Use cases include generating reports, updating templates, exporting documents to PDF or DOCX, and integrating Google Workspace into your workflows.

Quick Start

Authenticate with Google OAuth on the MCP server and read a document by its ID.

Frequently Asked Questions about google-documents

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

FAQPage Schema
How do I automate Google Docs and Sheets management via MCP?

Automate Google Docs and Sheets management by routing commands through the mcp-google-workspace server to read, edit, and generate files programmatically. This requires valid Google API credentials configured for OAuth authentication.

What is required to use OAuth for Google Drive API automation?

OAuth for Google Drive API automation requires valid Google API credentials configured on the MCP server. You must authenticate with Google OAuth before reading a document by its ID or managing files.

Can I export Google Docs to PDF or DOCX from an automation pipeline?

Exporting Google Docs to PDF or DOCX from an automation pipeline is supported. You can manage Drive files by listing, downloading, uploading, and exporting documents directly within your automated workflows.

Does this approach work for generating reports and updating templates in Google Workspace?

Generating reports and updating templates in Google Workspace is a core use case. It applies programmatic document management to create, edit text, and generate reports using a consistent set of commands.

What is the best way to programmatically manage Drive files and folders?

The best way to programmatically manage Drive files and folders is using the mcp-google-workspace MCP server. It enables you to list, download, upload, export, and organize files within folders from automation pipelines.

Why does my Google Docs automation require valid API credentials?

Google Docs automation requires valid API credentials because the MCP server uses them for OAuth authentication and access control. Without proper Google API credentials, programmatic interaction with Google Workspace will fail.