← Back to Skills Marketplace
Tencent Meeting Mcp
by
chris8265-cl
· GitHub ↗
· v1.0.0
· MIT-0
134
Downloads
0
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install tencent-meeting-mcp
Description
在用户提及腾讯会议、视频会议、线上会议相关内容与操作时使用此技能。触发关键词包括:预约会议、创建会议、修改会议、取消会议、查询会议、会议详情、会议号、meeting_id、meeting_code、参会成员、受邀成员、等候室、会议列表、我的会议、会议录制、录制回放、录制下载、会议转写、会议纪要、智能纪要、AI纪要...
Usage Guidance
What to consider before installing: 1) The skill's files and README require a TENCENT_MEETING_TOKEN but the registry metadata does not declare it — expect to supply that secret and be explicit where it comes from. 2) setup.sh will install mcporter globally via npm if not present and will write a mcporter config that includes your token in request headers; review setup.sh and the mcporter tool before running. 3) Confirm you trust the endpoint https://mcp.meeting.tencent.com and the source of the token (visit the official Tencent meeting portal or your org admin). 4) If you need tighter control, run the setup steps manually (inspect and run the npm install and mcporter config commands yourself) instead of running the script as-is. 5) Additional information that would raise confidence: a verified homepage/owner, published provenance for mcporter, or registry metadata updated to declare TENCENT_MEETING_TOKEN as a required credential.
Capability Analysis
Type: OpenClaw Skill
Name: tencent-meeting-mcp
Version: 1.0.0
The tencent-meeting-mcp skill bundle is a legitimate integration for managing Tencent Meetings via a Model Context Protocol (MCP) server. The setup.sh script correctly configures the mcporter tool using official Tencent domains (mcp.meeting.tencent.com), and the SKILL.md provides clear, safe instructions for meeting scheduling, member management, and transcript retrieval without any signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name, description, and API references match a Tencent Meeting MCP integration and the endpoints referenced (https://mcp.meeting.tencent.com/...) are coherent with that purpose. However, the skill's metadata declares no required environment variables while the documentation and included setup.sh explicitly require a TENCENT_MEETING_TOKEN — an inconsistency.
Instruction Scope
SKILL.md instructs the agent to run setup.sh, use mcporter commands, compute timestamps via system commands (e.g., date), and rely on an environment token. The instructions legitimately target Tencent Meeting APIs, but they also require executing shell commands and a setup script that installs/configures tooling — which increases the runtime surface. The skill also mandates use of system date commands (explicit) rather than leaving time handling to higher-level logic.
Install Mechanism
There is no formal install spec in the registry, but the included setup.sh will install mcporter via 'npm install -g mcporter' if mcporter is absent. That means a global npm package will be installed and mcporter configuration will be written. An implicit runtime installer in a supplied script is riskier than a declared, reviewed install step.
Credentials
The skill requires a TENCENT_MEETING_TOKEN to authenticate to the MCP endpoint (used in mcporter config headers). Requesting a single service token is reasonable for this integration, but the token requirement is not declared in the registry metadata (required env vars list is empty). The setup script will fail/exit if the token is missing, so users may be surprised. The token will be embedded into mcporter config headers (persistence).
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). setup.sh writes a project-scoped mcporter config (adds the MCP endpoint and headers), which is normal for a tool integration but does modify local tooling configuration and persists the token in mcporter's config. The skill does not request system-wide privileges or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-meeting-mcp - After installation, invoke the skill by name or use
/tencent-meeting-mcp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tencent-meeting-mcp v1.0.0
- Initial release of the Tencent Meeting MCP skill.
- Enables key meeting lifecycle management: create, modify, cancel, and query meetings with meeting ID or code.
- Supports member management: view participants, invitees, waiting room members, and list user meetings.
- Includes recording and transcription features: view/download meeting recordings, access & search transcripts, retrieve AI-generated summaries.
- Strictly enforces password, time, and parameter handling standards as per official documentation.
- Prevents activation for unrelated scenarios such as scheduling outside Tencent Meeting, chat, document editing, and other conference platforms.
Metadata
Frequently Asked Questions
What is Tencent Meeting Mcp?
在用户提及腾讯会议、视频会议、线上会议相关内容与操作时使用此技能。触发关键词包括:预约会议、创建会议、修改会议、取消会议、查询会议、会议详情、会议号、meeting_id、meeting_code、参会成员、受邀成员、等候室、会议列表、我的会议、会议录制、录制回放、录制下载、会议转写、会议纪要、智能纪要、AI纪要... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install Tencent Meeting Mcp?
Run "/install tencent-meeting-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tencent Meeting Mcp free?
Yes, Tencent Meeting Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tencent Meeting Mcp support?
Tencent Meeting Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tencent Meeting Mcp?
It is built and maintained by chris8265-cl (@chris8265-cl); the current version is v1.0.0.
More Skills