Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
List, download, and delete Zoom recordings via the API (OAuth). Use when you need to manage recordings at scale.
Generic operations on recordings:
trash by default; delete is permanent.download_url and add the access_token.File: scripts/zoom_recordings.py
List:
python scripts/zoom_recordings.py list --from 2025-11-01 --to 2025-12-31
List upcoming meetings (join_url for attendees):
python scripts/zoom_meetings.py --user me --type upcoming --from 2026-01-14 --to 2026-03-31
List by user:
python scripts/zoom_recordings.py list --user me --from 2025-11-01 --to 2025-12-31
Download:
python scripts/zoom_recordings.py download --url "<download_url>" --out /path/file.mp4
Download MP4 of LIVE/Q&A (renamed):
python scripts/zoom_recordings.py download-mp4 --user me --from 2025-11-01 --to 2025-12-31 --out-dir /path/zoom
Delete (entire meeting):
npx skills add antoniolg/agent-kit --skill zoom-recordings-managerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.