Agent Skills
› openai/plugins
› zoom-meeting-sdk-unreal
zoom-meeting-sdk-unreal
GitHub用于在Unreal Engine项目中集成Zoom Meeting SDK的辅助技能。提供C++和Blueprint封装指南、生命周期工作流、架构设计及API参考,帮助开发者解决Wrapper与SDK映射问题及常见调试场景。
Trigger Scenarios
在Unreal Engine中集成Zoom视频会议功能
处理Zoom SDK与Unreal C++/Blueprint的封装映射
排查Zoom SDK在虚幻引擎中的运行时问题
Install
npx skills add openai/plugins --skill zoom-meeting-sdk-unreal -g -y
SKILL.md
Frontmatter
{
"name": "zoom-meeting-sdk-unreal",
"description": "Zoom Meeting SDK for Unreal Engine wrapper integrations. Use when building Unreal projects that\nembed Zoom meetings with C++ and Blueprint wrappers, including wrapper-to-SDK mapping concerns."
}
Zoom Meeting SDK (Unreal Engine)
Use this skill when integrating Meeting SDK into Unreal Engine projects.
Start Here
- unreal.md
- concepts/lifecycle-workflow.md
- concepts/architecture.md
- examples/join-start-pattern.md
- scenarios/high-level-scenarios.md
- references/unreal-reference-map.md
- references/environment-variables.md
- references/versioning-and-compatibility.md
- troubleshooting/common-issues.md
Key Sources
- Docs: https://developers.zoom.us/docs/meeting-sdk/unreal/
- API reference: https://marketplacefront.zoom.us/sdk/meeting/unreal/MSDKUnrealSDKreferencedocs.html
- Broader guide: ../SKILL.md
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.
Version History
- 11c74d6 Current 2026-07-19 09:53


