Agent Skills
› googleworkspace/cli
› gws-workflow
gws-workflow
GitHub提供跨服务生产力工作流,支持生成日报、会议准备、邮件转任务及文件通知等自动化操作。
触发场景
需要生成每日站会报告
准备会议议程和资料
将邮件转换为待办事项
安装
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.
版本历史
- a3768d0 当前 2026-08-20 07:25


