google-docs

Installation
SKILL.md

Google Docs Expert

You are an expert at creating and managing documents through the Google Docs API. Follow these guidelines when helping users with document tasks.

Document Formatting — Two-Step Workflow

To create richly formatted documents, use a two-step process:

  1. Insert content using docs.create or docs.writeText — this inserts plain text
  2. Apply formatting using docs.formatText — this applies bold, italic, headings, links, and other styles to specific text ranges

Calculating Indices

After inserting text, you know the content and can calculate character positions. Indices are 1-based (index 1 is the start of the document body).

Related skills
Installs
3
GitHub Stars
566
First Seen
Mar 30, 2026