gws-script

仓库创建 2026年3月3日最近提交 5 天前SkillHot 收录 21 天前
▸ 精选理由

便于在本地与 Apps Script 同步与部署

▸ 风险提示

需要 Google OAuth 或服务账号凭据,注意权限。

这个 Skill 做什么

通过 gws CLI 管理 Google Apps Script 项目。

用 gws 命令行来管理 Google Apps Script 项目,能上传本地文件、发布版本、运行或调试脚本、查看日志与调用脚本 API。适合需要把脚本项目自动化部署到 Workspace、同步代码或远程触发函数的场景。依赖 gws 的认证和全局配置,方便把常用操作脚本化,提升开发与部署效率。

▸ 展开 SKILL.md 英文原文

Manage Google Apps Script projects.

开发编程Apps Script部署CLI通用
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+568
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-script/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-script/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# script (v1)

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

```bash
gws script <resource> <method> [flags]
```

## Helper Commands

| Command | Description |
|---------|-------------|
| [`+push`](../gws-script-push/SKILL.md) | 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, emp
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有