| name | tencent-meeting-mcp |
| description | 腾讯会议MCP协议集成 - 通过MCP协议调用腾讯会议API,管理会议、录制和参会者 |
| version | 0.2.0 |
| status | active |
| category | enterprise |
| tags | ["tencent","meetings","mcp"] |
tencent-meeting-mcp
Overview
腾讯会议MCP协议集成 - 通过MCP协议调用腾讯会议API,管理会议、录制和参会者
Category
enterprise
When to Use
Trigger this skill when the user requests operations related to tencent meeting mcp.
Workflow
Pre-flight
- Verify prerequisites are met (dependencies, credentials, environment)
- Check configuration via
tencent-meeting-mcp-setup or equivalent if available
- Validate user input parameters
Execution
- Parse and validate the user's request
- Execute the core operation using appropriate tools:
- exec: Run CLI commands, scripts, or API calls
- web_fetch: Call REST APIs when applicable
- browser: Handle web-based flows when needed
- Handle errors gracefully with clear messages
Post-execution
- Format results for readability
- Report success/failure with actionable next steps
- Log operations if tracking is enabled
Key Constraints
- Always validate inputs before execution
- Handle authentication/authorization errors explicitly
- Respect rate limits and API quotas
- Provide Chinese-language output by default (可切换英文)
- Never expose secrets or tokens in output
Examples
Example 1: Basic Operation
User: 用 tencent-meeting-mcp 执行基本操作
Assistant: [调用 exec 执行相应命令,返回格式化结果]
Example 2: Error Handling
User: 用 tencent-meeting-mcp 操作一个不存在的资源
Assistant: [返回明确的错误信息,建议下一步操作]
Dependencies
- OpenClaw runtime >= 1.0
- Category-specific external tools (see individual commands)
Related Skills
- Check
skills-audit for available skill registry
- Check category peers under
enterprise