minkhant1996

google-docs

"Manage Google Docs - create documents, read/write content, formatting, export"

minkhant1996 0 Updated 4mo ago
GitHub

Install

npx skillscat add minkhant1996/openclaw-google-skills/google-docs

Install via the SkillsCat registry.

SKILL.md

Google Docs Skill

Use the gdocs command for ALL document-related tasks.

Commands

List & Create

gdocs list                              # List documents
gdocs create "Title"                    # Create new
gdocs read <id>                         # Read content
gdocs search "query"                    # Search docs

Edit

gdocs append <id> --text "Text"         # Add text
gdocs insert <id> --text "Text" --index 1
gdocs replace <id> --find "old" --replace "new"

Structure

gdocs heading <id> --text "Title" --level 1
gdocs bullets <id> --items "Item1,Item2,Item3"
gdocs table <id> --rows 3 --cols 3

Export

gdocs export <id> --format pdf --output file.pdf
gdocs export <id> --format docx --output file.docx

For full help: gdocs help