docs-convert-gdoc-md

Convert Google Docs, Slides, and Sheets to Markdown or CSV using gcloud CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/redhat-documentation/redhat-docs-agent-tools --skill docs-convert-gdoc-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-convert-gdoc-md
Source: https://github.com/redhat-documentation/redhat-docs-agent-tools/tree/main/plugins/docs-tools/skills/docs-convert-gdoc-md
Command: npx skills add https://github.com/redhat-documentation/redhat-docs-agent-tools --skill docs-convert-gdoc-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of Google Workspace documents (Docs, Slides, Sheets) into accessible Markdown or CSV formats, streamlining content integration and data sharing.

Core Features & Use Cases

  • Google Docs to Markdown: Exports Google Docs content, preserving basic formatting, into Markdown files.
  • Google Slides to Markdown: Converts Google Slides presentations into Markdown, including slide titles, bullet points, and tables.
  • Google Sheets to CSV: Exports Google Sheets data into CSV files, suitable for data analysis.
  • Use Case: You need to quickly get the content of a Google Doc into a Markdown file for a wiki, or export a Google Sheet to CSV for analysis in a spreadsheet program.

Quick Start

Convert the Google Doc at the provided URL to a Markdown file.

Frequently Asked Questions about docs-convert-gdoc-md

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

FAQPage Schema
How do I convert a Google Doc to Markdown?

You can convert a Google Doc to Markdown by using gcloud CLI and Python scripts to export document content while preserving basic formatting. This requires gcloud CLI authentication to access and extract the Google Workspace files.

Can I export Google Sheets to CSV for data analysis?

Yes, you can export Google Sheets to CSV files suitable for data analysis. The Skill automates this extraction using gcloud CLI authentication, enabling you to transfer spreadsheet data into a standard CSV format.

Does converting Google Slides to Markdown require python-pptx?

Yes, converting Google Slides to Markdown requires the python-pptx dependency. This library processes the presentation export to extract slide titles, bullet points, and tables into a Markdown file.

What is the best way to get Google Workspace content into a wiki?

The best way to get Google Workspace content into a wiki is converting Google Docs and Slides to Markdown. This Skill streamlines content integration by transforming documents into accessible Markdown files using gcloud CLI and Python scripts.

Do I need gcloud CLI authentication to export Google Docs?

Yes, you need gcloud CLI authentication to export Google Docs, Sheets, and Slides. The Skill relies on the gcloud CLI to securely access your Google Workspace documents before converting them to Markdown or CSV formats.