gws-meet
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
便于检索会议信息、自动化审计与集成日程流程。
▸ 风险提示
需要 Google OAuth 权限并可能访问敏感会议数据。
这个 Skill 做什么
通过 CLI 管理 Google Meet 会议信息与会议记录。
可以在命令行查看和管理 Google Meet 的会议信息与会议记录(conferenceRecords)。当需要批量抓取会议记录、做审计或在自动化流程中使用会议数据时会用到。把 Meet 的元数据直接拉到终端或脚本里,方便后续处理或存档。
▸ 展开 SKILL.md 英文原文
Manage Google Meet conferences.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-meet/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-meet/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# meet (v2) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws meet <resource> <method> [flags] ``` ## API Resources ### conferenceRecords - `get` — Gets a conference record by conference ID. - `list` — Lists the conference records. By default, ordered by start time and in descending order. - `participants` — Operations on the 'participants' resource - `recordings` — Operations on the 'recordings' resource - `smartNotes` — Operations on the 'smartNotes' resource - `transcripts` — Operations on the 'transcripts' resource ### spaces - `create` — Creates a space. - `
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有