zoom-automation
Automate Zoom Meetings and Reports
Zoom administration often requires repetitive setup, reporting, and retrieval tasks. This skill guides Claude, Codex, and Claude Code through Rube MCP workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "zoom-automation" from https://skillstore.io/skills/sickn33-zoom-automation.md and its manifest at https://skillstore.io/api/skills/sickn33-zoom-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "zoom-automation". Create a product review meeting next Tuesday at 2:00 PM Pacific with cloud recording enabled.
Expected outcome:
A scheduled Zoom meeting summary with topic, local start time, duration, waiting room status, recording setting, and participant join link.
Using "zoom-automation". Show who attended yesterday's training session.
Expected outcome:
An attendance summary listing participant names, emails when available, join times, leave times, and total attendance duration.
Using "zoom-automation". Find recordings for the July customer webinar.
Expected outcome:
A recording overview with meeting date, recording file types, availability status, and notes about authorization requirements.
Security Audit
SafeAll static external command alerts are false positives caused by Markdown inline code around MCP tool names and Zoom parameter names. The hardcoded URL is disclosed setup documentation for Rube MCP, and the reconnaissance alerts match Zoom plan or pagination notes. No evidence found of prompt injection, hidden command execution, credential theft, or malicious data exfiltration in SKILL.md.
Risk Factors
โ๏ธ External commands (103)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-zoom-automation/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-zoom-automation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-zoom-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-zoom-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-zoom-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). zoom-automation security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-zoom-automation/audits/4BibTeX citation
@techreport{sickn33-sickn33-zoom-automation-2026,
author = {sickn33},
title = {zoom-automation security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-zoom-automation/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "zoom-automation security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-zoom-automation/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-zoom-automation:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Schedule Team Meetings
Create Zoom meetings with waiting rooms, recording settings, invitees, and timezone-aware start times.
Collect Attendance Reports
Retrieve participants from completed meetings and handle pagination for complete attendance exports.
Manage Webinar Registration
List upcoming webinars, inspect webinar details, and add registrants when registration is enabled.
Try These Prompts
Create a Zoom meeting for my team tomorrow at 10:00 AM in America/New_York. Enable the waiting room and return the join link.
Find my Zoom cloud recordings from last week. Show meeting names, dates, available files, and any download requirements.
Get participants for this completed meeting. Follow every pagination token and summarize attendance duration by participant.
List upcoming webinars, verify registration status, add approved registrants, and identify account or plan limits that block the workflow.
Best Practices
- Search Rube tools before each workflow to confirm current Zoom schemas.
- Use explicit timezones and ISO 8601 values for scheduled meetings.
- Follow pagination tokens until empty for meetings, recordings, participants, and webinars.
Avoid
- Do not assume free Zoom accounts support recordings, webinars, reports, or summaries.
- Do not store meeting IDs in numeric types that truncate long values.
- Do not permanently delete recordings unless the user clearly requests deletion.