tmeet-skill

The tmeet-skill provides a command-line interface for managing Tencent Meeting operations, including authentication, meeting lifecycle management, recording and transcript access, meeting reports, contact searches, and in-meeting controls.

352
Installs
8
Use cases
5/10
Quality

Is tmeet-skill safe to install?

Review the source first

Review the source first: our audit of tmeet-skill's source files found 11 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands, performs network-dependent operations, and manages sensitive user authentication credentials. It requires explicit user confirmation for destructive or high-impact actions like canceling meetings, kicking participants, or submitting feedback.

How we audit skills: our security review methodology.

Who is this skill for?

AI agents and users requiring programmatic control over Tencent Meeting via the tmeet CLI.

What can you do with it?

  • Authenticate and manage user login sessions for Tencent Meeting.
  • Create, update, cancel, and list meetings.
  • Manage meeting invitees by adding, removing, or replacing members.
  • Access meeting recordings, smart minutes, and transcripts.
  • Retrieve meeting reports including participant lists and waiting room logs.
  • Perform in-meeting actions such as calling or kicking participants.
  • Search enterprise contact directories for meeting invitations.
  • Export local logs and provide feedback to the platform regarding tool performance.

How good is this skill?

Quality score: 5/10. The skill documentation is comprehensive, strictly defines security boundaries, and provides clear operational constraints for AI agents.

What does the skill file contain?

SKILL.md
# tmeet

腾讯会议命令行工具,支持 OAuth 授权、会议全生命周期管理、录制与转写、会议报告查询。

## 安装与初始化

在使用本技能前,系统会自动检测是否已安装 `tmeet` 命令行工具:

- 如果检测到 `tmeet` 命令已存在,直接使用即可
- 如果未检测到 `tmeet` 命令,会自动执行以下安装命令:
  ```bash
  npm install -g @tencentcloud/tmeet@latest
  ```
  安装最新版本的腾讯会议 CLI 工具包

> **注意**:自动安装需要网络连接和 npm 环境支持。如果安装失败,请手动执行上述命令或检查网络环境。

## 核心概念

- **会议(Meeting)**:腾讯会议实例,通过 `meeting_id` 或 `meeting_code` 标识。`meeting_id` 仅用于命令行参数传递,**向用户展示会议信息时必须使用 `meeting_code`(会议号),不得将 `meeting_id` 暴露给用户**。
- **周期性会议(Recurring Meeting)**:`meeting_type=1` 的重复会议,包含多个子会议(`sub_meeting_id`)。
- **录制(Record)**:会议结束后生成的录制文件,通过 `meeting_record_id` 和 `r...

Frequently asked questions

How do I handle authentication for the CLI?

Execute 'tmeet auth login' in the background using '2>&1 &' to capture the authorization URL. Present this URL to the user for browser-based completion.

Can I use the contact search for general information?

No. Contact search is strictly restricted to meeting invitation, calling participants, and resolving names for meeting member management.

How should I handle pagination in queries?

Use the '--page-token' and '--page-size' parameters. Retrieve the token from the 'data.next_page_token' field of the previous response. Do not use deprecated parameters like '--page' or '--limit'.

What is the procedure for kicking a participant?

First, call 'tmeet report participants' to get the list of current attendees. Identify the target user, confirm the action with the user, and then execute 'tmeet control kick' using the ID from the report.

Data sourced from tencentcloud/tencentmeeting-cli on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

lark-workflow-meeting-summary

219.7K

Users who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem

The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.

highlarkmeeting-summarylarksuite

programmatic-seo

83.5K

Content strategists, SEO specialists, and marketers building large-scale, data-driven website content

The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.

lowseomarketingcoreyhaines31

ad-creative

64.0K

Performance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative

The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.

highmarketingadvertisingcoreyhaines31

gws-workflow-email-to-task

17.9K

Users who manage tasks directly from their Gmail inbox via the command line

The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.

highproductivitygmailgoogleworkspace