← Back to Skills Marketplace
djc00p

Google Workspace Ops

by Deonte Cooper · GitHub ↗ · v1.0.1 · MIT-0
linuxdarwinwin32 ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install google-workspace-ops
Description
Operate across Google Drive, Docs, Sheets, and Slides as unified workflow. Find, summarize, edit, migrate, or clean shared documents. Trigger phrases: find d...
README (SKILL.md)

Google Workspace Ops

Operate shared docs, spreadsheets, and decks as working systems.

When to Use

  • Finding and updating a doc in place
  • Consolidating plans, trackers, or notes across files
  • Cleaning or restructuring a shared spreadsheet
  • Importing, repairing, or reformatting slides
  • Summarizing Docs, Sheets, or Slides for decisions

Workflow

1. Find the Asset

Start with Google Drive search to locate:

  • The exact file
  • Sibling or duplicate assets
  • Recently modified versions

Confirm by title, owner, modified time, or folder.

2. Inspect Before Editing

Summarize current structure:

  • Tabs, headings, slide count
  • Whether task is cleanup or structural surgery
  • Pick the smallest tool that works safely

3. Edit with Precision

  • Docs — Use index-aware edits, not vague rewrites
  • Sheets — Operate on explicit tabs and ranges
  • Slides — Distinguish content edits from layout/template changes

Iterate with inspection → verify instead of one blind update.

4. Keep Systems Clean

Surface:

  • Duplicate trackers or decks
  • Stale vs canonical docs
  • Archive/merge candidates

Output Format

ASSET: [name, type, why this one]
CURRENT STATE: [structure, key problems]
ACTION: [edits made or recommended]
FOLLOW-UPS: [archive, merge, clean, next steps]

Good Use Cases

  • "Find the active planning doc and condense it"
  • "Clean up the customer spreadsheet and show churn-risk rows"
  • "Import this deck into Slides and make it presentable"
  • "Find the current tracker, not the stale duplicate"
Usage Guidance
This instruction-only skill is coherent for Google Workspace maintenance, but verify before installing: 1) Only provide a dedicated service account JSON via GOOGLE_APPLICATION_CREDENTIALS with the minimal permissions needed (Drive, Docs, Sheets, Slides APIs) — do not use owner or broad project credentials. 2) Prefer a scoped service account and/or domain-limited access; audit and rotate the key regularly. 3) Because the agent can be invoked autonomously by default, decide whether you want to allow automated edits: disable autonomous invocation or require explicit confirmation if available. 4) Because the skill's source/homepage are unknown, treat it as unreviewed: test in a low-risk account/folder first and monitor Drive audit logs for unexpected activity. 5) If you need higher assurance, ask the publisher for provenance, the exact auth model they expect, or a primaryEnv declaration pointing to GOOGLE_APPLICATION_CREDENTIALS.
Capability Analysis
Type: OpenClaw Skill Name: google-workspace-ops Version: 1.0.1 The skill bundle contains instructions for an AI agent to manage Google Workspace documents, including Drive, Docs, Sheets, and Slides. The workflow described in SKILL.md is consistent with its stated purpose of finding, summarizing, and editing documents, and it lacks any indicators of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Google Workspace operations) align with the required environment variable (GOOGLE_APPLICATION_CREDENTIALS). No unrelated env vars, binaries, or config paths are requested that would be out of scope.
Instruction Scope
SKILL.md is high-level guidance for finding/inspecting/editing Workspace assets and does not instruct reading unrelated local files or transmitting data to unexpected endpoints. It is vague about exact API calls or how credentials are used, which is acceptable for an instruction-only skill but leaves implementation details to the agent.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. Nothing is downloaded or written to disk by the skill package itself.
Credentials
Only GOOGLE_APPLICATION_CREDENTIALS is required, which is proportionate to Google Workspace access. However the skill metadata does not designate a primaryEnv and the service-account JSON referenced by that env var can grant broad access depending on how it's configured — least-privilege credentials are recommended.
Persistence & Privilege
always is false (good). The skill allows normal autonomous invocation (disable-model-invocation is false by default). That is standard but means an agent with access to GOOGLE_APPLICATION_CREDENTIALS could perform operations without the user re-confirming each action; consider this when granting credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-workspace-ops
  3. After installation, invoke the skill by name or use /google-workspace-ops
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: replace bare code blocks with ```text for consistent rendering
v1.0.0
Initial release. Unified Google Drive, Docs, Sheets, Slides operations. Adapted from everything-claude-code by @affaan-m (MIT)
Metadata
Slug google-workspace-ops
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Google Workspace Ops?

Operate across Google Drive, Docs, Sheets, and Slides as unified workflow. Find, summarize, edit, migrate, or clean shared documents. Trigger phrases: find d... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install Google Workspace Ops?

Run "/install google-workspace-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Workspace Ops free?

Yes, Google Workspace Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Workspace Ops support?

Google Workspace Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Google Workspace Ops?

It is built and maintained by Deonte Cooper (@djc00p); the current version is v1.0.1.

💬 Comments