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
addwithERR_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
| Area | What you can do |
|---|---|
| Voice AI agents (ConvoAI) | Build voice agents / voicebots |
| RTC | Video & voice calls, live streaming, screen sharing |
| RTM | Chat, presence, signaling |
| Cloud Recording | Record calls and streams |
| Server | Generate tokens & App IDs server-side |
| Server Gateway | Cross-product server coordination |
| Agora CLI | CLI 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
No comments yet. Be the first to write one.