google-workspace-convert

Convert Google Workspace Docs, Sheets, and Slides to Markdown and back.

5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/mfmezger/ai_agent_dotfiles --skill google-workspace-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace-convert
Source: https://github.com/mfmezger/ai_agent_dotfiles/tree/main/shared/skills/google-workspace-convert
Command: npx skills add https://github.com/mfmezger/ai_agent_dotfiles --skill google-workspace-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill streamlines the process of converting Google Workspace documents (Docs, Sheets, Slides) into Markdown format and vice-versa, facilitating easier content management and cross-platform compatibility.

Core Features & Use Cases

  • Google Workspace to Markdown Conversion: Easily transform Google Docs, Sheets, and Slides into Markdown files.
  • Markdown to Google Doc Upload: Create new Google Docs directly from Markdown files.
  • OCR Support: Option to enable Optical Character Recognition for image content within documents.
  • Use Case: You have a Google Doc containing meeting notes and want to convert it to a Markdown file for your personal knowledge base or a project repository.

Quick Start

Use the google-workspace-convert skill to download the Google Doc at the provided URL as a markdown file.

Frequently Asked Questions about google-workspace-convert

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

FAQPage Schema
How do I convert Google Docs to Markdown format?

You can convert Google Sheets to Markdown using Python scripts that interact with the Google Drive API. This skill extracts spreadsheet data and translates it into Markdown format, facilitating cross-platform compatibility for tabular content.

Can I upload Markdown files to create a new Google Doc?

Yes, this skill supports converting Markdown files back into Google Workspace documents. It creates new Google Docs directly from your local Markdown files, enabling bidirectional content synchronization.

Do I need a service account to convert Google Slides to Markdown?

Yes, you need a Google service account to authenticate the Google Drive API requests. You must configure specific environment variables and authorize the service account to access your Google Workspace files for conversion.

Does converting Google Workspace files to Markdown support OCR for images?

Yes, the conversion process offers optional Optical Character Recognition (OCR) capabilities. When enabled, it extracts text from image-based content and PDFs within your Google Drive files during the Markdown transformation.

What are the limitations when exporting Google Sheets to Markdown?

When exporting Google Sheets to Markdown, complex spreadsheet formulas and advanced formatting may not fully translate into the static Markdown structure. The conversion primarily extracts textual content and basic tabular data via the Drive API.