Agent Skills
› composio-community/awesome-agent-clis
› Google Workspace CLI (gws)
Google Workspace CLI (gws)
GitHubGoogle Workspace 统一 CLI,支持 Drive、Gmail、Calendar 等 API 的动态调用。提供结构化 JSON 输出、预置 Agent 技能及辅助命令,适用于自动化处理邮件、日历和文件等办公场景。
触发场景
需要批量操作 Google 服务如邮件发送或日历查询
Agent 需要集成 Google Workspace API 进行办公自动化
安装
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
版本历史
- 9f765d2 当前 2026-07-24 16:03


