← 返回 Skills 市场
neuyazvimyi

Zoom Meetings

作者 Alibek Beldinov · GitHub ↗ · v1.1.5
cross-platform ⚠ suspicious
437
总下载
1
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install zoom-meeting
功能描述
How to create, retrieve, list, and delete Zoom meetings using the Zoom REST API. Use this skill whenever the user mentions Zoom meetings, wants to schedule a...
安全使用建议
This skill appears to implement Zoom API calls correctly, but it expects a credential file (~/.openclaw/credentials/zoom.json) containing account_id, client_id, and client_secret even though the registry metadata does not declare this requirement. Before installing or enabling: - Verify you trust the skill owner and source (homepage is missing). - Understand that you must store Zoom Server-to-Server credentials (including client_secret) locally for it to work — only provide these if you trust the skill. - Inspect the full scripts yourself (or ask for the full file content) to confirm there are no hidden network endpoints or telemetry; the visible code calls only Zoom endpoints. - Ensure your runtime will have the Python dependencies (requests, pytz) installed, or the skill may fail. - Consider limiting the agent's autonomous invocation permissions or requiring explicit user consent before performing actions that use your Zoom credentials (create/delete meetings). If the owner/registry can be updated so the required config path and credential requirements are declared explicitly, that would resolve the main concern.
功能分析
Type: OpenClaw Skill Name: zoom-meeting Version: 1.1.5 The zoom-meeting skill bundle is a standard implementation for managing Zoom meetings via the official Zoom REST API. The Python script (scripts/zoom_api.py) correctly implements Server-to-Server OAuth and standard CRUD operations without any signs of data exfiltration, obfuscation, or malicious execution. The instructions in SKILL.md are aligned with the stated purpose and do not contain prompt-injection attacks.
能力评估
Purpose & Capability
The skill's purpose (manage Zoom meetings) matches the code and instructions: the script calls Zoom API endpoints and uses Server-to-Server OAuth. However, the registry metadata declares no required config paths or primary credential, while SKILL.md and scripts explicitly expect a credential file at ~/.openclaw/credentials/zoom.json containing account_id, client_id, and client_secret. The credentials are appropriate for the stated purpose, but their absence from the declared requirements is an incoherence.
Instruction Scope
SKILL.md instructs the agent to read credentials from a local file, obtain and refresh OAuth tokens, and call Zoom endpoints (create/get/list/delete). Those actions are within the described scope and do not reference unrelated system paths or external endpoints outside Zoom. The instructions promise never to output credentials and to return human-readable results. Minor issues: the skill instructs autonomous use whenever Zoom is mentioned, which may cause it to be invoked more often than a user expects.
Install Mechanism
There is no install spec (instruction-only), which reduces installer risk. However the skill includes a Python script that depends on requests and pytz but there is no installation step to ensure those dependencies are present. This is a packaging/operational gap (not an obvious security exploit) but could lead to runtime failures if dependencies are missing.
Credentials
The skill requires sensitive Zoom credentials (account_id, client_id, client_secret) stored in a local file, but the registry metadata did not declare required config paths or primary credentials. Requesting client_secret is proportionate to the task, but the omission from declared requirements is a transparency/consistency issue that increases risk — users might not realise they need to provide sensitive secrets to enable it.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It only reads a credential file and performs network calls; it does not write persistent state (other than reading credentials) from what is visible in the package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zoom-meeting
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zoom-meeting 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.5
Version 1.1.5 of the zoom-meeting skill: - Replaced shell script-based meeting management with a new Python-based API script (`scripts/zoom_api.py`), enabling more robust meeting creation, retrieval, listing, and deletion. - Expanded functional scope: supports creating, retrieving, listing, and deleting meetings using the Zoom REST API. - Improved user interaction: accepts both natural language requests and structured JSON; always provides human-readable responses (no JSON output). - Clarified and simplified credential handling; all authentication is handled automatically within the skill. - Added dedicated API reference documentation (`references/zoom_api_reference.md`) and removed obsolete shell scripts and settings files.
v1.1.4
- Added local settings file: `.claude/settings.local.json`. - Updated SKILL.md to reference the correct credential path `.openclaw/credentials/zoom.json` in both the metadata and documentation. - No changes to scripts or core functionality.
v1.1.3
- Updated required credentials file path from `.openclaw/credentials/zoom.json` to `.credentials/zoom.json` - Modified metadata to reflect new credentials path - Updated documentation and examples to match the new credentials location
v1.1.2
No changes detected in this release. - No code or documentation changes were made in version 1.1.2.
v1.1.1
- Default Zoom credentials path updated from `.credentials/zoom.json` to `.openclaw/credentials/zoom.json` - Documentation now instructs users to store Zoom Server-to-Server OAuth credentials in the new `.openclaw/credentials` directory - All references and metadata updated to match the new credentials location
v1.1.0
- Added support for deleting scheduled Zoom meetings via the API. - Expanded skill description and usage examples for both meeting creation and deletion. - Clarified parameter requirements, defaults, and output details. - Documented error handling scenarios and responses. - Provided comprehensive credential setup instructions, including environment variable support.
元数据
Slug zoom-meeting
版本 1.1.5
许可证
累计安装 2
当前安装数 2
历史版本数 6
常见问题

Zoom Meetings 是什么?

How to create, retrieve, list, and delete Zoom meetings using the Zoom REST API. Use this skill whenever the user mentions Zoom meetings, wants to schedule a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 437 次。

如何安装 Zoom Meetings?

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

Zoom Meetings 是免费的吗?

是的,Zoom Meetings 完全免费(开源免费),可自由下载、安装和使用。

Zoom Meetings 支持哪些平台?

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

谁开发了 Zoom Meetings?

由 Alibek Beldinov(@neuyazvimyi)开发并维护,当前版本 v1.1.5。

💬 留言讨论