← 返回 Skills 市场
Google Workspace Automation
作者
Muhammad Mazhar Saeed
· GitHub ↗
· v0.1.0
912
总下载
1
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)
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.
安全使用建议
This skill appears to be a planning-only tool: it generates automation plans and OAuth-scope lists from a JSON input and writes an output file. Before using it, review the output path you provide (to avoid overwriting important files), inspect any input JSON for sensitive data, and remember this tool does not perform API actions—if you later implement the plan against Google Workspace you will need to supply and protect OAuth credentials separately. If you want the skill to actually execute automations, require and audit OAuth usage at that time.
功能分析
Type: OpenClaw Skill
Name: google-workspace-automation
Version: 0.1.0
The `scripts/plan_workspace_automation.py` script is suspicious due to potential arbitrary file read and write vulnerabilities. It accepts an `--input` path, allowing it to read any file accessible to the agent, leading to information disclosure. It also accepts an `--output` path, allowing it to write the generated automation plan to arbitrary locations, which could overwrite sensitive files. While the script's core functionality is legitimate (planning automation), these capabilities, if exploited by an attacker controlling the arguments, pose significant risks without clear malicious intent within the script itself.
能力评估
Purpose & Capability
Name/description promise a scope-aware planning tool for Gmail/Drive/Sheets/Calendar; the bundled Python script and reference guide produce OAuth scope lists and auditable artifacts without performing API calls or requiring cloud credentials—this matches the stated purpose.
Instruction Scope
SKILL.md instructs running the included script and reading the guide. The script only reads a JSON input (with a 1MB cap) and writes an output artifact (json/md/csv). It performs no network requests and does not access other system secrets. Note: the script will create directories and write/overwrite the provided output path, so users should avoid giving privileged or sensitive filesystem paths as output.
Install Mechanism
No install spec; script is bundled in the skill (no downloads or external installers). This is low-risk and proportional for an instruction-only planning tool.
Credentials
No environment variables, credentials, or config paths are required. For a planner that only lists OAuth scopes and builds artifacts, this is appropriate. (Real integrations will need OAuth credentials for execution, but those are outside this skill's stated planning scope.)
Persistence & Privilege
Skill is not forced-always, does not request elevated persistence, and does not modify other skills or global agent config. Agent autonomy remains at the platform default.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-workspace-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-workspace-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Google Workspace Automation skill.
- Design automation plans for Gmail, Drive, Sheets, and Calendar tasks.
- Automatically derive required OAuth scopes for explicit, audit-ready outputs.
- Supports repeatable daily task automation with scope-aware planning.
- Includes scripts and guides for deterministic planning and quota considerations.
- Enforces least-privilege access and idempotent automations.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 912 次。
如何安装 Google Workspace Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-workspace-automation」即可一键安装,无需额外配置。
Google Workspace Automation 是免费的吗?
是的,Google Workspace Automation 完全免费(开源免费),可自由下载、安装和使用。
Google Workspace Automation 支持哪些平台?
Google Workspace Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Workspace Automation?
由 Muhammad Mazhar Saeed(@0x-professor)开发并维护,当前版本 v0.1.0。
推荐 Skills