Zoom

PassAudited by VirusTotal on May 6, 2026.

Overview

Type: OpenClaw Skill Name: zoom-meetings Version: 0.1.0 The skill bundle provides instructions for managing Zoom meetings and webinars through an integration service called ClawLink (claw-link.dev). The SKILL.md file outlines a standard OAuth-style pairing and tool discovery process, including explicit safety rules that require user confirmation for destructive actions and prohibit the leaking of credentials. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the logic is consistent with its stated purpose of providing a hosted integration bridge.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The integration may be able to view or change Zoom meetings, webinars, registrants, participants, or related account data depending on the permissions granted.

Why it was flagged

The skill requires delegated Zoom account access through OAuth. This is expected for managing Zoom resources, but it gives the integration authority over the user's Zoom account according to the scopes approved.

Skill content
ClawLink's hosted page runs the hosted OAuth flow — the user clicks through the Zoom login and authorization screen.
Recommendation

Review the Zoom authorization screen and grant only scopes you are comfortable with; disconnect the ClawLink Zoom integration if you no longer need it.

What this means

If approved, the agent could make real changes in Zoom, such as updating meeting, webinar, registrant, or participant state.

Why it was flagged

The skill can invoke Zoom tools that perform writes, including external-facing or bulk actions. The instructions include preview and confirmation safeguards, so this is purpose-aligned but worth user attention.

Skill content
For writes or anything marked as requiring confirmation, call `clawlink_preview_tool` first, then confirm with the user.
Recommendation

Before approving any write, bulk, destructive, or attendee-facing action, check the preview carefully and confirm the exact Zoom changes you want.

What this means

Using this skill requires trusting the separately installed ClawLink plugin and its update/provenance chain.

Why it was flagged

The skill depends on a separate ClawLink plugin that is not included in the supplied artifact set. The install step is disclosed and user-directed, but the plugin itself is outside this review.

Skill content
Install the verified ClawLink plugin: `openclaw plugins install clawhub:clawlink-plugin`
Recommendation

Install the plugin only from the stated ClawHub source and review ClawLink's verification or source links if you need stronger assurance.

What this means

Your Zoom connection and related tool requests are handled through ClawLink rather than only locally in OpenClaw.

Why it was flagged

The skill routes authentication and tool use through the external ClawLink service. The destination is disclosed, but Zoom-related requests and credentials depend on that provider boundary.

Skill content
The resulting device credential is stored locally in OpenClaw's plugin config and is only sent to `claw-link.dev`.
Recommendation

Use this only if you trust ClawLink to handle the Zoom connection, and avoid pasting raw credentials into chat as the skill instructs.