← 返回 Skills 市场
googleworkspace-bot

Gws Apps Script

作者 googleworkspace-bot · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
335
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install gws-apps-script
功能描述
Google Apps Script: Manage and execute Apps Script projects.
使用说明 (SKILL.md)

apps-script (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws apps-script \x3Cresource> \x3Cmethod> [flags]

Helper Commands

Command Description
+push Upload local files to an Apps Script project

API Resources

processes

  • list — List information about processes made by or on behalf of a user, such as process type and current status.
  • listScriptProcesses — List information about a script's executed processes, such as process type and current status.

projects

  • create — Creates a new, empty script project with no script files and a base manifest file.
  • get — Gets a script project's metadata.
  • getContent — Gets the content of the script project, including the code source and metadata for each script file.
  • getMetrics — Get metrics data for scripts, such as number of executions and active users.
  • updateContent — Updates the content of the specified script project. This content is stored as the HEAD version, and is used when the script is executed as a trigger, in the script editor, in add-on preview mode, or as a web app or Apps Script API in development mode. This clears all the existing files in the project.
  • deployments — Operations on the 'deployments' resource
  • versions — Operations on the 'versions' resource

scripts

  • run

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws apps-script --help

# Inspect a method's required params, types, and defaults
gws schema apps-script.\x3Cresource>.\x3Cmethod>

Use gws schema output to build your --params and --json flags.

安全使用建议
This skill is an instruction-only wrapper around your existing gws CLI for managing Apps Script projects. Before installing: (1) Ensure the gws binary on your system is the genuine, trusted tool you expect; (2) inspect the referenced ../gws-shared/SKILL.md to see how auth is handled and what credentials or files gws will access; (3) be aware that any Google credentials already configured for gws (OAuth tokens, gcloud credentials, config files) could be used when the skill runs. If you don't already use gws or you can't verify the shared SKILL.md and gws configuration, do not enable the skill or only enable it in a controlled environment.
功能分析
Type: OpenClaw Skill Name: gws-apps-script Version: 1.0.1 The skill bundle provides documentation and command structures for managing Google Apps Script projects via a 'gws' CLI tool. It defines standard API interactions such as project creation, content updates, and script execution without any evidence of malicious intent, data exfiltration, or prompt injection (SKILL.md).
能力评估
Purpose & Capability
The name/description match the instructions: the SKILL.md simply documents gws apps-script commands and how to inspect schemas. The single declared required binary (gws) is appropriate and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The instructions are limited to using the gws CLI (listing resources, inspecting schemas, calling methods). However the prerequis ite instructs the agent to read ../gws-shared/SKILL.md for auth, flags, and security rules — that references an external/shared file outside this skill. This is plausible for shared auth config, but it means the agent may attempt to read sibling skill files or shared config.
Install Mechanism
No install spec and no code files — instruction-only skills have minimal on-disk footprint. The skill relies on an existing gws binary rather than downloading code, which is lower risk.
Credentials
The skill declares no required environment variables or credentials. In practice the gws CLI will use whatever Google credentials or tokens are configured on the host (OAuth/token files, gcloud or gws config). That is expected for a CLI wrapper, but you should confirm which credentials gws will use before granting agent access.
Persistence & Privilege
always is false and the skill does not request persistent/privileged installation. Model invocation is allowed (default), which is normal for user-invocable skills and appropriate here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-apps-script
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-apps-script 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified the description of the projects.updateContent method to specify its effect on existing project files and when the content is used. - No functional or command changes; documentation clarification only.
v1.0.0
Initial release of gws-apps-script. - Enables management and execution of Google Apps Script projects via CLI. - Supports project creation, metadata retrieval, content management, and metrics. - Provides helper for pushing local files to Apps Script projects. - Includes commands for listing processes and running scripts. - Offers resource discovery and parameter inspection commands.
元数据
Slug gws-apps-script
版本 1.0.1
许可证
累计安装 4
当前安装数 3
历史版本数 2
常见问题

Gws Apps Script 是什么?

Google Apps Script: Manage and execute Apps Script projects. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。

如何安装 Gws Apps Script?

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

Gws Apps Script 是免费的吗?

是的,Gws Apps Script 完全免费(开源免费),可自由下载、安装和使用。

Gws Apps Script 支持哪些平台?

Gws Apps Script 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Apps Script?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.1。

💬 留言讨论