iflytek-digital-human
v1.1.0讯飞虚拟人交互平台全流程接入助手 - 从零代码快速搭建到 SDK/WebAPI 深度集成,支持 Web 对话模板、数字人直播、三端 SDK 开发、后端报文接入
By firstdebugLicense: MIT5 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 29 skill or MCP entries
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install iflytek-digital-human for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install iflytek-digital-human@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/firstdebug/iflytek-digital-humanClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude/iflytek-digital-human/.
Plugin files
├── .claude-plugin/plugin.json├── skills/action-control/SKILL.md├── skills/audio-driver/SKILL.md├── skills/avatar-artifact-download/SKILL.md├── skills/avatar-brainstorming/SKILL.md├── skills/avatar-config-authoring/SKILL.md├── skills/avatar-consent-gate/SKILL.md├── skills/avatar-credentials/SKILL.md├── skills/avatar-executing/SKILL.md├── skills/avatar-knowledge-base/SKILL.md├── skills/avatar-live-streaming/SKILL.md├── skills/avatar-model-config/SKILL.md├── skills/avatar-network-debug/SKILL.md├── skills/avatar-permissions-setup/SKILL.md├── skills/avatar-planning/SKILL.md├── skills/avatar-preflight/SKILL.md├── skills/avatar-troubleshoot/SKILL.md├── skills/avatar-verification/SKILL.md├── skills/avatar-web-template/SKILL.md├── skills/avatar-webapi-protocol/SKILL.md├── skills/avatar-workflow-entry/SKILL.md├── skills/full-duplex/SKILL.md├── skills/integration-guides/SKILL.md├── skills/shared/SKILL.md├── skills/subtitle-setup/SKILL.md├── skills/text-driver/SKILL.md├── skills/text-interact/SKILL.md├── skills/toolchain/SKILL.md├── skills/transparent-bg/SKILL.md└── skills/voice-interact/SKILL.md
Included Skills29
虚拟人动作控制(独立动作和自动动作 AIR)
音频驱动功能实现指南(用音频数据直接驱动虚拟人口型和播报)
下载并校验讯飞虚拟人 Web、Android 或 iOS SDK 产物,验证压缩包、关键入口与本地清单。用于首次接入缺少 SDK、需要核对 SDK 包或禁止无 SDK 假交付时。
虚拟人集成任务的需求澄清阶段(三阶段工作流第一阶段)
虚拟人配置调整(分辨率/码率/帧率/形象/发音人/TTS 参数/背景)。针对已集成的项目做主动的配置修改,区别于故障排查(avatar-troubleshoot)。
在任何讯飞虚拟人工作流进入路由、扫描或实施前建立并验证本地隐私授权准入凭证。 仅用于明确调用 iflytek-digital-human 的 avatar skill;普通后端、NLP、OpenAI SSE 或 Higress 调试不适用。
平台凭据获取与验证工具。由 avatar-workflow-entry 路由调用。触发条件:已明确需要创建接口服务、获取/验证凭据(appId/apiKey/apiSecret/sceneId 等)。
虚拟人集成任务的执行实现阶段(三阶段工作流第三阶段)
知识库(docqa/RAG)管理工具。由 avatar-workflow-entry 路由调用。触发条件:已明确要操作知识库(创建/上传文档/关联场景/配置检索),而非首次规划。
虚拟人直播项目(营销带货)创建工具。由 avatar-workflow-entry 路由调用。触发条件:已明确要创建直播项目,需配置商品/分镜/脚本。
大模型(NLP)配置管理工具。由 avatar-workflow-entry 路由调用。触发条件:已明确需要操作模型配置(绑定/发布/创建自有模型),而非首次接入或故障排查。
虚拟人网络连接问题诊断
虚拟人录音和相机权限配置指南
虚拟人集成任务的计划生成阶段(三阶段工作流第二阶段)
虚拟人平台开发环境门禁(HARD-GATE)。在进入设计/编码前,分层验证凭据、资源授权、SDK 依赖、网络连通、工具链和最小链路,确保开发环境就绪。
虚拟人集成故障诊断与修复。用于错误码、黑屏、连接失败,以及 avatar authentication failed、authorization invalid、WebSocket 1008 等运行时鉴权问题。
项目交付前的完整验证流程。自动检测并修复常见问题,确保项目开箱即用。
使用讯飞官方预设模板创建 Web 对话应用(零代码生成可访问链接)。由 avatar-workflow-entry 路由调用,不应直接匹配用户的宽泛需求。触发条件:已明确要使用官方模板(templateId 1/3/4/7/11)且有 appId。
讯飞虚拟人 WebAPI(报文)接入——不使用任何 SDK,直连 WebSocket,手工构造 JSON 请求报文、解析 JSON 响应报文。当用户想用后端语言(Python/Java/Node)直接对接 wss://avatar.cn-huadong-1.xf-yun.com/v1/interact、搭建能看到请求/响应报文的 demo、校验报文字段是否合规、解读 event_type/vmr_status/错误码时使用。触发词:WebAPI、web api、报文、协议接入、不用SDK、直连WebSocket、请求响应、ctrl、event_type。
【讯飞虚拟人/数字人任务的必经入口 — 任何虚拟人相关请求都必须先调用本 skill 再响应】处理一切与讯飞虚拟人/数字人(xfyun avatar)有关的需求:构建/搭建/做一个虚拟人项目或应用、从零创建/接入虚拟人、把虚拟人集成到 web/android/ios、Web对话模板、数字人直播、WebAPI报文接入、语音/文本/音频驱动、配置调整、故障排查,以及"你能做什么/有哪些功能"这类能力询问。本 skill 负责意图识别与智能路由,分发到对应子技能。触发词:构建虚拟人、搭建虚拟人、虚拟人项目、创建虚拟人、数字人、虚拟人集成、avatar、avatar SDK、讯飞虚拟人、xfyun、virtual-man、数字人直播、虚拟主播、你能做什么、有哪些功能、功能清单。收到上述任一信号时不要用通用知识直接回答或抛技术选型问题(如 Unity/Three.js/2D-3D),必须先走本入口路由。
全双工语音交互和打断功能
三端(Web / Android / iOS)虚拟人 SDK 的"五分钟快速理解"集成指南索引。用于快速了解某一平台的最小接入形态;真正构建可交付工程时以 avatar-executing 的 build-playbook 为准。
跨 skill 复用的共享材料容器。收纳与具体平台/业务无关的通用工作方法(测试驱动开发、并行分发子 agent)和共享适配指南(Android 分区存储)。由其他 skill 按需引用,不单独作为任务入口。
虚拟人字幕配置和显示
文本驱动功能实现指南
文本交互(NLP/大模型对话)功能实现指南
由 avatar-preflight Layer 5 调用,按 platform 参数走 web / android / ios 分支做工具链与运行环境检查,逐项检查后经 summarizeStatus 汇总,输出 all_ok / warnings / critical_issues 三态之一。
透明背景配置指南
语音交互功能实现指南
Plugin manifests1
{
"name": "iflytek-digital-human",
"description": "讯飞虚拟人交互平台全流程接入助手 - 从零代码快速搭建到 SDK/WebAPI 深度集成,支持 Web 对话模板、数字人直播、三端 SDK 开发、后端报文接入",
"version": "1.1.0",
"author": {
"name": "firstdebug",
"email": "[email protected]"
},
"homepage": "https://virtual-man.xfyun.cn/",
"repository": "https://github.com/firstdebug/iflytek-digital-human",
"license": "MIT",
"keywords": [
"xfyun",
"avatar",
"digital-human",
"web-sdk",
"android-sdk",
"ios-sdk",
"webapi",
"live-streaming",
"web-template",
"nlp",
"asr",
"tts"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[iflytek-digital-human on Agent Plugins Marketplace](https://pluginsmp.com/plugins/iflytek-digital-human)