trtc-chat-docs

trtc-chat-docs is a skill for Claude Code, Codex from Tencent-RTC/agent-skills. It costs 48 tokens per session (422 once invoked), scanned A, original, MIT.

A guided reference for finding Tencent TRTC chat documentation, where chat means instant messaging between users or systems.

In plain words
What is it for?
Use it to look up TRTC chat APIs, software-development kits, webhooks, user-interface kits, billing, and error information after the main TRTC router sends the request there.
Why use it?
It routes chat questions to the appropriate internal documentation path instead of treating every TRTC request as the same kind of integration.

Skill for Claude CodeCodex

Part of the trtc-agent-skills plugin — 11 skills, 3 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tencent-rtc/agent-skills/docs
Any agent
npx skills add Tencent-RTC/agent-skills --skill docs
Clone the repo
git clone --depth 1 https://github.com/Tencent-RTC/agent-skills

Made for: Claude Code, Codex.

Or install trtc-agent-skills, the plugin that ships this one along with the rest of its 11 skills, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trtc-chat-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencent-rtc/agent-skills/docs.svg)](https://agentmods.dev/skills/tencent-rtc/agent-skills/docs)
Your own site
<a href="https://agentmods.dev/skills/tencent-rtc/agent-skills/docs"><img src="https://agentmods.dev/badge/skills/tencent-rtc/agent-skills/docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 422 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00048 $0.00422
Opus 5 $0.00024 $0.00211
Sonnet 5 $0.00010 $0.00084
Haiku 4.5 $0.00005 $0.00042

Measured 4d ago against content hash f64c2e287287, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

trtc-chat-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/trtc-chat/docs/SKILL.md · 33 lines

What it actually says

Chat Docs Query — Path D

入口门禁

本文件不是 dispatcher。仅允许在 trtc/SKILL.md 完成 §-1 prompt reporting 并路由至本文件后进入。

若直接 Read 本文件:先 Read ../../trtc/SKILL.md,从 §-1 重走分类与路由。

门禁

  • 无 session,或
  • session 存在且 (product=chat ∧ (status=completedflow_state.chat.phase=done))

执行

Read ../references/05-path-d-script.md,从 D.0b 起按 D.0–D.8 完整流程。

禁止再 Read path-d-signals.yaml:该文件仅用于 Root §A / trtc-chat/SKILL.md Step 0 的 Path D 路由门禁。本轮既已进入本文件,说明门禁已通过;意图分类用 05-path-d-script.md D.1 内联信号表 + .docs-query.yaml 状态机,不要重复 resolve/read 信号词文件。

Prompt 上报

  • 进入本 Skill 时:reporting.py invoke --skillname trtc-chat-docs(Root 已执行时自动去重)
  • 每轮用户句:trtc/SKILL.md §-1 reporting.py prompt
  • 脚本节点:Path D 用 reporting.py send-query --m p(先 Patch-Write lastAnswer);Path B/C 见 13-reporting.md
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 33 lines · 48 tokens per session scan A f64c2e287287

Subscribe to this mod's changes

trtc-chat-docs is a skill published in the GitHub repository Tencent-RTC/agent-skills (12 stars, last pushed 13d ago), licensed MIT. It adds 48 tokens to every session and 422 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

architecture

Project architecture and file structure conventions for all process types. Use when: (1) Creating new files or modules, (2) Deciding where code should go, (3) Converting single-file components to directories, (4) Reviewing code for structure compliance, (5) Adding new bridges, services, agents, or workers.

iOfficeAI/AionUi · 69 tokens

testing

Testing workflow and quality standards for writing and running tests. Use when: (1) Writing new tests, (2) Adding a new feature that needs tests, (3) Modifying logic that has existing tests, (4) Before claiming a task is complete.

iOfficeAI/AionUi · 55 tokens

review-agents-md

Audit Dograh AGENTS.md files for drift against the live repo and for bad scope boundaries between parent and child docs. Use when the user asks to review existing AGENTS files, identify stale guidance, decide whether a subtree needs its own AGENTS.md, or update the AGENTS.md hierarchy under the repo root, api/, or ui/.

dograh-hq/dograh · 82 tokens

review-pr

Review a Dograh pull request, branch diff, or pasted patch for repo-specific security and correctness risks that are not obvious from generic FastAPI, Next.js, or Python conventions. Use when the user asks to review a PR, audit a diff, check whether changes are safe to merge, review their own changes, or asks what to…

dograh-hq/dograh · 109 tokens

claude-code-dmwork

Connect to DMWork messaging platform as an AI bot via the OpenClaw DMWork adapter plugin.

Mininglamp-OSS/octo-server · 0 tokens

vs-chat

Conversational search runtime: send messages, keep sessions consistent, and verify retrieval behavior and responses.

volcengine/SearchCLI · 22 tokens