mirra-google-drive

Manage Google Drive files and folders programmatically with authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of files and folders within Google Drive, allowing users to perform common operations without leaving their current workflow.

Core Features & Use Cases

  • File Operations: List, create, download, move, and delete files and folders.
  • Information Retrieval: Get details about specific files.
  • Sharing: Share files with specified permissions.
  • Search: Find files using Google Drive's query syntax.
  • Use Case: Quickly find a specific PDF report, download it, and then move it to a designated project folder.

Quick Start

Use the mirra-google-drive skill to list all files in your Google Drive.

Frequently Asked Questions about mirra-google-drive

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

FAQPage Schema
How do I manage Google Drive files programmatically?

To manage Google Drive files programmatically, you can use an interface that supports listing, creating, downloading, moving, and deleting files or folders without leaving your workflow.

Do I need an API key to interact with Google Drive?

Yes, user authentication via a Mirra API key and a pre-connected Google Drive account are required to authorize file operations and manage sharing permissions programmatically.

Can I search for specific files in Google Drive using query syntax?

Yes, you can find files in Google Drive using its native query syntax, allowing you to quickly locate specific items like PDF reports before downloading or moving them to a project folder.

How does exporting Google Docs and Sheets work via an API?

Exporting Google Docs and Sheets involves specific programmatic handling to download the files, enabling users to retrieve and interact with their content directly through the API integration.

What is the best way to automate sharing Google Drive files?

The best way to automate sharing Google Drive files is by using an API interface that allows you to programmatically set specified permissions on files and folders during your workflow.

Are there limitations when moving files between Google Drive folders?

While you can programmatically move files and folders, limitations may apply based on the pre-connected account's permissions and the specific handling required for native Google Docs and Sheets exports.