← Back to Skills Marketplace
googleworkspace-bot

Gws Apps Script

cross-platform ✓ Security Clean
335
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install gws-apps-script
Description
Google Apps Script: Manage and execute Apps Script projects.
README (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.

Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-apps-script
  3. After installation, invoke the skill by name or use /gws-apps-script
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gws-apps-script
Version 1.0.1
License
All-time Installs 4
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is Gws Apps Script?

Google Apps Script: Manage and execute Apps Script projects. It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.

How do I install Gws Apps Script?

Run "/install gws-apps-script" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Apps Script free?

Yes, Gws Apps Script is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gws Apps Script support?

Gws Apps Script is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Apps Script?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.1.

💬 Comments