google-docs

Automate Google Docs CRUD operations via Robomotion CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Google Docs workflows by enabling creation, reading, and modification of documents directly from the Robomotion CLI, reducing manual tasks.

Core Features & Use Cases

  • Create documents programmatically and set titles to standardize templates.
  • Read and extract content from existing Google Docs for review or processing.
  • Insert text, images, and formatting, then update documents as part of automated workflows.
  • Use Case: A team creates weekly reports by generating a doc, adding sections, and distributing a share link.

Quick Start

Install robomotion googledocs, connect with a session, then create a document and read or update its content.

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 and editing from the command line?

Automate Google Docs creation and editing by using the Robomotion CLI to execute session-based commands like create_document, read_document, and insert_text. This enables programmatic document generation, content retrieval, and text manipulation without manual intervention.

Can I read and extract content from existing Google Docs programmatically?

Read and extract content from existing Google Docs programmatically using the read_document command. This retrieves document text for automated review, processing, or downstream workflow integration.

What is needed to connect to Google Docs via a CLI-driven automation workflow?

Connecting to Google Docs via a CLI-driven workflow requires installing the robomotion googledocs package and establishing a session-based authentication connection to authorize command-based operations.

Can I insert text and images into Google Docs during an automated workflow?

Insert text and images into Google Docs during an automated workflow using the insert_text command. This supports adding content, applying formatting, and updating documents as part of standardized report generation.

Does this approach work for standardizing weekly report templates in Google Docs?

Standardizing weekly report templates in Google Docs is supported by programmatically creating documents, setting titles, adding sections, and distributing share links within an automated workflow sequence.

Are there limitations to modifying Google Docs through a CLI-based session?

Modifying Google Docs through a CLI-based session is limited to command-based operations like create_document, read_document, and insert_text, and requires maintaining an active session-based authentication connection for workflow execution.