Agent Skills
› composio-community/awesome-agent-clis
› Google Workspace CLI (gws)
Google Workspace CLI (gws)
GitHubGoogle Workspace CLI,通过 Discovery Service 动态构建,提供对 Drive、Gmail 等服务的统一访问。支持结构化 JSON 输出和自动发现新 API,适用于需要广泛 Google Workspace 权限的自动化任务。
Trigger Scenarios
需要操作 Google Drive 文件
管理 Gmail 邮件或日历事件
执行 Google Workspace 批量自动化
Install
npx skills add composio-community/awesome-agent-clis --skill Google Workspace CLI (gws) -g -y
SKILL.md
Frontmatter
{
"name": "Google Workspace CLI (gws)",
"description": "One CLI for all of Google Workspace — Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google's Discovery Service. Use when an agent needs broad Google Workspace access with 100+ built-in agent skills."
}
Google Workspace CLI (gws)
One CLI for all of Google Workspace. Dynamically built from Google's Discovery Service — when Google adds an API endpoint, gws picks it up automatically.
Key Features
- Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more
- 100+ agent skills included
- Structured JSON output
- Structured exit codes (0–5)
- Helper commands:
+send,+agenda,+triage - Model Armor response sanitization
Key Commands
gws +agenda # today's calendar
gws +send --to user@example.com --subject "Hello" --body "Hi"
gws +triage # inbox triage
gws gmail.users.messages.list --userId me --format json
gws calendar.events.list --calendarId primary --format json
gws drive.files.list --format json
Agent-Friendly Features
- JSON output on all commands
- 100+ pre-built agent skills
- Exit codes 0–5 for structured error handling
- Model Armor for response sanitization
- Auto-discovers new Google API endpoints
Version History
- 9f765d2 Current 2026-07-24 16:03


