Tencent Meeting CLI
Paste the following prompt into your AI chat to install this skill:
Please install @tencent-adm/tmeet-skill according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
The Tencent Meeting skill targets workflows that need to place meeting operations in a terminal or Agent pipeline. The hard part is not simply starting a meeting; it is routing the right command when handling meeting lifecycle changes, recordings, transcripts, invitees, in-call controls, and tool error feedback without leaking privacy or skipping confirmations.
How It Works
- Setup and auth: It centers on the
tmeetCLI. If the command is missing, it expects the CLI package to be installed. OAuth login is a blocking flow and must run in the foreground so credentials are written correctly. - Query routing: Use
listcommands for pure time-range filters. Usesearchwhen the request contains keywords such as topic, meeting code, creator, or notes. Recording, replay, and transcript queries require the detailed routing rules for meeting-level and recording-level entry points, permissions, and artifact location. - Parameters and output: Time values use ISO 8601. Pagination uses
--page-tokenand--page-size.--compacttrims response fields, while--formatcontrols JSON layout. - Safety and confirmation: Destructive or user-facing write actions such as canceling a meeting, updating details, changing invitees, calling or removing participants, logging out, or submitting recording permission requests must be shown to the user first and executed only after explicit confirmation. User-facing output should use
meeting_code, notmeeting_id, and tokens must not be printed.
Note: The skill depends on network access, an npm environment, and a valid login session. Contact search is limited to resolving invitees or call targets, not general person lookup.
Use Cases
- List upcoming meetings by time range or look up a meeting by meeting code from the terminal.
- Review the meeting code and invitee list before adding or replacing invited members.
- Query recordings and transcript segments for finished meetings, then remove participants from the live call.
- When a CLI command fails or returns bad data, summarize error code and actions before requesting feedback.
Best For
- R&D or product teams asking an Agent to create, update, cancel meetings, and manage invitees.
- Meeting organizers who need to query meetings, recordings, transcripts, and participant reports in a terminal.
- Engineers integrating `tmeet` into Agent workflows and handling OAuth login.
- Meeting admins who need to call or remove participants during a call with explicit confirmation.
Related Skills
Generate and edit .pptx decks with python-pptx, applying structured layouts, design rules, native charts, and visual QA to reduce template-like output.
Tencent Cloud Table Recognition V3 is an OCR skill for detecting and recognizing tables in images or PDFs, supporting various table types like linear and borderless tables, with Excel export.
The complete set of online document operation tools provided by Tencent Docs MCP, supporting creation, querying, and editing of smart docs, Excel, PPT, mind maps, and more.
Generate structured Chinese patent disclosure drafts in Word from existing documents or brief technical inputs, following Part A/B/C templates.