Agent Skills
› googleworkspace/cli
› gws-workflow-meeting-prep
gws-workflow-meeting-prep
GitHub用于准备会议,获取议程、参会人员和链接文档。支持指定日历和输出格式,只读操作,展示下一个即将到来的事件详情。
触发场景
准备即将召开的会议
查询会议议程和参会人员
安装
npx skills add googleworkspace/cli --skill gws-workflow-meeting-prep -g -y
SKILL.md
Frontmatter
{
"name": "gws-workflow-meeting-prep",
"metadata": {
"version": "0.22.5",
"openclaw": {
"cliHelp": "gws workflow +meeting-prep --help",
"category": "productivity",
"requires": {
"bins": [
"gws"
]
}
}
},
"description": "Google Workflow: Prepare for your next meeting: agenda, attendees, and linked docs."
}
workflow +meeting-prep
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Prepare for your next meeting: agenda, attendees, and linked docs
Usage
gws workflow +meeting-prep
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--calendar |
— | primary | Calendar ID (default: primary) |
--format |
— | — | Output format: json (default), table, yaml, csv |
Examples
gws workflow +meeting-prep
gws workflow +meeting-prep --calendar Work
Tips
- Read-only — never modifies data.
- Shows the next upcoming event with attendees and description.
See Also
- gws-shared — Global flags and auth
- gws-workflow — All cross-service productivity workflows commands
版本历史
- a3768d0 当前 2026-08-20 07:25


