通过 gws CLI 在终端驱动 Gmail、Drive、Calendar、Sheets、Docs 和 Admin SDK,统一以 JSON 输出。
设计与多媒体
Google Workspace Automation
Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-r...
它能做什么
Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-r...
技能文档
Google Workspace Automation
Overview
Create structured automation plans for common Gmail, Drive, Sheets, and Calendar workflows.
Workflow
- Define automation goal, services, and actions.
- Derive required OAuth scopes and integration boundaries.
- Build execution plan with schedule and retry behavior.
- Export auditable artifact for implementation.
Use Bundled Resources
- Run
scripts/plan_workspace_automation.pyfor deterministic automation planning. - Read
references/workspace-guide.mdfor scope and quota considerations.
Guardrails
- Always declare least-privilege scopes.
- Keep automations idempotent and auditable.
相关技能
从 Gmail 邮件中提取日程事件,经过你确认后写入 Google Calendar。
通过 OAuth 认证调用 Google 日历 REST 接口,读写日程与可用时间。
通过托管 OAuth 代理访问 Google Calendar API,读写日程与事件。
This skill should be used when the user asks about Google Workspace automation via gogcli — Docs, Sheets, Slides, Drive, or Classroom. Triggers on phrases like "edit this Google doc", "update the sheet", "find my slides", "grade this assignment", or any request involving Google Workspace documents, files, or classes. This is an umbrella skill — the 5 sibling packages (gogcli-mcp-docs, gogcli-mcp-sheets, gogcli-mcp-slides, gogcli-mcp-drive, gogcli-mcp-classroom) cover specific APIs.
通过托管 OAuth 调用 Google Docs API,实现文档创建、读写与样式管理。