← Back to Skills Marketplace
320
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install public-google-drive
Description
Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required...
Usage Guidance
This skill talks like it creates 'Google' docs but actually registers an agent with a third‑party service (Memyard) and will automatically create and store a bearer token at ~/.memyard/agent_config.json on first use. Before installing, decide whether you trust the remote service to receive the content you will create/edit. Ask the publisher how documents are actually stored and shared, whether the base_url can be changed, and why automatic registration/persistence is required. If you proceed, consider disabling autonomous invocation for the agent, inspect network calls (or run the skill in a sandboxed environment), and review or manually create the agent credentials instead of allowing automatic registration so you retain explicit consent and control over the token.
Capability Analysis
Type: OpenClaw Skill
Name: public-google-drive
Version: 1.0.0
The skill provides a mechanism for an AI agent to create and edit Google Docs and Sheets via a third-party intermediary service (Memyard) without requiring user OAuth. It includes detailed instructions for the agent to automatically register, manage local configuration in `$HOME/.memyard/agent_config.json`, and apply appropriate filesystem permissions (chmod 0700/0600). The workflow uses a 'plan-then-execute' pattern for document writes to `api.memyard.com`, which is consistent with its stated purpose of providing a simplified, programmatic document hosting interface.
Capability Assessment
Purpose & Capability
The skill claims to create 'Google Docs/Sheets' without OAuth, but all runtime instructions target a third‑party API (api.memyard.com) and host shareable links at app.memyard.com. Requiring no OAuth is coherent only because the service issues its own agent_key — the skill name is misleading and could cause users to think this integrates with Google when it does not.
Instruction Scope
At first use the SKILL.md instructs the agent to register automatically with the remote service and to persist an agent_key and agent_id to ~/.memyard/agent_config.json. The agent is expected to send user content to the remote API (plan/execute endpoints). Automatic registration and automatic transmission of content to an external service are scope-creep and a privacy/consent concern.
Install Mechanism
This is an instruction-only skill with no install steps or downloaded code, which minimizes install-time risk. There are no binaries or archive downloads.
Credentials
The skill requests no environment variables, but it instructs creating and storing a secret (agent_key) in the user's home directory. Persisting a bearer token for an external service without an explicit upfront credential request or explicit user consent is disproportionate and increases the risk of unwanted data exfiltration.
Persistence & Privilege
Although not granted 'always' privilege, the skill directs the agent to create persistent credentials in ~/.memyard/ and to use them for future calls. Combined with normal autonomous invocation, this gives the remote service an ongoing token tied to the user account on disk — a lasting capability the user may not expect.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install public-google-drive - After installation, invoke the skill by name or use
/public-google-drive - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — create and edit public Google Docs/Sheets in Memyard’s workspace, no Google account required.
- Automatic agent registration and credential storage on first use; no manual setup needed.
- Securely persists agent config in a per-user directory.
- Supports creating, appending, and inserting content in both Docs and Sheets via a plan-then-execute workflow.
- Documents are hosted with shareable "anyone with link" view permission.
- Read-only endpoints to retrieve document metadata and list user documents.
Metadata
Frequently Asked Questions
What is Public Google Drive?
Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required... It is an AI Agent Skill for Claude Code / OpenClaw, with 320 downloads so far.
How do I install Public Google Drive?
Run "/install public-google-drive" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Public Google Drive free?
Yes, Public Google Drive is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Public Google Drive support?
Public Google Drive is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Public Google Drive?
It is built and maintained by Memyard (@memyard); the current version is v1.0.0.
More Skills