google-workspace

Read and write Google Docs as markdown via MCP tools.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill google-workspace-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-workspace
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/container/skills/google-workspace
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill google-workspace-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Working with Google Docs and Drive files often requires switching between multiple interfaces, handling complex OAuth authentication, and manually converting between markdown and Google's native formats, which creates unnecessary friction for academic and collaborative workflows.

Core Features & Use Cases

  • Read Google Docs as Markdown: Use the built-in MCP tool to pull content from any Google Doc and get it as clean, formatted markdown, ideal for summarizing project notes or repurposing content for course materials.
  • Write and Update Google Docs: Create new Google Docs or overwrite existing ones directly from markdown text, eliminating the need to manually reformat content in Google's web editor.
  • Raw Drive File Access: Access all non-Doc files, binary attachments, and Drive folder contents directly via the mounted /workspace/drive/ filesystem using standard bash commands, for tasks the MCP tools do not cover.
  • Use Case: An instructor can quickly pull shared project notes from a Google Doc to summarize for students, or upload assignment feedback as a PDF directly to the course Drive folder without leaving their workflow.

Quick Start

Ask the AI to summarize the content of your shared Google Doc named "Project Notes" by providing the Doc's URL or looking it up in your mounted Drive folder.

Frequently Asked Questions about google-workspace

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

FAQPage Schema
How do I convert Google Docs to markdown for academic workflows?

You can read Google Docs as markdown by using the built-in MCP tool to pull content from any document URL, receiving clean formatted text ideal for summarizing course materials or project notes.

Can I write and update Google Docs directly from markdown text?

Yes, you can create new Google Docs or overwrite existing ones directly from markdown text, eliminating the need to manually reformat content in the Google Docs web editor.

Do I need rclone to access raw Google Drive files via the filesystem?

Yes, accessing non-Doc files, binary attachments, and Drive folder contents requires an OS-level filesystem mount via rclone, allowing standard bash commands to operate on the `/workspace/drive/` directory.

What is the best way to manage Google Drive course materials without OAuth overhead?

Using integrated MCP tools for Doc-specific operations and a mounted Drive filesystem for raw files eliminates manual API authentication and format conversion overhead for course material management.

Can I upload assignment feedback PDFs directly to a Google Drive folder?

Yes, instructors can upload assignment feedback as PDFs directly to the course Drive folder by placing files into the mounted `/workspace/drive/` filesystem using standard bash commands.

Why does my Google Docs markdown conversion fail for binary attachments?

Markdown conversion applies only to Google Docs; binary attachments and non-Doc files bypass MCP tools and must be accessed as raw files through the mounted `/workspace/drive/` filesystem.