CtrlK
BlogDocsLog inGet started
Tessl Logo

build-zoom-bot

Use when building bots.

48

Quality

52%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/zoom/skills/build-zoom-bot/SKILL.md
SKILL.md
Quality
Evals
Security

/build-zoom-bot

Use this skill for automation that joins meetings, captures media, or reacts to live session data.

Covers

  • Bot architecture
  • Meeting join strategy
  • Real-time media and transcript handling
  • Backend orchestration
  • Storage, post-processing, and event flow design

Workflow

  1. Clarify whether the bot needs to join, observe, transcribe, summarize, or act.
  2. Route to Meeting SDK and RTMS as the core implementation path.
  3. Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
  4. Call out environment and lifecycle constraints early.

Primary References

  • meeting-sdk
  • rtms
  • scribe
  • rest-api
  • webhooks

Common Mistakes

  • Treating batch transcription and live media as the same workflow
  • Designing the bot before defining join authority and auth model
  • Forgetting post-meeting storage and retry behavior
Repository
openai/plugins
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.