Real Skill packageSource verifiedClawHub registry

zoom-meeting-admin

Manage Zoom meetings, cloud recordings, and account users via a Server-to-Server OAuth REST script. Use this skill when the user wants to list, view, create, or delete a scheduled Zoom meeting; query cloud recordings for a user; or look up account users. The script exposes a fixed CLI action whitelist (list/get/create/delete meeting, get/list user, list recordings); agents must only invoke these documented actions and must not modify the script, import internal functions, or construct arbitrary Zoom API requests.…

Identity and source

Publisher attributionJacky Shenregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 69% rule confidence
Package forminstruction with code8 recorded files
Canonical sourceClawHub registryclawhub:mebusw:zoom-meeting-admin
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/zoom-meeting-admin

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/zoom-meeting-admin

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/zoom-meeting-admin

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @mebusw/zoom-meeting-admin
clawhub inspect @mebusw/zoom-meeting-admin --version 1.0.5

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
6 / 8 inspected as text
Checked
8/18/2026, 9:52:24 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highPackage contains a path commonly used for secrets.env.sample · confidence 88%.env.sample
1 High/Critical review queue entry
STATIC_SENSITIVE_FILE_IN_PACKAGEpending
Open human review queue →
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
5 dependency and API indicators
  • api: api.zoom.us
  • api: clawhub.ai
  • api: github.com
  • api: marketplace.zoom.us
  • api: zoom.us
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/18/2026, 9:34:23 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:b045b1bf53832039ad8a93d97deaf3d52bacf909ef35afbae65d3b82e268e77c
Show up to 8 recorded paths
  • .env.sample
  • .gitignore
  • README.md
  • README.zh-cn.md
  • scripts
  • scripts/zoom-s2s.py
  • skill-card.md
  • SKILL.md

Source changelog

zoom-meeting-admin 1.0.5 - Strengthened security documentation and clarified over-permission boundaries; agents are now explicitly prohibited from importing internal functions, modifying the script, or calling arbitrary Zoom API endpoints. - Enhanced SKILL.md with detailed warnings and examples about Zoom recurrence parameters, especially clarifying Zoom weekday encoding (1=Sunday). - Updated CLI usage section with correct positional parameters for recurring meetings and new reference examples for monthly recurrences. - Improved .gitignore and README files for consistency and reinforced credential file handling precautions. - Removed obsolete skill-card.md file.