by QwenAudio
A realtime voice runtime that keeps Agents talking, working, and present. Real-time Voice Runtime for AI Agents
# Add to your Claude Code skills
git clone https://github.com/QwenAudio/qwen-audio-agentGuides for using ai agents skills like qwen-audio-agent.
Last scanned: 8/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-10T05:25:03.155Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how qwen-audio-agent compares with popular alternatives.
qwen-audio-agent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by QwenAudio. A realtime voice runtime that keeps Agents talking, working, and present. Real-time Voice Runtime for AI Agents. It has 2,743 GitHub stars.
Yes. qwen-audio-agent passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/QwenAudio/qwen-audio-agent" and add it to your Claude Code skills directory (see the Installation section above).
qwen-audio-agent is primarily written in JavaScript. It is open-source under QwenAudio on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh qwen-audio-agent against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
See comparison
中文 | English | User Guide | Quickstart
Real conversation should not leave you waiting after a single sentence, nor should it grind to a halt just because the Agent is looking something up, calling a tool, or working on a task.
Conversation should keep flowing, and the Agent should always be present.
That is why we built qwen-audio-agent—a realtime voice runtime that keeps Agents talking, working, and present. Whether chatting with you, thinking through a problem, or working on a task, your Agent remains in the conversation. It listens, responds, and when the task is complete, naturally tells you:
"It's ready."
Conversation doesn't stop for background tasks; when a task completes, the result naturally returns to the current conversation:
Questions that can be answered directly are answered immediately; when tools or sustained processing are needed, the task is delegated to the backend Agent. Throughout, the user always faces the same assistant.
For the full design and module breakdown, see the architecture document.
The voice frontend handles realtime conversation; the backend Agent executes tasks. They integrate independently and can be combined as needed.
| Voice frontend | Deployment | Setup | Features |
|---|---|---|---|
| Qwen Audio 3.0 Realtime | Cloud | Bailian API Key | Duplex voice, tool calling |
| GPT-Live / OpenAI Realtime | Cloud | OpenAI API Key | — |
| Google Gemini Live | Cloud | Google API Key | Live video input |
| Qwen3.5-Omni Realtime | Cloud | Bailian API Key | Live video input |
| Qwen3.8 Omni Flash Realtime | Cloud | Bailian API Key + workspace-specific endpoint | Live video input |
| Doubao Seeduplex 3.0 Realtime | Cloud | Volcengine Speech API Key | — |
| StepAudio 3 Realtime | Cloud | StepFun API Key | — |
| Hugging Face Speech-to-Speech | Local | Start the service and set its URL | Configurable STT / LLM / TTS |
| MiniCPM-o 4.5 | Local or cloud | Compatible service URL | Live video input, no tool calling |
To connect another voice service, implement the Realtime Provider interface without changing the Gateway's core voice-session or backend-task logic.
| Backend Agent | Integration | Setup | Rating |
|---|---|---|---|
| None | N/A | Frontend-only mode, no backend config needed | ★★★★★ |
| Qwen Code | Native ACP | One-click install, user config required | ★★★★★ |
| OpenCode | Native ACP | One-click install + Bailian config | ★★★★★ |
| OpenClaw | Built-in ACP bridge | One-click install + Bailian config | ★★★★★ |
| Qoder | Native ACP | One-click install, user config required | ★★★★★ |
| MiniMax Code | Native ACP | One-click install, user config required | ★★★★☆ |
| Kimi Code | Native ACP | One-click install, user config required | ★★★★★ |
| Hermes | Native ACP | One-click install, user config required | ★★★★☆ |
| CodeBuddy | Native ACP | One-click install, user config required | ★★★★☆ |
| Codex | External ACP adapter | One-click install (base + adapter), user config required | ★★★★☆ |
| Claude Code | External ACP adapter | One-click install (base + adapter), user config required | ★★★★☆ |
| DeepSeek Harness | Native ACP | One-click install, DeepSeek API key required | ★★★★☆ |
| Pi | External ACP adapter | One-click install (base + adapter), user config required | ★★★★☆ |
| Muse Code | Native MSP adapter | Install Muse and its optional SDK on demand; user config required | ★★★☆☆ |
Ratings reflect current integration completeness, compatibility, and verification level: five stars indicate a thoroughly tested recommended integration; four stars indicate active development or not yet fully verified. For detailed configuration and capability boundaries, see the backend Agent documentation and configuration guide.
Requires Node.js 22.22.2+ or 24.15.0+, npm 10+. One-click install (recommended):
npm install -g qwen-audio-agent
For building from source, installing from GitHub, and obtaining a DashScope API Key, see the installation guide.
qwenaudio config
DASHSCOPE_API_KEY=your-key
# Voice frontend model: optional, defaults to Qwen Audio 3.0 Realtime Plus
QWEN_AUDIO_REALTIME_MODEL=qwen-audio-3.0-realtime-plus
# Backend Agent: optional, leave empty or set to none for frontend-only mode
AGENT_PROTOCOL=openclaw
# Backend model: optional; explicit values use standard ACP, empty reuses Agent config
QWEN_AUDIO_AGENT_BACKEND_MODEL=qwen3.7-max
Before starting, create a key from the Bailian API Key page. Eligible new users can review the new-user free quota and check remaining usage on the model usage page. Quota and billing rules are subject to the current official Bailian documentation.
The example above uses the default DashScope voice frontend