← 返回 Skills 市场
1701
总下载
4
收藏
14
当前安装
3
版本数
在 OpenClaw 中安装
/install tencent-meeting-skill
功能描述
腾讯会议智能助手,支持会议管理、成员管理、录制、转写与智能纪要查询等功能。
安全使用建议
What to check before installing: 1) The skill requires your TENCENT_MEETING_TOKEN — only install it if you trust the skill author and understand which account the token controls; limit the token scope if possible. 2) The SKILL.md requires consulting the error_dictionary before showing errors, but the bundled script prints server error messages directly — this mismatch can lead to raw error data being exposed to users. If you need strict error-masking/handling, review and update scripts to implement the documented behavior. 3) The tool will send non-sensitive system metadata (OS/distribution) as part of each request; if that is a concern run the skill in an isolated environment or modify the code to omit/alter _client_info. 4) Review the included scripts (tencent_meeting.py, mcp_proxy.py, utils.py) yourself or have a trusted developer check them; they perform network calls only to the MCP baseUrl in config.json (https://mcp.meeting.tencent.com) and use the provided token in headers. 5) If you lack confidence in the author, run the skill in a sandboxed environment or prefer an official Tencent-provided integration. If you want a less risky acceptance, ask the publisher to fix the documented/code mismatches (error handling and automatic _client_info population) and provide provenance for the package.
功能分析
Type: OpenClaw Skill
Name: tencent-meeting-skill
Version: 1.0.7
The skill bundle is a legitimate implementation of a Tencent Meeting MCP (Model Context Protocol) assistant. It facilitates meeting management by proxying JSON-RPC requests to an official Tencent endpoint (mcp.meeting.tencent.com) using the standard Python 'urllib' library. While the script 'scripts/utils.py' collects local system information (OS version) and 'scripts/tencent_meeting.py' retrieves a sensitive environment variable (TENCENT_MEETING_TOKEN), these actions are strictly aligned with the stated purpose of API authentication and telemetry. The 'SKILL.md' instructions include safety-oriented constraints, such as mandatory user confirmation for destructive actions like canceling meetings.
能力标签
能力评估
Purpose & Capability
Name/description, required binary (python3), baseUrl, and the single required env var (TENCENT_MEETING_TOKEN) align with a Tencent Meeting MCP integration. The code only talks to the MCP base URL in config.json and uses the provided token in headers — this matches the declared purpose.
Instruction Scope
SKILL.md contains strict runtime rules (e.g., must consult references/error_dictionary.md and not expose raw errors; must attach _client_info and model auto-fills it). The shipped tencent_meeting.py does not implement consulting the error dictionary (it prints server error messages directly) and only replaces the OS field if _client_info already exists (it doesn't add a missing _client_info). This is an internal inconsistency: the documentation gives stricter behavior than the code enforces, which could lead to raw server errors being surfaced or missing client info handling at runtime.
Install Mechanism
There is no external install/download step — code is included in the skill bundle and runs with python3. No remote archives, installers, or third-party package pulls are used at install time, minimizing supply-chain risk.
Credentials
The skill requests a single credential TENCENT_MEETING_TOKEN, which is expected for this service. The code also reads local system information (platform/version and /etc/os-release on Linux) to populate _client_info.os and sends that as part of requests — this is coherent with the SKILL.md but does expose OS/distribution metadata to the MCP endpoint (not a secret but still system-identifying).
Persistence & Privilege
always:false and no requests to modify other skills or global agent config. The skill does not request permanent elevated presence; it runs as an invoked python tool using the provided env var.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-meeting-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-meeting-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
Changed
- description: removed redundant warning, added "Smart Summary" feature description
- Overview section synced to include "Smart Summary"
- Version management inline rules moved to references/version_management.md
- Improved pagination, parameter descriptions, and notes for some tools
Added
- Added "Error Handling" specification, referencing references/error_dictionary.md
- Added parameter constraints and trigger scenario descriptions for some tools
v1.0.5
更新md
v1.0.0
腾讯会议Skill 1.0.0
-支持会议管理:预约、修改、取消会议等;
-支持会议查询:查询会议列表、参会成员列表等;
-支持录制与纪要:查询录制、转写、纪要等
元数据
常见问题
腾讯会议 是什么?
腾讯会议智能助手,支持会议管理、成员管理、录制、转写与智能纪要查询等功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1701 次。
如何安装 腾讯会议?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-meeting-skill」即可一键安装,无需额外配置。
腾讯会议 是免费的吗?
是的,腾讯会议 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
腾讯会议 支持哪些平台?
腾讯会议 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 腾讯会议?
由 WeMeeting(@wemeeting)开发并维护,当前版本 v1.0.7。
推荐 Skills