← 返回 Skills 市场
googleworkspace-bot

Gws Meet

作者 googleworkspace-bot · GitHub ↗ · v1.0.13 · MIT-0
cross-platform ⚠ suspicious
579
总下载
0
收藏
14
当前安装
14
版本数
在 OpenClaw 中安装
/install gws-meet
功能描述
Manage Google Meet conferences.
使用说明 (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.

gws meet \x3Cresource> \x3Cmethod> [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.
  • endActiveConference — Ends an active conference (if there's one). For an example, see End active conference.
  • get — Gets details about a meeting space. For an example, see Get a meeting space.
  • patch — Updates details about a meeting space. For an example, see Update a meeting space.

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws meet --help

# Inspect a method's required params, types, and defaults
gws schema meet.\x3Cresource>.\x3Cmethod>

Use gws schema output to build your --params and --json flags.

安全使用建议
This skill is essentially an instruction sheet for the external 'gws' CLI to manage Google Meet and is otherwise empty. Before installing or enabling it: 1) Verify you trust the 'gws' binary (where it comes from, its version, and how it authenticates). 2) Inspect the referenced ../gws-shared/SKILL.md (if present) to see exactly how auth and security rules are handled; if it doesn't exist, be cautious about running `gws generate-skills` because that will create files on disk and may store credentials. 3) Determine where the gws CLI stores credentials (home dir, system keyring, or env vars) and whether those locations are acceptable. 4) If the skill's publisher/source is unknown, consider running gws and any skill operations in an isolated test environment and avoid supplying high-privilege credentials until you confirm behavior. 5) If you need more certainty, ask the publisher for the shared auth SKILL.md or documentation that explains authentication and what files the CLI will create or read.
功能分析
Type: OpenClaw Skill Name: gws-meet Version: 1.0.13 The gws-meet skill bundle provides a standard interface for managing Google Meet conferences via a 'gws' CLI tool. The SKILL.md file contains legitimate instructions for interacting with Google Meet API resources such as conference records and meeting spaces, and it correctly directs the agent to use built-in help and schema commands for discovery.
能力评估
Purpose & Capability
The skill's name/description align with the required binary (gws) and the SKILL.md instructs the agent to run gws CLI commands to manage Google Meet resources — the requested binary is appropriate for the stated purpose.
Instruction Scope
The runtime instructions tell the agent to read ../gws-shared/SKILL.md for auth, global flags, and security rules; that file is not present in this bundle. If missing, the instructions tell the agent to run `gws generate-skills` which will create files. Directing the agent to read or generate files outside the skill directory expands its file-system scope and may create or rely on credentials/configuration not visible in the package.
Install Mechanism
No install spec and no code files — instruction-only skill. This is lower-risk from an install mechanism perspective because nothing in this package will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables, yet it defers auth to an external shared SKILL.md and the gws CLI. That implies credentials or configuration are expected but not declared, so the exact credential access (where keys live, whether the CLI reads OAuth tokens, config files under the user's home, etc.) is unclear.
Persistence & Privilege
The skill does not request always: true and has no explicit persistence or changes to other skills' configs. Autonomous invocation is allowed (default), which is normal; nothing else in the package requests elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-meet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-meet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.13
- Updated skill metadata version to 0.22.5 in SKILL.md. - No changes to functionality, documentation, or commands.
v1.0.12
- Bumped internal version from 0.22.3 to 0.22.4 in SKILL.md. - No other functional or user-facing changes.
v1.0.11
- Updated version number in SKILL.md from 0.22.2 to 0.22.3. - No other functional or documentation changes.
v1.0.10
- Updated internal version in SKILL.md from 0.22.1 to 0.22.2. - No changes to commands or functionality.
v1.0.9
- Bumped metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.8
- Updated skill metadata version from 0.21.2 to 0.22.0 in SKILL.md.
v1.0.7
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md. - No changes to commands or documentation content.
v1.0.6
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
v1.0.5
- Updated version in SKILL.md from 0.20.0 to 0.20.1. - No functional or documentation changes outside of version metadata.
v1.0.4
- Updated version to 0.20.0 in SKILL.md metadata. - No other functional or documentation changes.
v1.0.3
- Updated version metadata to 0.19.0 in SKILL.md. - Moved version field under metadata and removed the top-level version field. - No changes to skill functionality or CLI documentation.
v1.0.2
- Formatting in the metadata section of SKILL.md was adjusted for consistency. - No functional or feature changes. Documentation only.
v1.0.1
- Added support for the 'smartNotes' resource under 'conferenceRecords'. - No other changes.
v1.0.0
Initial release of gws-meet. - Manage Google Meet conferences from the command line. - Supports operations on conference records, participants, recordings, and transcripts. - Create, view, update, and end meeting spaces. - Integrated with the "gws" CLI ecosystem for authentication and configuration. - Includes built-in command discovery and schema inspection tools for ease of use.
元数据
Slug gws-meet
版本 1.0.13
许可证 MIT-0
累计安装 14
当前安装数 14
历史版本数 14
常见问题

Gws Meet 是什么?

Manage Google Meet conferences. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 579 次。

如何安装 Gws Meet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-meet」即可一键安装,无需额外配置。

Gws Meet 是免费的吗?

是的,Gws Meet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gws Meet 支持哪些平台?

Gws Meet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Meet?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.13。

💬 留言讨论