← Back to Skills Marketplace
1701
Downloads
4
Stars
14
Active Installs
3
Versions
Install in OpenClaw
/install tencent-meeting-skill
Description
腾讯会议智能助手,支持会议管理、成员管理、录制、转写与智能纪要查询等功能。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-meeting-skill - After installation, invoke the skill by name or use
/tencent-meeting-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
-支持会议管理:预约、修改、取消会议等;
-支持会议查询:查询会议列表、参会成员列表等;
-支持录制与纪要:查询录制、转写、纪要等
Metadata
Frequently Asked Questions
What is 腾讯会议?
腾讯会议智能助手,支持会议管理、成员管理、录制、转写与智能纪要查询等功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1701 downloads so far.
How do I install 腾讯会议?
Run "/install tencent-meeting-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯会议 free?
Yes, 腾讯会议 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 腾讯会议 support?
腾讯会议 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯会议?
It is built and maintained by WeMeeting (@wemeeting); the current version is v1.0.7.
More Skills