Agent Skills
› googleworkspace/cli
› gws-workflow
gws-workflow
GitHub提供Google Workspace跨服务生产力工作流,支持会议准备、邮件转任务、周报生成及文件通知等自动化场景。
Trigger Scenarios
需要生成每日站会报告或周报复盘
将Gmail邮件转换为待办任务
准备会议议程与参会人信息
在Chat中通知Drive文件更新
Install
npx skills add googleworkspace/cli --skill gws-workflow -g -y
SKILL.md
Frontmatter
{
"name": "gws-workflow",
"metadata": {
"version": "0.22.5",
"openclaw": {
"cliHelp": "gws workflow --help",
"category": "productivity",
"requires": {
"bins": [
"gws"
]
}
}
},
"description": "Google Workflow: Cross-service productivity workflows."
}
workflow (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws workflow <resource> <method> [flags]
Helper Commands
| Command | Description |
|---|---|
+standup-report |
Today's meetings + open tasks as a standup summary |
+meeting-prep |
Prepare for your next meeting: agenda, attendees, and linked docs |
+email-to-task |
Convert a Gmail message into a Google Tasks entry |
+weekly-digest |
Weekly summary: this week's meetings + unread email count |
+file-announce |
Announce a Drive file in a Chat space |
Discovering Commands
Before calling any API method, inspect it:
# Browse resources and methods
gws workflow --help
# Inspect a method's required params, types, and defaults
gws schema workflow.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Version History
- a3768d0 Current 2026-08-20 07:25


