mirra-google-docs

Create and modify Google Docs documents via REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-google-docs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mirra-google-docs
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-google-docs
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-google-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and editing of Google Docs, streamlining document management tasks without manual intervention.

Core Features & Use Cases

  • Document Creation: Generate new Google Docs with specified titles.
  • Content Manipulation: Append, replace, or insert text at specific locations within documents.
  • Structured Data Insertion: Add headings, lists, and tables to documents.
  • Use Case: Automatically generate a project proposal document, populate it with standard sections, and insert a table of contents based on user-provided details.

Quick Start

Use the mirra-google-docs skill to create a new document titled "Project Proposal".

Frequently Asked Questions about mirra-google-docs

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

FAQPage Schema
How do I automate Google Docs creation and content modification via REST API?▼

Automate Google Docs creation and content modification by using a REST API to programmatically generate documents, append text, replace content, and insert text at specific positions without manual intervention.

Can I insert structured data like headings, lists, and tables into Google Docs programmatically?▼

Yes, you can insert structured data into Google Docs programmatically by using API operations to add headings, create lists, and populate tables within your documents based on specified parameters.

What do I need to set up to manage Google Docs through API integration?▼

To manage Google Docs through API integration, you need a valid Mirra API key and an active Google Docs OAuth connection to authenticate and authorize programmatic interactions with your documents.

How do I replace content or insert text at specific positions in a Google Doc?▼

Replace content or insert text at specific positions in a Google Doc by utilizing API calls that target exact locations or search for specific text strings to perform precise content modifications.

Is there a way to automatically generate a project proposal document and populate it with sections?▼

Automatically generate a project proposal document by creating a new Google Doc with a specified title, appending standard sections, and inserting structured elements like tables of contents via API automation.