Google Docs

🌐Community
by odyssey4me · vlatest · Repository

This skill lets you directly interact with Google Docs, enabling seamless document creation and editing from your AI chat.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add google-docs npx -- -y @trustedskills/google-docs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "google-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/google-docs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact directly with Google Docs, allowing them to read, write, and manage document content within your Drive. It facilitates automated workflows involving document creation, editing, and retrieval without manual intervention.

When to use it

  • Automating the generation of meeting minutes or reports from raw data sources.
  • Updating existing documentation files with new information based on external inputs.
  • Collaboratively drafting content by having an agent edit specific sections of a shared document.
  • Retrieving and summarizing the contents of long-form documents for analysis.

Key capabilities

  • Create new Google Docs from scratch.
  • Read and parse existing document text.
  • Edit and append content to open files.
  • Manage file metadata and Drive permissions.
  • Handle multiple documents in a single session.

Example prompts

  • "Create a new Google Doc titled 'Project Roadmap' and add an initial outline with three main sections."
  • "Read the latest version of our Q3 financial report and summarize the key revenue figures into a bulleted list."
  • "Update the 'Team Guidelines' document by adding a new section on remote work policies at the end."

Tips & gotchas

Ensure your AI agent has explicit permission to access your Google Drive, as it cannot see private files without proper OAuth scopes. Be mindful that complex formatting changes may require precise instructions to avoid disrupting existing layouts.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
odyssey4me
Installs
98

🌐 Community

Passed automated security scans.