Build Zoom Team Chat integrations, bots, and interactive messaging experiences.
This skill appears to be an open-source reference/documentation-style prompt for building Zoom Team Chat integrations. It does not itself declare code execution, local data access, or active data exfiltration; overall risk is low, with the main caveat that it guides future OAuth and Zoom API integration outside the material itself.
The material and checks indicate the skill itself requires no secrets or environment variables. The README only explains that future Zoom integrations may use User OAuth or Client Credentials, but the skill does not request, store, or handle credentials itself.
The system marks this as prompt-only and declares no remote endpoints. The zoom.us OAuth/API URLs mentioned in the docs are informational references and do not mean the skill itself initiates network connections or sends user data out.
Based on the provided material, this is a background reference/workflow guide and does not declare spawning local processes, running scripts, or invoking system capabilities. No executable logic or privilege request is evident.
There is no indication of local file read/write, system resource access, or user data collection. As a documentation-style skill, its data exposure is essentially limited to presenting guidance to the user.
A positive factor is that the source is open on GitHub and auditable. However, the repo has 0 stars, no declared license, and unknown maintenance status, so source trust is moderate with caution; review the repository contents and activity before production use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "build-zoom-team-chat-app" skill from askskill: 1. Download https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/partner-built/zoom-plugin/skills/team-chat/SKILL.md 2. Save it as ~/.claude/skills/team-chat/SKILL.md 3. Reload skills and tell me it's ready
Help me design a Zoom Team Chat bot to answer common employee questions. Provide the message flow, event-handling logic, user-scope design, and basic implementation steps.
A bot implementation plan with interaction flow, key APIs, and build guidance.
I want to send a rich card message with buttons in Zoom Team Chat for approval reminders. Generate a sample card structure, button interaction logic, and backend callback handling ideas.
A sample rich message card for approvals, plus button and callback handling guidance.
Design a /status slash command for Zoom Team Chat so users can query project status. Explain command parsing, permission checks, response message format, and error handling.
A slash command implementation plan covering parsing, auth, responses, and error handling.
Background reference for Zoom Team Chat integrations. Use this after the workflow is clear, especially when the Team Chat API versus Chatbot API distinction matters.
There are two different integration types and they are not interchangeable:
Team Chat API (user type)
authorization_code)/v2/chat/users/...Chatbot API (bot type)
client_credentials)/v2/im/chat/messagesIf you choose the wrong type early, auth/scopes/endpoints all mismatch and implementation fails.
Official Documentation: https://developers.zoom.us/docs/team-chat/
Chatbot Documentation: https://developers.zoom.us/docs/team-chat/chatbot/extend/
API Reference: https://developers.zoom.us/docs/api/rest/reference/chatbot/
New to Team Chat? Follow this path:
Reference:
Having issues?
OAuth endpoint sanity check:
https://zoom.us/oauth/authorizehttps://zoom.us/oauth/token/oauth/token returns 404/HTML, use https://zoom.us/oauth/token.Building Interactive Bots?
| Use Case | API to Use |
|---|---|
| Send notifications from scripts/CI/CD | Team Chat API |
| Automate messages as a user | Team Chat API |
| Build an interactive chatbot | Chatbot API |
| Respond to slash commands | Chatbot API |
| Create messages with buttons/forms | Chatbot API |
| Handle user interactions | Chatbot API |
POST https://api.zoom.us/v2/chat/users/me/messageschat_message:write, chat_channel:readPOST https://api.zoom.us/v2/im/chat/messagesimchat:bot (auto-added)…
Embed Zoom Virtual Agent chat on web with secure controls and context updates.
Quickly add Zoom’s prebuilt React video UI to web workflows.
Create stakeholder updates tailored to audience, cadence, and communication goals.
Review an analysis for methodology, accuracy, bias, and evidence support.
Generate people analytics reports on headcount, attrition, diversity, and org health.
Identify, categorize, and prioritize technical debt for smarter refactoring decisions.
Build Zoom Phone integrations, call workflows, and telephony automation features.
Implement Zoom Meeting SDK joins, auth flows, and platform-specific integrations.
Build and troubleshoot Zoom Contact Center integrations, state handling, and callbacks.
Build custom video session apps with full control using Zoom Video SDK
Build Zoom bots for joining meetings, recording, and processing live media.
Build and troubleshoot Zoom Virtual Agent embeds, integrations, and knowledge sync.