← 返回 Skills 市场
Tencent Meeting Mcp
作者
chris8265-cl
· GitHub ↗
· v1.0.0
· MIT-0
134
总下载
0
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-meeting-mcp
功能描述
在用户提及腾讯会议、视频会议、线上会议相关内容与操作时使用此技能。触发关键词包括:预约会议、创建会议、修改会议、取消会议、查询会议、会议详情、会议号、meeting_id、meeting_code、参会成员、受邀成员、等候室、会议列表、我的会议、会议录制、录制回放、录制下载、会议转写、会议纪要、智能纪要、AI纪要...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-meeting-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-meeting-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Tencent Meeting Mcp 是什么?
在用户提及腾讯会议、视频会议、线上会议相关内容与操作时使用此技能。触发关键词包括:预约会议、创建会议、修改会议、取消会议、查询会议、会议详情、会议号、meeting_id、meeting_code、参会成员、受邀成员、等候室、会议列表、我的会议、会议录制、录制回放、录制下载、会议转写、会议纪要、智能纪要、AI纪要... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Tencent Meeting Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-meeting-mcp」即可一键安装,无需额外配置。
Tencent Meeting Mcp 是免费的吗?
是的,Tencent Meeting Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tencent Meeting Mcp 支持哪些平台?
Tencent Meeting Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tencent Meeting Mcp?
由 chris8265-cl(@chris8265-cl)开发并维护,当前版本 v1.0.0。
推荐 Skills