A command line wrapper for Tencent Meeting (VooV Meeting) that handles OAuth login, meeting CRUD operations, recording management, and participant reports. You'd reach for this when you need to automate meeting workflows or pull data like transcripts and attendance logs without clicking through the web UI. The skill auto-installs the npm package if it's missing and includes guards for destructive operations like canceling meetings, requiring explicit confirmation before execution. One thing to note is the login flow requires background execution to capture the OAuth URL, and it won't work cleanly in headless environments like Hermes without a default browser. The pagination uses page tokens instead of offsets, and there's a compact mode to trim response payloads when you're just parsing data programmatically.
npx skills add https://github.com/tencentcloud/tencentmeeting-cli --skill tmeet-skill