← 返回 Skills 市场
tanchunsiong

Zoom Unofficial Community Skill

作者 Tan Chun Siong · GitHub ↗ · v0.0.5
cross-platform ✓ 安全检测通过
2315
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install zoom-unofficial-community-skill
功能描述
Zoom API integration for meetings, calendar, chat, and user management. Use when the user asks to schedule meetings, check Zoom calendar, list recordings, send Zoom chat messages, manage contacts, or interact with any Zoom Workplace feature. Supports Server-to-Server OAuth and OAuth apps.
安全使用建议
This package appears to be an honest Zoom CLI/skill, but you should still take normal precautions: only install if you trust the source (homepage is missing), and create a dedicated Server-to-Server OAuth app for this use with the smallest set of scopes required. Keep your .env (client secret/account id) private and consider running the tool in an isolated environment. The tool will cache tokens to /tmp/zoom_token.json and can control RTMS (starting/stopping real-time streams) if you provide ZOOM_RTMS_CLIENT_ID — RTMS control can expose meeting media, so only enable that for trusted RTMS apps. If you later stop using the skill, rotate the OAuth credentials. If you want further assurance, review the remainder of scripts/zoom.py (only a truncated portion was shown) and confirm no unexpected network endpoints or file writes beyond the described behavior.
功能分析
Type: OpenClaw Skill Name: zoom-unofficial-community-skill Version: 0.0.5 The OpenClaw skill is designed to interact with the Zoom API for managing meetings, recordings, chat, and user information. The `scripts/zoom.py` script handles authentication using Server-to-Server OAuth credentials from environment variables or a `.env` file, caching the access token temporarily in `/tmp/zoom_token.json`. File operations are limited to downloading Zoom content (recordings, transcripts, summaries) to specified local directories. There is no evidence of data exfiltration to external endpoints, malicious execution of untrusted code, persistence mechanisms, or prompt injection attempts in the documentation (`SKILL.md`, `README.md`) to manipulate the agent into harmful actions. The use of `pip3 install --break-system-packages` is a system hygiene concern but not indicative of malicious intent.
能力评估
Purpose & Capability
The skill is a Zoom API CLI and only asks for Zoom-related credentials (Account ID, Client ID, Client Secret, optional user email and RTMS client ID). The declared python3 binary and the included script align with the described functionality (meetings, recordings, chat, RTMS). There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md and the CLI script instruct the agent to load a .env file, install requests/PyJWT, and call Zoom REST endpoints. The script reads .env from the workspace root and performs API calls only to Zoom endpoints; it does not instruct reading unrelated system files or sending data to unknown external endpoints. It does cache the OAuth token to /tmp/zoom_token.json (expected for token caching).
Install Mechanism
No install spec is provided (instruction-only), which is low risk. Runtime instructions recommend installing pip packages (requests, PyJWT) from PyPI — a standard dependency approach. There are no downloads from untrusted hosts or archive extraction steps in the install process.
Credentials
The skill requires Zoom Server-to-Server credentials (Account ID, Client ID, Client Secret), which are appropriate for its functionality. It also optionally uses ZOOM_USER_EMAIL and ZOOM_RTMS_CLIENT_ID for user-targeted actions and RTMS control. Note: secrets are expected to be stored in a .env file and a short-lived access token is cached to /tmp/zoom_token.json — treat these files as sensitive. Ensure you grant only minimal scopes required for the commands you intend to use.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It writes a token cache to /tmp (normal) and loads a .env file in the workspace (expected). It does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zoom-unofficial-community-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zoom-unofficial-community-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.5
Version 0.0.5 of zoom-unofficial-community-skill - No file changes detected in this release. - Functionality and documentation remain unchanged from the previous version.
v0.0.4
- Removed the webhook integration script (scripts/webhook.py) from the skill. - No user-facing command or documentation changes. - Internal codebase simplification by eliminating unused or obsolete webhook functionality.
v0.0.3
- Added README.md and skill.json for improved documentation and metadata. - Introduced support for listing live meetings and Remote Telemetry Monitoring Service (RTMS) commands (`rtms-start`, `rtms-stop`). - Expanded authentication setup instructions, including RTMS app requirements. - Added new recording download commands: transcript-only download and AI summary export. - Updated SKILL.md with detailed examples and new features.
v0.0.2
- Removed legacy script: deleted scripts/zoom.py. - Updated documentation (SKILL.md) to include new commands for downloading cloud recordings and accessing AI Meeting Summaries (AI Companion). - Added required OAuth scope for AI Meeting Summaries (meeting_summary:read:admin). - Documentation reflects current capabilities and expanded usage instructions.
v0.0.1
Initial public release of zoom-unofficial-community-skill - Integrates with the Zoom API to manage meetings, calendar, team chat, contacts, recordings, users, and Zoom Phone. - Provides command-line utility (`scripts/zoom.py`) to list, create, update, and delete meetings; access recordings; manage chat channels/messages; and retrieve user or call info. - Supports both Server-to-Server OAuth and OAuth app authentication. - Includes comprehensive setup, required scopes, and usage documentation.
元数据
Slug zoom-unofficial-community-skill
版本 0.0.5
许可证
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Zoom Unofficial Community Skill 是什么?

Zoom API integration for meetings, calendar, chat, and user management. Use when the user asks to schedule meetings, check Zoom calendar, list recordings, send Zoom chat messages, manage contacts, or interact with any Zoom Workplace feature. Supports Server-to-Server OAuth and OAuth apps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2315 次。

如何安装 Zoom Unofficial Community Skill?

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

Zoom Unofficial Community Skill 是免费的吗?

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

Zoom Unofficial Community Skill 支持哪些平台?

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

谁开发了 Zoom Unofficial Community Skill?

由 Tan Chun Siong(@tanchunsiong)开发并维护,当前版本 v0.0.5。

💬 留言讨论