tencent cloud

Tencent Real-Time Communication

Install Skills

Download
Focus Mode
Font Size
Last updated: 2026-06-15 09:38:21
TRTC Agent Skills are designed to work seamlessly with MCP. MCP offers tool capabilities like credential generation, while Skills directs the AI on which tools to invoke, under what circumstances, and in what sequence. This integration removes the need to manually specify tool details or execution order for each request.
After installation, you can simply describe your requirements in natural language. Skills will automatically identify the TRTC product and platform, providing three core categories of functionality:

Quick Start

Choose the workflow that matches your needs and follow guided, step-by-step instructions:
Run the official demo: Download, configure, and launch the demo to quickly try out product features.
Integrate from scratch: Complete every step from SDK installation to scenario-based integration.
Troubleshoot issues: Diagnose and resolve problems such as room entry failures, black screens, or error codes.
Extend functionality: Add new features to your existing integration.
Documentation search: Search the official knowledge base for factual answers, each with source references, independent of model training data.

Prerequisites

Before you begin, make sure you have completed the MCP Server configuration.

Install Skills

Claude Code
# Step 1 — Add the TRTC plugin marketplace
/plugin marketplace add Tencent-RTC/agent-skills
# Step 2 — Install the plugin
/plugin install trtc-agent-skills@trtc-marketplace
# Step 3 — Activate directly without restart
/reload-plugins
Cursor
1. Clone the repository and install it to your local Cursor plugin directory:
git clone https://github.com/Tencent-RTC/agent-skills.git ~/.cursor/plugins/local/trtc-agent-skills
2. Hold Cmd+Shift+P (Mac) or Ctrl+Shift+P (Windows/Linux), type Reload Window, and press Enter to reload the window. Alternatively, restart Cursor.
Codex CLI
# Step 1 — Add the TRTC plugin marketplace
codex plugin marketplace add Tencent-RTC/agent-skills
# Step 2 — Open the plugin browser in Codex CLI:
/plugins
# Select the "TRTC Agent Skills" tab → choose trtc-agent-skills → press Enter to install
CodeBuddy CLI
# Step 1 — Add the TRTC plugin marketplace
/plugin marketplace add Tencent-RTC/agent-skills
# Step 2 — Install the plugin
/plugin install trtc-agent-skills@trtc-marketplace
# Step 3 — Activate directly without restart
/reload-plugins


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback