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 docsEdit
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 3Export
gdocs export <id> --format pdf --output file.pdf
gdocs export <id> --format docx --output file.docxFor full help: gdocs help