Back to home@AgoraIO-Community

dsh-agora

DSH skill plugin: Agora skill (RTC, RTM, ConvoAI, CLI, Cloud Recording, tokens) synced verbatim from AgoraIO/skills

Stars
0
Language
JavaScript
Created
Aug 19, 2026
Updated
Aug 19, 2026
GitHub repo

Introduction

dsh-agora

A DeepSeek Harness (DSH) plugin that adds the official Agora skill 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:

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)

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? No — the skill ships inside the plugin bundle, synced from the official Agora skill repo at each release.

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