tmeet-skill

Manage Tencent Meeting meetings, recordings, minutes, and in-meeting controls via the tmeet CLI.

2.0k|291|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/Pinvou/pinvou-agent --skill tmeet-skill-pinvou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmeet-skill
Source: https://github.com/Pinvou/pinvou-agent/tree/main/pinvou3-app/src-tauri/resources/common/bundle/tmeet-skills/tmeet-skill
Command: npx skills add https://github.com/Pinvou/pinvou-agent --skill tmeet-skill-pinvou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? It lets an AI agent operate Tencent Meeting (tmeet) entirely from the command line, covering OAuth login, meeting lifecycle management, recording and transcript retrieval, AI minutes search, meeting reports, and in-meeting controls without manual app operations. ## Core Features & Use Cases - Meeting lifecycle management: Create, update, cancel, search, and list meetings, including recurring meetings and invitee management with mandatory confirmation for risky write operations. - Recording and minutes retrieval: Route between recording-based smart minutes and transcripts (permission-gated) and Yuanbao minutes (permission-free), with dual-path cross-meeting content search. - In-meeting control and reporting: Call members into a meeting, kick participants, manage the waiting room, export participant reports, and subscribe to real-time meeting events. - Use Case: Ask the agent to find last week's project review meeting, fetch its AI summary and action items, and export the participant list — it will log in via OAuth, route to the correct query command, and confirm before any write operation. ## Quick Start Ask the agent to log in to Tencent Meeting with tmeet and list your meetings scheduled for this week.

Frequently Asked Questions about tmeet-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Tencent Meeting meetings from the command line?

Use the tmeet CLI after running tmeet auth login to complete OAuth authorization. You can then create, update, cancel, search, and list meetings with commands like tmeet meeting create and tmeet meeting search using ISO 8601 time formats.

How to search Tencent Meeting recordings and transcripts?

Use tmeet record search with keywords or tmeet record transcript-search for verbatim content, after checking permission_status via tmeet meeting get. Recordings with can_view status allow direct access; can_apply requires a permission application flow first.

What is the difference between Yuanbao minutes and recording smart minutes?

Yuanbao minutes are ASR-based AI summaries available to all participants without permission, while recording smart minutes derive from recording files, require view permission, and include full transcripts. The skill routes based on recording permission status.

Why does tmeet return user config is empty errors?

This error means you have not completed OAuth login. Run tmeet auth login in the foreground, open the printed authorization URL in a browser, and finish authorization within 300 seconds before running other commands.

Can I use tmeet contact search to look up any employee's information?

No. Contact search, lookup-by-phone, and lookup-by-email are strictly limited to resolving open_ids for meeting invitations or calling members into a meeting. They cannot be used as a general people directory lookup.

Which tmeet commands require user confirmation before execution?

Destructive or disruptive commands require explicit confirmation: meeting cancel, meeting update, invitee add/remove/replace, control call, control kick, waiting-room operations, auth logout, and record permission-apply-commit. The agent must show details and wait for approval.