gog-drive

Manage Google Drive files through the gog API within Ripple.

28|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/echonoshy/ripple --skill gog-drive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gog-drive
Source: https://github.com/echonoshy/ripple/tree/main/skills/gog/gog-drive
Command: npx skills add https://github.com/echonoshy/ripple --skill gog-drive

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of manually managing Google Drive files, allowing users to perform read, write, and organize actions without leaving the Ripple workspace.

Core Features & Use Cases

  • Read, Search, Upload, and Download Files: Interact with files stored in Google Drive directly within Ripple.
  • Metadata and Sharing: Access file metadata, download files, and share them with others.
  • Write Operations with User Confirmation: Upload files, convert formats, replace files, and delete files, all requiring explicit user confirmation to prevent unintended actions.
  • Typical Use Cases: Bulk downloading PDF invoices, uploading Markdown files to create Google Docs, and organizing files within Google Drive.

Quick Start

To upload a Markdown file and convert it to a Google Doc, use the following command in Ripple: gog drive upload ./notes.md --convert.

Frequently Asked Questions about gog-drive

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

FAQPage Schema
How do I manage Google Drive files without leaving my Ripple workspace?

You can manage Google Drive files directly within the Ripple workspace by using this Skill to perform read, write, and organize actions through the gog API. This eliminates the need for manual file management outside the platform.

How do I upload a Markdown file to Google Drive and convert it to a Google Doc?

To upload and convert a Markdown file, use the command `gog drive upload ./notes.md --convert` in Ripple. This sends the file to Google Drive and automatically transforms the Markdown format into a Google Doc.

Can I share files and access metadata in Google Drive from Ripple?

Yes, you can access file metadata, download files, and share them with others directly from Ripple. These read operations allow you to retrieve file details and distribute documents without switching contexts.

Do I need to confirm write operations when uploading or deleting Google Drive files?

Yes, write operations such as uploading files, converting formats, replacing files, and deleting files require explicit user confirmation. This verification step prevents unintended actions and protects your data from accidental modifications.

Does the Google Drive integration work with the gog API for bulk file downloads?

Yes, the integration works through the gog API and supports typical use cases like bulk downloading PDF invoices. You can interact with and download multiple files stored in Google Drive directly within your workspace.