← 返回 Skills 市场
googleworkspace-bot

Gws Script Push

作者 googleworkspace-bot · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install gws-script-push
功能描述
Google Apps Script: Upload local files to an Apps Script project.
使用说明 (SKILL.md)

script +push

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

Upload local files to an Apps Script project

Usage

gws script +push --script \x3CID>

Flags

Flag Required Default Description
--script Script Project ID
--dir Directory containing script files (defaults to current dir)

Examples

gws script +push --script SCRIPT_ID
gws script +push --script SCRIPT_ID --dir ./src

Tips

  • Supports .gs, .js, .html, and appsscript.json files.
  • Skips hidden files and node_modules automatically.
  • This replaces ALL files in the project.

[!CAUTION] This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-script — All manage google apps script projects commands
安全使用建议
This skill is a simple instruction-only wrapper for the 'gws' CLI to push files to a Google Apps Script project. Before installing or running it: (1) verify the source and trustworthiness of the 'gws' binary you have on PATH; (2) open and review ../gws-shared/SKILL.md (or your gws config) to see how authentication is performed and where credentials are stored; (3) remember this is a write operation — confirm with the user before executing; and (4) if you don't want a single CLI tool to have push access to your Google account, avoid using it or restrict its credentials.
功能分析
Type: OpenClaw Skill Name: gws-script-push Version: 1.0.2 The skill bundle is a standard administrative wrapper for the 'gws' CLI tool, designed to upload local files to Google Apps Script projects. It includes appropriate safety warnings in SKILL.md for the AI agent to confirm write operations with the user and lacks any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill runs the 'gws script +push' command to upload files. Declaring the 'gws' binary as required is appropriate and proportional to the stated purpose.
Instruction Scope
The SKILL.md contains only the CLI usage and flags for a write operation and correctly cautions to confirm with the user. It references a prerequisite ../gws-shared/SKILL.md for auth, global flags, and security rules — so some operational details (especially auth) are delegated to that external file. You should inspect gws-shared/SKILL.md to understand what credentials or global flags will actually be used.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk from an installation standpoint (nothing is downloaded or written by the skill itself).
Credentials
The skill declares no environment variables or credentials itself, which is consistent with being a thin wrapper around the gws CLI. However, because it defers auth to ../gws-shared/SKILL.md (or to the gws CLI's own configuration), the actual credentials and config used are not visible here. Confirm where gws stores/obtains Google auth (local config, environment variables, or other skills) before granting access.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or system-wide settings. The skill performs a write operation to an Apps Script project, which is expected given its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-script-push
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-script-push 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated version number in SKILL.md from 0.22.4 to 0.22.5. - No changes to functionality or documentation content.
v1.0.1
- Updated version metadata from 0.22.3 to 0.22.4 in SKILL.md. - No changes to functionality or documentation content.
v1.0.0
gws-script-push 1.0.0 - Initial release. - Adds a command to upload local files to a Google Apps Script project. - Supports .gs, .js, .html, and appsscript.json files; skips hidden files and node_modules. - Provides flags for script project ID and custom directory selection. - Warns users that all files in the Apps Script project will be replaced.
元数据
Slug gws-script-push
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Gws Script Push 是什么?

Google Apps Script: Upload local files to an Apps Script project. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 Gws Script Push?

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

Gws Script Push 是免费的吗?

是的,Gws Script Push 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gws Script Push 支持哪些平台?

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

谁开发了 Gws Script Push?

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

💬 留言讨论