meeting-sdk/linux Skill
Zoom Meeting SDK for Linux - C++ headless meeting bots with raw audio/video access, transcription, recording, and AI integration for server-side automation Published by anthropics in knowledge-work-plugins.
What is meeting-sdk/linux Skill?
Zoom Meeting SDK for Linux - C++ headless meeting bots with raw audio/video access, transcription, recording, and AI integration for server-side automation Published by anthropics in knowledge-work-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Design and media
- Deployment use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use meeting-sdk/linux Skill
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/knowledge-work-plugins
- Skill file: partner-built/zoom-plugin/skills/meeting-sdk/linux/SKILL.md
What it does
Zoom Meeting SDK for Linux - C++ headless meeting bots with raw audio/video access, transcription, recording, and AI integration for server-side automation
Skill instructions
Zoom Meeting SDK - Linux Development Expert guidance for building headless meeting bots with the Zoom Meeting SDK on Linux. This SDK enables server-side meeting participation, raw media capture, transcription, and AI-powered meeting automation. How to Build a Meeting Bot That Automatically Joins and Records Use this skill when the requirement is: - visible bot joins a real Zoom meeting - the bot records raw media itself - or the bot triggers a Zoom-managed cloud-recording workflow after join Skill chain: - primary: meeting-sdk/linux - add zoom-rest-api for OBF/ZAK lookup, scheduling, or cloud-recording settings - add zoom-webhooks when post-meeting cloud recording retrieval is required Minimal raw-recording flow: cpp JoinParam joinparam; joinparam.userType = SDKUTWITHOUTLOGIN; auto& params = joinparam.param.withoutloginuserJoin; params.meetingNumber = meetingnumber; params.userName = "Recording Bot"; params.psw = meetingpassword.cstr(); params.appprivilegetoken = obftoken.cstr(); SDKEr
Explore related resources
Frequently asked questions
What is meeting-sdk/linux?
meeting-sdk/linux is a open-source AI agent skill with Copy skill directory. Zoom Meeting SDK for Linux - C++ headless meeting bots with raw audio/video access, transcription, recording, and AI integration for server-side automation
Who is meeting-sdk/linux best for?
meeting-sdk/linux is best for reusing agent instructions, scripts, and references, deployment workflows, design and media workflows.
How do I install meeting-sdk/linux?
Install or run meeting-sdk/linux using Copy skill directory. Check meeting-sdk/linux for the latest setup command.
Is meeting-sdk/linux actively maintained?
meeting-sdk/linux may need a closer maintenance check before production use.
Auto-fetched from GitHub.