tencent-meeting

Manage Tencent Meeting (腾讯会议) via REST API. Schedule/create meetings, query meeting details, list cloud recordings, and extract meeting transcripts. Use when user mentions "tencent meeting", "腾讯会议", "schedule a meeting", "meeting transcript", "会议转写", "meeting recording", or needs to interact with the Tencent Meeting platform.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tencent-meeting" with this command: npx skills add jiayubinx-ux/tencent-meeting

Tencent Meeting

Manage Tencent Meeting via the open REST API (AK/SK auth).

Setup

Required env vars (set in shell or .env):

VarDescription
TM_SECRET_IDAPI SecretId from Tencent Meeting open platform
TM_SECRET_KEYAPI SecretKey
TM_APP_IDEnterprise AppId
TM_SDK_IDApplication SdkId
TM_STS_TOKEN(Optional) STS ticket for transcript/record APIs

Get credentials at: https://meeting.tencent.com/open-api.html

Commands

Create a Meeting

node {baseDir}/scripts/create_meeting.js '<JSON>'

JSON fields:

FieldRequiredDescription
useridyesCreator's user ID
subjectyesMeeting subject
start_timeyesISO 8601 datetime or unix timestamp (seconds)
end_timeyesISO 8601 datetime or unix timestamp (seconds)
typeno0=scheduled (default), 1=instant
passwordno4-6 digit meeting password
instanceidnoDevice type, default 1 (PC)
inviteesnoArray of {userid} objects
settingsnoMeeting settings (mute, waiting room, auto-record, etc.)
time_zonenoTimezone string
locationnoMeeting location (max 18 Chinese chars)

Example — schedule a meeting tomorrow at 2pm:

node {baseDir}/scripts/create_meeting.js '{"userid":"user123","subject":"Weekly Sync","start_time":"2026-03-11T14:00:00+08:00","end_time":"2026-03-11T15:00:00+08:00","settings":{"auto_asr":true}}'

Query a Meeting

node {baseDir}/scripts/query_meetings.js --meeting-id <ID> --userid <UID>
node {baseDir}/scripts/query_meetings.js --meeting-code <CODE> --userid <UID>

List Cloud Recordings

node {baseDir}/scripts/list_records.js --meeting-id <MID> --userid <UID>

Get Record Detail (download URLs, AI summary)

node {baseDir}/scripts/list_records.js --meeting-record-id <MRID> --userid <UID>

Extract Meeting Transcript

# Text format (readable)
node {baseDir}/scripts/get_transcript.js --record-file-id <RFID> --operator-id <UID> [--meeting-id <MID>] [--format text]

# JSON format (full detail with timestamps)
node {baseDir}/scripts/get_transcript.js --record-file-id <RFID> --operator-id <UID> --format json

# AI-optimized transcript
node {baseDir}/scripts/get_transcript.js --record-file-id <RFID> --operator-id <UID> --type 1

Output (text format):

[00:04] Speaker1: 看一下那个哪能看。
[00:12] Speaker1: 可以。
[00:43] Speaker2: 没有类型还有...

Workflow: Get Transcript from a Meeting

  1. Query the meeting to get meeting_id
  2. List recordings: list_records.js --meeting-id <MID> --userid <UID>
  3. From the response, get record_file_id
  4. Extract transcript: get_transcript.js --record-file-id <RFID> --operator-id <UID>

Natural Language Mapping

User saysAction
"Schedule a meeting at 3pm tomorrow"create_meeting.js with computed start/end times
"Create a meeting with password"create_meeting.js with password field
"Get the transcript for meeting X"Workflow: query → list records → get transcript
"Show meeting details"query_meetings.js
"Download meeting recording"list_records.js → use download URLs

API Reference

For detailed API fields and parameters, see references/api-guide.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Polymarket Politics Random Buyer

Randomly finds a live Polymarket politics market, checks trading context, and buys 1 USDC by default with explicit dry-run and live modes for AION Market.

Registry SourceRecently Updated
General

DB Schenker

德国铁路集团旗下物流巨头,专注欧洲最大陆运网络及多式联运,提供空运、海运及合同物流服务。

Registry SourceRecently Updated
General

Secretary Memory

OpenClaw 秘书式多分区记忆系统 v3.0。仿生现代秘书的笔记本分类法,支持:(1) 多分区并发搜索 + 每分区3条上下文召回,(2) 会话自动摘要,(3) 偏好自动提取 + 用户关系图谱,(4) 记忆冲突主动检测,(5) 定时 consolidation + 会话结束 hook,(6) 精细化恢复/回溯,...

Registry SourceRecently Updated
General

Hunt

Digital bounty hunter skill for finding, tracking, and managing online hackathon opportunities. Trigger when the user says "hunt", "find hackathons", "show m...

Registry SourceRecently Updated