@tank/google-docs

Automate Google Docs creation, editing, formatting, and collaboration via API.

1|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/tankpkg/skills --skill tank-google-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @tank/google-docs
Source: https://github.com/tankpkg/skills/tree/main/skills/google-docs
Command: npx skills add https://github.com/tankpkg/skills --skill tank-google-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables AI agents to programmatically create, edit, format, and collaborate on Google Docs, automating document workflows.

Core Features & Use Cases

  • Document Creation & Management: Create new docs, clone templates, move files, and export to various formats (PDF, DOCX).
  • Content & Formatting Control: Insert/replace text, manage lists, tables, headers/footers, and apply character/paragraph styling.
  • Collaboration & Permissions: Share documents, set permissions, and manage comments.
  • Use Case: Automatically generate personalized client reports by creating a new Google Doc from a template, populating it with specific data, and sharing it with the client.

Quick Start

Create a new Google Doc titled 'Project Proposal' with the provided content.

Frequently Asked Questions about @tank/google-docs

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

FAQPage Schema
How do I automate Google Docs creation and formatting via API?

Programmatic Google Docs automation handles document creation, text insertion, and character or paragraph styling via API integration. It supports document lifecycle management, content manipulation with character indexes, and table operations to generate formatted files automatically.

Can I generate client reports from a Google Docs template automatically?

You can generate client reports from a Google Docs template by cloning the file, populating it with specific data, and sharing it with the client. This workflow automates document generation and collaboration permissions directly through the API.

Do I need Google OAuth 2.0 credentials to manage Google Docs sharing permissions?

Google OAuth 2.0 credentials with specific scopes for Docs and Drive access are required to manage Google Docs sharing permissions. These credentials authorize setting permissions, managing comments, and handling collaboration features programmatically.

Does Google Docs API integration support exporting to PDF and DOCX?

Google Docs API integration supports exporting documents to PDF and DOCX formats. This allows automated document workflows to generate files and convert them into downloadable formats for reporting and offline distribution.

What is the best way to insert inline images and manage headers in Google Docs programmatically?

The best way to insert inline images and manage headers in Google Docs programmatically is through API integration. This approach supports inline image insertion, header and footer management, and precise content manipulation using character indexes.