mirra-google-sheets

Manage Google Sheets data via Mirra's REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and manipulation of data within Google Sheets, removing the need for manual intervention in common spreadsheet tasks.

Core Features & Use Cases

  • Spreadsheet Creation: Create new Google Sheets spreadsheets programmatically.
  • Data Read/Write: Read data from and write data to specific ranges within spreadsheets.
  • Data Manipulation: Append rows, insert/delete rows/columns, format cells, and find/replace text.
  • Use Case: Automatically generate a monthly sales report by reading data from one sheet, performing calculations, and writing the summary to another sheet.

Quick Start

Use the mirra-google-sheets skill to create a new spreadsheet titled "My New Report".

Frequently Asked Questions about mirra-google-sheets

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

FAQPage Schema
How do I automate Google Sheets data manipulation without manual intervention?

You can automate Google Sheets data manipulation by using this Skill to programmatically read and write data ranges, append rows, and insert or delete columns via a REST API. This removes the need for manual spreadsheet updates.

Can I create a new Google Sheets spreadsheet programmatically through an API?

Yes, you can create new Google Sheets spreadsheets programmatically. The Skill uses Mirra's REST API to generate spreadsheets, allowing automated setup of reports and data structures without manual file creation.

What is needed to connect an API for Google Sheets row insertion and formatting?

To insert rows and format cells via the API, you need a Mirra API key for user authentication and a pre-connected Google Sheets account. These prerequisites allow the Skill to securely access and modify your spreadsheets.

What's the best way to automate generating a report by reading and writing data ranges in Google Sheets?

The best way to automate report generation in Google Sheets is using this Skill to read data from one sheet, perform calculations, and write the summary to another sheet. It manages data ranges and cell formatting programmatically.

Does find and replace text in Google Sheets work through API integration?

Yes, find and replace operations in Google Sheets work through this Skill's API integration. You can programmatically locate and update text within your spreadsheets, ensuring data consistency across large datasets.