スキルKnowledge Work
🤖build-zoom-bot
- プラグイン
- Zoom
- ソース
- GitHub で見る ↗
説明
Zoomミーティングbot、レコーダー、またはリアルタイムメディアワークフローを構築します。 次のような場合に使用: - プログラムによるミーティングへの参加 - ライブメディアやトランスクリプトの処理 - Meeting SDK、RTMS、バックエンドサービスの組み合わせ
原文を表示
Build a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.
ユースケース
- ✓Zoomミーティングbotを構築するとき
- ✓プログラムでミーティングに参加させるとき
- ✓ライブメディアをリアルタイム処理するとき
- ✓トランスクリプトを処理するとき
- ✓リアルタイムメディアワークフローを構築するとき
本文
/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
- Clarify whether the bot needs to join, observe, transcribe, summarize, or act.
- Route to Meeting SDK and RTMS as the core implementation path.
- Add REST API for meeting/resource management and Webhooks for asynchronous events when needed.
- Call out environment and lifecycle constraints early.
Primary References
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
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。