google-docs-skill

Automates Google Drive, Docs, and Sheets workflows via CLI and JSON interfaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Google Docs Skill consolidates the ability to manage Google Docs, Sheets, and Drive from a single Rust-based agent, enabling programmatic document creation, editing, sharing, and file management without leaving your workflow.

Core Features & Use Cases

  • Create and read Google Docs and Sheets
  • Upload, share, search, and organize Drive files
  • Drive-wide workflows that link docs, sheets, and drives
  • Real-world example: generate a report by pulling data from Drive, composing a document with markdown, and sharing with stakeholders

Quick Start

You can install and run the skill with the standard agent toolchain:

  • Install the skill using the sponsor command from the README, then authorize to access Drive, Docs, and Sheets.
  • Typical first steps: create a document, insert content, format headings, and share the file.

Frequently Asked Questions about google-docs-skill

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

FAQPage Schema
How do I automate Google Docs, Sheets, and Drive workflows from a single agent?

You can automate Google Docs, Sheets, and Drive workflows by using a consolidated Rust-based agent that exposes a consistent CLI interface for programmatic document creation, editing, sharing, and file management.

How do I authenticate Google Drive API requests for automated document management?

Authenticate Google Drive API requests by implementing OAuth-based authentication with a shared token store, which authorizes the agent to access Docs, Sheets, and Drive files securely.

Can I automatically generate and share a Google Doc by pulling data from Drive?

Yes, you can generate and share a Google Doc by pulling data from Drive, composing the document with markdown, and sharing the final file with stakeholders directly through the agent-driven workflow.

Does this Google Docs automation tool require any external dependencies?

No, this Google Docs automation tool requires no external dependencies to operate, relying instead on three internal Rust binaries to execute file operations and manage content workflows.

What is the best way to manage Google Sheets and Docs creation programmatically?

The best way to manage Google Sheets and Docs creation programmatically is using a Rust-based agent that applies a consistent JSON interface to reduce manual workflow overhead across document tasks.

Are there limitations to automating Google Drive file operations with CLI binaries?

Automating Google Drive file operations with CLI binaries is limited to standard file uploads, sharing, searching, and organizing, handling end-to-end content workflows without leaving your environment.