Skills extend MCP with intent-routing rules so the AI automatically picks the right tools for your Chat integration. Without Skills, you need to mention specific tool names and framework details in every prompt. With Skills installed, plain language like "add chat to this React project" is enough.
Prerequisites
Complete Set up MCP Server first. Skills work alongside MCP — they guide the AI on which MCP tools to call and in what order. Installation
Run the following command and select the AI tools you want to install to:
npx skills add Tencent-RTC/tencent-rtc-skills
The CLI auto-detects installed tools (Cursor, Claude Code, Codex, CodeBuddy, and others) and places the skill files in the correct directory for each one.
Next steps