gdoc-converter

Convert Google Docs, Slides, and Sheets to Microsoft Office formats via URLs or OAuth.

2|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DUBSOpenHub/copilot-skills --skill gdoc-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdoc-converter
Source: https://github.com/DUBSOpenHub/copilot-skills/tree/main/gdoc-converter
Command: npx skills add https://github.com/DUBSOpenHub/copilot-skills --skill gdoc-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the conversion of Google Workspace documents (Docs, Slides, Sheets) into their corresponding Microsoft Office formats, saving users time and effort in manual reformatting.

Core Features & Use Cases

  • Format Conversion: Seamlessly transforms Google Docs to Word (.docx), Google Slides to PowerPoint (.pptx), and Google Sheets to Excel (.xlsx).
  • URL-Based Operation: Accepts direct Google Workspace URLs for conversion.
  • Use Case: A user needs to share a Google Doc with a colleague who only uses Microsoft Word. They can use this Skill to quickly convert the document to .docx format without losing significant formatting.

Quick Start

Convert the Google Doc at the provided URL to a Microsoft Word document.

Frequently Asked Questions about gdoc-converter

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

FAQPage Schema
How do I convert Google Docs to Microsoft Office formats?

You can convert Google Docs, Slides, and Sheets to Microsoft Office formats by using Python scripts and the Google Drive API to export the files to .docx, .pptx, or .xlsx formats.

Can I convert private Google Workspace documents to .docx or .xlsx?

Yes, you can convert private Google Workspace documents by authenticating with OAuth, whereas public documents can be converted using direct export URLs without authentication.

Do I need the Google Drive API to export Google Slides to PowerPoint?

Yes, the conversion process relies on the Google Drive API and requires Python dependencies like google-api-python-client and google-auth-oauthlib to handle the document export.

What is the best way to automate Google Sheets to Excel conversion?

Automating Google Sheets to Excel conversion is best handled by running Python scripts that accept URLs, specify output directories, and handle file naming automatically via the Google Drive API.

Why does my Google Docs to Word conversion fail?

Conversion failures can occur due to authentication issues or invalid URLs, but the process provides detailed error reporting to help diagnose specific problems during the document export.