google-docs

Automate Google Docs and Drive creation, editing, and file organization.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/UntLab/codex --skill google-docs-untlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-docs
Source: https://github.com/UntLab/codex/tree/main/config/codex-skills/google-docs
Command: npx skills add https://github.com/UntLab/codex --skill google-docs-untlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-apis-docs_v1, google-apis-drive_v3, google-apis-sheets_v4, google-apis-calendar_v3, google-apis-people_v1, googleauth, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Google Docs & Drive management often requires juggling multiple APIs and manual steps to read, create, format, insert content, upload or share files. This skill automates end-to-end Google Docs and Drive workflows from AI prompts.

Core Features & Use Cases

  • Read and analyze Google Docs content, structure, and metadata.
  • Create or update documents from Markdown content, with support for headings, bold, italic, tables, code blocks, and images via Drive.
  • Manage Drive files: upload, download, share, search, move, and organize in folders; export Docs/Sheets as common formats.
  • Large markdown insertions with batch formatting and image handling, template doc support, and seamless integration with references.

Quick Start

Create a new Google Doc from a Markdown file using the create-from-markdown workflow.

Frequently Asked Questions about google-docs

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

FAQPage Schema
How do I automate Google Docs creation from Markdown?

You can automate Google Docs creation from Markdown using workflows that parse Markdown content and batch insert formatted text, headings, tables, code blocks, and images via Drive into a new document.

Can I use OAuth credentials to manage Google Drive files in bulk?

Yes, you can use shared OAuth credentials to manage Google Drive files in bulk, enabling you to upload, download, search, move, and organize files or folders programmatically.

Does Google Docs automation support inserting images from Google Drive?

Yes, Google Docs automation supports inserting images from Google Drive by uploading the image assets first and then linking or embedding them directly into the document structure.

What is the best way to export Google Docs to other formats via API?

The best way to export Google Docs to other formats via API is using the Drive API's export functionality, which handles cross-service actions to download documents as common file formats.

How do I share Google Docs and Drive files programmatically?

You can share Google Docs and Drive files programmatically by utilizing the Drive API to set sharing permissions and manage access controls directly within automated workflows.

Why does my Markdown to Google Docs workflow fail on large documents?

Markdown to Google Docs workflows may fail on large documents due to API rate limits, but robust error handling and recovery with batch formatting can process large insertions successfully.