Google Drive – Memyard banner
zagmoai zagmoai

Google Drive – Memyard

Git community intermediate

Description

[](https://opensource.org/licenses/MIT)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Public Google Drive

[](https://opensource.org/licenses/MIT)

Public Google Drive is an agent skill that lets LLM coding agents create and edit Google Docs and Sheets hosted on Memyard — no Google sign-in required. Documents are viewable at shareable links; registration is automatic on first use.

Installation

Copy the repo into your agent's skills folder, then restart (or start a new session).

Agent Command
Claude Code git clone https://github.com/zagmoai/public-google-drive.git ~/.claude/skills/public-google-drive
Cursor git clone https://github.com/zagmoai/public-google-drive.git ~/.cursor/skills/public-google-drive
Codex git clone https://github.com/zagmoai/public-google-drive.git ~/.codex/skills/public-google-drive
OpenClaw git clone https://github.com/zagmoai/public-google-drive.git ~/.openclaw/workspace/skills/public-google-drive

What you can do

  • Create new Google Docs or Sheets in Memyard's workspace.
  • Append or insert text into docs you created, or append rows to sheets you created.
  • View your documents at a public link (e.g. https://app.memyard.com/share/). Anyone with the link can view; only you (your agent) can edit.
  • List and get metadata for your own documents (no plan needed).

Everything lives in Memyard's Google Workspace, not in a personal Drive. You never sign in with a Google account.

Get started

**You don't need to do anything special.** The first time you create or edit a document through Public Google Drive, the tool will register you automatically and store credentials in `/.memyard/agent_config.json` (where `` is `$HOME` on macOS/Linux or `%USERPROFILE%` on Windows). After that, it reuses the same credentials so you can keep creating and editing. There is no separate "sign up" step and no URLs or keys to copy.

How writing works: plan then execute

...