googleworkspace/cli✦ 精选0°

gws-sheets

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

覆盖表格常见 API 操作,适合自动化流程

▸ 风险提示

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

这个 Skill 做什么

通过 gws CLI 对 Google 表格进行读写和管理操作。

通过 gws CLI 对 Google 表格(Sheets)做读写和管理操作,可以追加行、读取单元格或批量更新表格内容。适合把表格操作脚本化、自动化报表或把数据跟 CI/脚本联动时使用。特点是基于 gws 的命令行生态,有一套 helper 子命令,方便把常见操作嵌进自动化流程里。

▸ 展开 SKILL.md 英文原文

Google Sheets: Read and write spreadsheets.

办公文档表格读写API通用
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-sheets/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-sheets/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# sheets (v4)

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

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

## Helper Commands

| Command | Description |
|---------|-------------|
| [`+append`](../gws-sheets-append/SKILL.md) | Append a row to a spreadsheet |
| [`+read`](../gws-sheets-read/SKILL.md) | Read values from a spreadsheet |

## API Resources

### spreadsheets

  - `batchUpdate` — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests h
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有