openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 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...

通信与消息

作者:Muhammad Mazhar Saeed @0x-professor

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 571 · 9 current installs · 9 all-time installs

0

安装量(当前) 9

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:0x-professor/google-workspace-automation

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill's code, instructions, and requirements are consistent with a planning-only Google Workspace automation tool and do not request unrelated credentials or network access.

目的

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.

说明范围

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.

安装机制

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.

证书

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.)

持久

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.

综合结论

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 separ…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Google Workspace Automation」。简介:Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. U…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/0x-professor/google-workspace-automation/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: google-workspace-automation
description: Design Gmail, Drive, Sheets, and Calendar automations with scope-aware plans. Use for repeatable daily task automation with explicit OAuth scopes and audit-ready outputs.
---

# Google Workspace Automation

## Overview

Create structured automation plans for common Gmail, Drive, Sheets, and Calendar workflows.

## Workflow

1. Define automation goal, services, and actions.
2. Derive required OAuth scopes and integration boundaries.
3. Build execution plan with schedule and retry behavior.
4. Export auditable artifact for implementation.

## Use Bundled Resources

- Run `scripts/plan_workspace_automation.py` for deterministic automation planning.
- Read `references/workspace-guide.md` for scope and quota considerations.

## Guardrails

- Always declare least-privilege scopes.
- Keep automations idempotent and auditable.