gogcli

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

支持更广泛的 Workspace 服务,适合需要终端化管理多种 Google 资源的用户。

▸ 风险提示

同样依赖 OAuth 授权与外部 Google API 访问权限。

这个 Skill 做什么

扩展版 Google Workspace CLI,涵盖更多服务如 Slides、Tasks、Keep 等。

在终端管理 Google Workspace 的一把刀,能操作 Gmail、Calendar、Drive、Sheets、Docs、Slides、Contacts、Tasks、Keep 等服务。适合想用命令行或脚本批量处理公司账号数据、自动化办公流程或在 CI 里调用 Google 服务的人。特点是把多种 Google 服务统一到一个 CLI,减少在不同 API/工具之间切换的麻烦。

开发编程Google 工作区CLI更多服务通用
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/gogcli/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/gogcli/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---

name: gogcli
description: Google Workspace CLI for Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, Keep. Use when user asks to interact with Google services.

# gogcli - Google Workspace CLI

## Overview

gogcli is a CLI tool for managing Google Workspace services from the terminal. Supports Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.

## Installation

### Quick Install (if you have brew):

```bash
brew install steipete/tap/gogcli
```

### Build from Source (no brew):

```bash
# 1. Clone repository
git clone https://github.com/steipete/gogcli.git

# 2. Navigate to directory
cd gogcli

# 3. Build
make

# 4. (Opti
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有