DeepSeek Harness 插件

dsh-agora

DSH skill bundle: the Agora skill (RTC, RTM, ConvoAI, CLI, Cloud Recording, tokens) synced verbatim from AgoraIO/skills at a pinned release tag. Install to add the `agora` skill to DeepSeek Harness.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
AgoraIO-Community/dsh-agora
最近更新
2026年8月20日
分类
插件开发工具
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/AgoraIO-Community/dsh-agora
插件名:dsh-agora
作者:AgoraIO-Community

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-agora

A DeepSeek Harness (DSH) plugin that adds the official Agora skill — with Shengwang support baked in — to your agent. One install gives you voice AI agents, RTC video/voice calls, RTM chat & signaling, Cloud Recording, Agora CLI acceleration, and server-side token generation — driven from natural language.

The skill is synced verbatim from the official AgoraIO/skills repository, so it always matches the Agora docs and quickstarts.

Prerequisites

  • DeepSeek Harness (DSH) installed and running
  • An Agora account (for tokens/App ID when you build a real app)

Install

dsh plugin --profile web add dsh-agora

> Note: with pnpm ≥ 8.15 (e.g. 9.15) the profile workspace root rejects a > bare add with ERR_PNPM_ADDING_TO_ROOT. If you hit that, pass -w: > > ``sh > dsh plugin --profile web add -w dsh-agora > ``

Restart the web profile, and the agora skill appears in the skill catalog.

What the skill covers

AreaWhat you can do
Voice AI agents (ConvoAI)Build voice agents / voicebots
RTCVideo & voice calls, live streaming, screen sharing
RTMChat, presence, signaling
Cloud RecordingRecord calls and streams
ServerGenerate tokens & App IDs server-side
Server GatewayCross-product server coordination
Agora CLICLI acceleration (auto-detected if installed)

Shengwang support

The same agora skill covers the Shengwang region (console.shengwang.cn). At release time, the plugin injects a region gate at the top of each product reference — the model confirms China vs global first — and ships a per-product CN difference map (cn.md) that the model loads only when the user targets mainland China:

ProductCN delta
RTCCN region (setArea({ areaCode: "CHINA" }) / AREA_CODE_CN) + sd-rtn.com + cloud proxy
RTMCN region (setArea({ areaCodes: ["CHINA"] }) / RtmAreaCode.CN) + CN data center
Cloud Recordingapi.sd-rtn.com + clientRequest.region="CN" + mainland storage
Server (token)token algorithm unchanged; CN REST domain + credential menu path
Agora CLIagora project create --region cn / --rtm-data-center CN
ConvoAIEnglish quickstart skeleton + api.agora.io/cn endpoint + BYOK vendors (fengming ASR, deepseek/minimax LLM/TTS)

The official skill content stays verbatim; the region gate and CN maps are generated at build time (see scripts/sync-deps.sh), so there is still a single agora skill — no separate companion skill.

Using the skill

Describe what you want in natural language — e.g. "set up a voice AI agent with Agora" or "build an RTC video call app". The skill routes to the official quickstarts and guides you through setup, including auth and token flows.

FAQ

Does this repo contain the skill itself? The official agora content is synced verbatim from the AgoraIO/skills repo at each release (not committed). The Shengwang deltas live in assets/agora-cn/ and are built at release time into a per-product cn.md map plus a region gate (see scripts/sync-deps.sh).

Do I need the Agora CLI installed? No. It's optional; if it's on your PATH, the skill uses it for faster workflows.

License

MIT