Agent Skills
› googleworkspace/cli
› gws-workflow-meeting-prep
gws-workflow-meeting-prep
GitHub用于准备会议的自动化工作流,可获取议程、参会者和相关文档。支持指定日历ID及多种输出格式,仅读取数据不修改。
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


