Agent Skills
› googleworkspace/cli
› gws-workflow-meeting-prep
gws-workflow-meeting-prep
GitHub用于准备下次会议,获取议程、参会人员和关联文档。通过读取日历信息生成会议摘要,支持多种输出格式,只读操作不修改数据。
Trigger Scenarios
需要为即将到来的会议做准备工作
查询下一个会议的时间、参与者和描述信息
Install
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
Version History
- a3768d0 Current 2026-08-20 07:25


