← 返回 Skills 市场
djc00p

Google Workspace Ops

作者 Deonte Cooper · GitHub ↗ · v1.0.1 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-workspace-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-workspace-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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)
元数据
Slug google-workspace-ops
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Google Workspace Ops?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-workspace-ops」即可一键安装,无需额外配置。

Google Workspace Ops 是免费的吗?

是的,Google Workspace Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google Workspace Ops 支持哪些平台?

Google Workspace Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Google Workspace Ops?

由 Deonte Cooper(@djc00p)开发并维护,当前版本 v1.0.1。

💬 留言讨论