Agent Plugins Marketplace
All plugins

iflytek-digital-human

v1.1.0

讯飞虚拟人交互平台全流程接入助手,支持 Web 对话模板、数字人直播、三端 SDK 开发、WebAPI 报文接入、模型配置、知识库和故障排查。

Codex29 Skills

By firstdebugLicense: MIT5 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
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 Codex

Installs for the current user
codex plugin marketplace add firstdebug/iflytek-digital-human
codex plugin marketplace upgrade iflytek-digital-human-codex
codex plugin add iflytek-digital-human@iflytek-digital-human-codex

Paste and run these commands in a terminal with Codex. They add and refresh the iflytek-digital-human-codex catalog, then install this plugin.

Compatibility: the page URL and API slug “iflytek-digital-human-2” remain stable.

  • Codex: iflytek-digital-human-2@agent-plugin-marketplaceiflytek-digital-human@iflytek-digital-human-codex

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-human

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/iflytek-digital-human/.

Plugin files

plugins/iflytek-digital-human/
├── .codex-plugin/plugin.json
├── skills/avatar-action-control/SKILL.md
├── skills/avatar-artifact-download/SKILL.md
├── skills/avatar-audio-driver/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-full-duplex/SKILL.md
├── skills/avatar-integration-guides/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-shared/SKILL.md
├── skills/avatar-subtitle-setup/SKILL.md
├── skills/avatar-text-driver/SKILL.md
├── skills/avatar-text-interact/SKILL.md
├── skills/avatar-toolchain/SKILL.md
├── skills/avatar-transparent-bg/SKILL.md
├── skills/avatar-troubleshoot/SKILL.md
├── skills/avatar-verification/SKILL.md
├── skills/avatar-voice-interact/SKILL.md
├── skills/avatar-web-template/SKILL.md
├── skills/avatar-webapi-protocol/SKILL.md
└── skills/avatar-workflow-entry/SKILL.md

Included Skills29

avatar-action-controlskills/avatar-action-control/SKILL.md

虚拟人动作控制(独立动作和自动动作 AIR)

avatar-artifact-downloadskills/avatar-artifact-download/SKILL.md

下载并校验讯飞虚拟人 Web、Android 或 iOS SDK 产物,验证压缩包、关键入口与本地清单。用于首次接入缺少 SDK、需要核对 SDK 包或禁止无 SDK 假交付时。

avatar-audio-driverskills/avatar-audio-driver/SKILL.md

音频驱动功能实现指南(用音频数据直接驱动虚拟人口型和播报)

avatar-brainstormingskills/avatar-brainstorming/SKILL.md

虚拟人集成任务的需求澄清阶段(三阶段工作流第一阶段)

avatar-config-authoringskills/avatar-config-authoring/SKILL.md

虚拟人配置调整(分辨率/码率/帧率/形象/发音人/TTS 参数/背景)。针对已集成的项目做主动的配置修改,区别于故障排查(avatar-troubleshoot)。

avatar-consent-gateskills/avatar-consent-gate/SKILL.md

在任何讯飞虚拟人工作流进入路由、扫描或实施前建立并验证本地隐私授权准入凭证。 仅用于明确调用 iflytek-digital-human 的 avatar skill;普通后端、NLP、OpenAI SSE 或 Higress 调试不适用。

avatar-credentialsskills/avatar-credentials/SKILL.md

平台凭据获取与验证工具。由 avatar-workflow-entry 路由调用。触发条件:已明确需要创建接口服务、获取/验证凭据(appId/apiKey/apiSecret/sceneId 等)。

avatar-executingskills/avatar-executing/SKILL.md

虚拟人集成任务的执行实现阶段(三阶段工作流第三阶段)

avatar-full-duplexskills/avatar-full-duplex/SKILL.md

全双工语音交互和打断功能

avatar-integration-guidesskills/avatar-integration-guides/SKILL.md

三端(Web / Android / iOS)虚拟人 SDK 的"五分钟快速理解"集成指南索引。用于快速了解某一平台的最小接入形态;真正构建可交付工程时以 avatar-executing 的 build-playbook 为准。

avatar-knowledge-baseskills/avatar-knowledge-base/SKILL.md

知识库(docqa/RAG)管理工具。由 avatar-workflow-entry 路由调用。触发条件:已明确要操作知识库(创建/上传文档/关联场景/配置检索),而非首次规划。

avatar-live-streamingskills/avatar-live-streaming/SKILL.md

虚拟人直播项目(营销带货)创建工具。由 avatar-workflow-entry 路由调用。触发条件:已明确要创建直播项目,需配置商品/分镜/脚本。

avatar-model-configskills/avatar-model-config/SKILL.md

大模型(NLP)配置管理工具。由 avatar-workflow-entry 路由调用。触发条件:已明确需要操作模型配置(绑定/发布/创建自有模型),而非首次接入或故障排查。

avatar-network-debugskills/avatar-network-debug/SKILL.md

虚拟人网络连接问题诊断

