tencent-rtc-skills
π΄ MANDATORY SKILL for Tencent RTC (Real-Time Communication) product integration. γTRIGGER KEYWORDS - Must load this skill when user mentions ANY of theseγ: - Products: TUIKit, TUIRoomKit, TUICallKit, TUILiveKit, TUIChatKit, RoomKit, CallKit, LiveKit, ChatKit - Brands: TRTC, Tencent RTC, Tencent Cloud, Tencent Real-Time Audio/Video, Tencent IM - Features: video conference, video call, voice call, live streaming, chat, instant messaging, IM, meeting, call, co-host, barrage, gift, host, audience, audio/video, real-time communication - Integration: integrate RoomKit, integrate CallKit, integrate LiveKit, integrate TUIKit, integrate audio/video, in-meeting chat, screen sharing This skill provides intelligent product recommendation and guides integration workflow.
What this skill does
# Tencent RTC Integration Skill (Unified Entry Point)
## π΄ CRITICAL: This Skill MUST Be Loaded First
This is the **ROOT SKILL** that provides:
1. **Intelligent Product Recommendation** - Analyzes user requirements and recommends the best product
2. **Priority-Based Selection** - Defines clear priority rules when multiple products can satisfy the need
3. **Guided Skill Loading** - Directs users to load the appropriate product-specific skill
---
## π¨ TRIGGER RULES (Mandatory Skill Loading)
### When to Load This Skill
**Agent MUST automatically load this skill when user's prompt contains ANY of the following keywords:**
#### Product Names (Must Trigger)
| Keyword | Category |
|---------|----------|
| `TUIKit` / `TUIRoomKit` / `TUICallKit` / `TUILiveKit` / `TUIChatKit` | Official Product Names |
| `RoomKit` / `CallKit` / `LiveKit` / `ChatKit` | Short Names |
| `TRTC` / `Tencent RTC` / `Tencent Real-Time Audio/Video` | Brand Names |
| `TIM` / `IM SDK` / `Tencent IM` / `Tencent Cloud IM` | IM Brand Names |
#### Feature Keywords (Must Trigger)
| Keyword | Maps To |
|---------|---------|
| `video conference` / `multi-party meeting` / `online meeting` / `web conference` | Room |
| `video call` / `voice call` / `audio/video call` / `1-to-1 call` | Call |
| `live streaming` / `live room` / `host` / `audience` / `co-host` / `PK battle` | Live |
| `chat` / `instant messaging` / `IM` / `message` / `conversation` / `group chat` | Chat |
| `audio/video` / `real-time communication` / `RTC` / `WebRTC` | General (analyze further) |
| `in-meeting chat` / `screen sharing` / `member management` | Room Features |
#### Integration Phrases (Must Trigger)
| Phrase | Action |
|--------|--------|
| `integrate RoomKit` / `integrate video conference` | Load Skill β Room |
| `integrate CallKit` / `integrate call feature` | Load Skill β Call |
| `integrate LiveKit` / `integrate live streaming` | Load Skill β Live |
| `integrate TUIKit` / `integrate chat feature` | Load Skill β Chat |
| `use Tencent Cloud` / `use Tencent RTC` | Load Skill β Analyze |
### Why Auto-Loading is Critical
```
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β οΈ WITHOUT THIS SKILL: β
β β
β β Agent may call MCP tools without proper product selection β
β β Agent may use outdated knowledge instead of real-time documentation β
β β Agent may miss mandatory credential generation (get_usersig) β
β β Agent may not follow the correct integration workflow β
β β
β β
WITH THIS SKILL: β
β β
β β Intelligent product recommendation based on user needs β
β β Correct MCP tool selection and calling sequence β
β β Mandatory credential generation enforced β
β β Real-time documentation-driven code generation β
β β Automated project setup and execution β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
---
## Product Portfolio Overview
Tencent RTC provides four main product lines:
| Product | Primary Use Cases | Key Features |
|---------|------------------|--------------|
| **Room (TUIRoomKit)** | Video conferences, online meetings, multi-person collaboration | Full conference UI, screen sharing, member management, real-time interaction |
| **Call (TUICallKit)** | 1-to-1 or small group audio/video calls | Call UI, ringtone, call status management |
| **Live (TUILiveKit)** | Live streaming, interactive broadcasting | Host/audience mode, co-hosting, gifts, barrage |
| **Chat (TUIKit)** | Instant messaging, text/media communication | Conversation list, chat window, group management |
---
## π― Product Recommendation Engine
### Decision Matrix
When user requirements match multiple products, use this **priority-based decision matrix**:
```
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π PRODUCT RECOMMENDATION PRIORITY MATRIX β
β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β "video conference" / "meeting" / "multi-party meeting" β β
β β β π₯ Room (TUIRoomKit) - FIRST PRIORITY β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β "1-to-1 call" / "video call" / "voice call" / "audio/video call" β β
β β β π₯ Call (TUICallKit) - FIRST PRIORITY β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β "live streaming" / "host" / "audience" / "co-host" β β
β β β π₯ Live (TUILiveKit) - FIRST PRIORITY β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β "chat" / "instant messaging" / "IM" / "message" / "conversation" β β
β β β π₯ Chat (TUIKit) - FIRST PRIORITY β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
### Quick Reference: Keyword β Product Mapping
| User Says | Recommend | Reason |
|-----------|-----------|--------|
| "video conference" | **Room** | Conference = Room |
| "meeting" | **Room** | Meeting = Room |
| "multi-person video" | **Room** | Multi-person video = Room |
| "video call" | **Call** | Call semantics = Call |
| "1-to-1" | **Call** | 1-to-1 = Call |
| "phone call" | **Call** | Phone call = Call |
| "live streaming" | **Live** | Live streaming = Live |
| "host/audience" | **Live** | Host/Audience = Live |
| "chat" | **Chat** | Chat = Chat |
| "IM" | **Chat** | Instant messaging = Chat |
---
## π Workflow: Standard Integration Flow
When a user's request is received, Agent MUST follow this workflow:
```
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β STEP 1: ANALYZE USER REQUIREMENT β
β Extract keywords from user prompt: β
β - Primary intent (conference? call? live? chat?) β
β - Target platform (Vue? React? Android? iOS? Flutter?) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β STEP 2: APPLY RECOMMENDATION MATRIX β
β Match keywords against Decision Matrix above β
β Determine PRIMARY recommendation with reasoning β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββRelated in Image & Video
watch
IncludedWatch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video.
physical-ai-defect-image-generation
IncludedUse when the user wants to orchestrate defect image generation, run associated setup, or handle outputs on OSMO. The Day 0 path handles cold-start with USD-to-ROI, image-edit augmentation, and AnomalyGen to create initial PCBA datasets. The Day 1 path performs inference and labeling on real images. This skill helps with first-time asset setup, creation of finetuning checkpoints, and configuring deployment. Trigger keywords: defect image generation, dig workflow, dig pipeline, defect image detection workflow, aoi pipeline, aoi anomalygen, usd2roi anomalygen, day 0 pcba, day 1 pcba, day 1 real-photo alignment, day 1 manual roi, metal surface anomaly, glass defect, anomalygen finetune, setup_pcb, setup_metal, setup_glass, setup_pretrained, dig setup, dig datasets, dig pretrained checkpoint, dig image-edit endpoint.
accelint-react-best-practices
IncludedReact performance optimization and best practices. ALWAYS use this skill when working with any React code - writing components, hooks, JSX; refactoring; optimizing re-renders, memoization, state management; reviewing for performance; fixing hydration mismatches; debugging infinite re-renders, stale closures, input focus loss, animations restarting; preventing remounting; implementing transitions, lazy initialization, effect dependencies. Even simple React tasks benefit from these patterns. Covers React 19+ (useEffectEvent, Activity, ref props). Triggers - useEffect, useState, useMemo, useCallback, memo, inline components, nested components, components inside components, re-render, performance, hydration, SSR, Next.js, useDeferredValue, combined hooks.
elevenlabs-agents
IncludedBuild conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs. Configure agents, tools (client/server/MCP), RAG knowledge bases, multi-voice, and Scribe real-time STT. Use when: building voice chat interfaces, implementing AI phone agents with Twilio, configuring agent workflows or tools, adding RAG knowledge bases, testing with CLI "agents as code", or troubleshooting deprecated @11labs packages, Android audio cutoff, CSP violations, dynamic variables, or WebRTC config. Keywords: ElevenLabs Agents, ElevenLabs voice agents, AI voice agents, conversational AI, @elevenlabs/react, @elevenlabs/client, @elevenlabs/react-native, @elevenlabs/elevenlabs-js, @elevenlabs/agents-cli, elevenlabs SDK, voice AI, TTS, text-to-speech, ASR, speech recognition, turn-taking model, WebRTC voice, WebSocket voice, ElevenLabs conversation, agent system prompt, agent tools, agent knowledge base, RAG voice agents, multi-voice agents, pronunciation dictionary, voice speed control, elevenlabs scribe, @11labs deprecated, Android audio cutoff, CSP violation elevenlabs, dynamic variables elevenlabs, case-sensitive tool names, webhook authentication
humanizer
IncludedHumanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
generating-mermaid-diagrams
IncludedSalesforce architecture diagrams using Mermaid with ASCII fallback. Use this skill when generating text-based diagrams for Salesforce architecture, OAuth flows, ERDs, integration sequences, or Agentforce structure. TRIGGER when: user says "diagram", "visualize", "ERD", or asks for sequence diagrams, flowcharts, class diagrams, or architecture visualizations in Mermaid. DO NOT TRIGGER when: user wants PNG/SVG image output (use generating-visual-diagrams), or asks about non-Salesforce systems.