avatar-permissions-setupskills/avatar-permissions-setup/SKILL.md

虚拟人录音和相机权限配置指南

avatar-planningskills/avatar-planning/SKILL.md

虚拟人集成任务的计划生成阶段(三阶段工作流第二阶段)

avatar-preflightskills/avatar-preflight/SKILL.md

虚拟人平台开发环境门禁(HARD-GATE)。在进入设计/编码前,分层验证凭据、资源授权、SDK 依赖、网络连通、工具链和最小链路,确保开发环境就绪。

avatar-sharedskills/avatar-shared/SKILL.md

跨 skill 复用的共享材料容器。收纳与具体平台/业务无关的通用工作方法(测试驱动开发、并行分发子 agent)和共享适配指南(Android 分区存储)。由其他 skill 按需引用,不单独作为任务入口。

avatar-subtitle-setupskills/avatar-subtitle-setup/SKILL.md

虚拟人字幕配置和显示

avatar-text-driverskills/avatar-text-driver/SKILL.md

文本驱动功能实现指南

avatar-text-interactskills/avatar-text-interact/SKILL.md

文本交互(NLP/大模型对话)功能实现指南

avatar-toolchainskills/avatar-toolchain/SKILL.md

由 avatar-preflight Layer 5 调用,按 platform 参数走 web / android / ios 分支做工具链与运行环境检查,逐项检查后经 summarizeStatus 汇总,输出 all_ok / warnings / critical_issues 三态之一。

avatar-transparent-bgskills/avatar-transparent-bg/SKILL.md

透明背景配置指南

avatar-troubleshootskills/avatar-troubleshoot/SKILL.md

虚拟人集成故障诊断与修复。用于错误码、黑屏、连接失败,以及 avatar authentication failed、authorization invalid、WebSocket 1008 等运行时鉴权问题。

avatar-verificationskills/avatar-verification/SKILL.md

项目交付前的完整验证流程。自动检测并修复常见问题,确保项目开箱即用。

avatar-voice-interactskills/avatar-voice-interact/SKILL.md

语音交互功能实现指南

avatar-web-templateskills/avatar-web-template/SKILL.md

使用讯飞官方预设模板创建 Web 对话应用(零代码生成可访问链接)。由 avatar-workflow-entry 路由调用,不应直接匹配用户的宽泛需求。触发条件:已明确要使用官方模板(templateId 1/3/4/7/11)且有 appId。

avatar-webapi-protocolskills/avatar-webapi-protocol/SKILL.md

讯飞虚拟人 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。

avatar-workflow-entryskills/avatar-workflow-entry/SKILL.md

【讯飞虚拟人/数字人任务的必经入口 — 任何虚拟人相关请求都必须先调用本 skill 再响应】处理一切与讯飞虚拟人/数字人(xfyun avatar)有关的需求:构建/搭建/做一个虚拟人项目或应用、从零创建/接入虚拟人、把虚拟人集成到 web/android/ios、Web对话模板、数字人直播、WebAPI报文接入、语音/文本/音频驱动、配置调整、故障排查,以及"你能做什么/有哪些功能"这类能力询问。本 skill 负责意图识别与智能路由,分发到对应子技能。触发词:构建虚拟人、搭建虚拟人、虚拟人项目、创建虚拟人、数字人、虚拟人集成、avatar、avatar SDK、讯飞虚拟人、xfyun、virtual-man、数字人直播、虚拟主播、你能做什么、有哪些功能、功能清单。收到上述任一信号时不要用通用知识直接回答或抛技术选型问题(如 Unity/Three.js/2D-3D),必须先走本入口路由。

Plugin manifests1

plugins/iflytek-digital-human/.codex-plugin/plugin.json
{
  "name": "iflytek-digital-human",
  "version": "1.1.0",
  "description": "讯飞虚拟人交互平台全流程接入助手,支持 Web 对话模板、数字人直播、三端 SDK 开发、WebAPI 报文接入、模型配置、知识库和故障排查。",
  "author": {
    "name": "firstdebug",
    "email": "[email protected]",
    "url": "https://github.com/firstdebug"
  },
  "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"
  ],
  "skills": "./skills/",
  "hooks": "./hooks.json",
  "interface": {
    "displayName": "IFLYTEK Digital Human",
    "shortDescription": "接入讯飞虚拟人、数字人直播、SDK 和 WebAPI。",
    "longDescription": "提供讯飞虚拟人交互平台的 Codex 插件,包含智能路由入口、Web 对话模板、数字人直播、Web/Android/iOS SDK 集成、WebAPI 报文接入、凭据获取、模型配置、知识库管理和故障排查。",
    "developerName": "firstdebug",
    "websiteURL": "https://virtual-man.xfyun.cn/",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "用 avatar-workflow-entry 帮我接入讯飞虚拟人",
      "创建一个 Web 智能客服虚拟人模板",
      "排查我的虚拟人 SDK 连接问题"
    ]
  }
}

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-2)