xeon_asr

# Xeon ASR

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Xeon ASR

🎤 基于 OpenVINO Qwen3-ASR 模型的本地语音转文字技能。集成 xdp-audio-service,一键安装自动配置。

快速安装

# 从 ClawHub 安装
clawhub install xeon-asr
cd xeon-asr

# 运行一键安装脚本
bash install.sh

安装脚本会自动:

  1. ✅ 检查 Python 3.10
  2. ✅ 创建虚拟环境
  3. ✅ 安装 xdp-audio-service
  4. ✅ 生成配置文件
  5. ✅ 配置模型路径
  6. ✅ 配置 QQ Bot STT

配置

1. 下载 Qwen3-ASR 模型

# 从 HuggingFace 下载
git lfs install
git clone https://huggingface.co/Qwen3-ASR-0.6B-INT8_ASYM-OpenVINO /root/models/Qwen3-ASR-0.6B-INT8_ASYM-OpenVINO

2. 启动服务

# 启动 ASR Skill (9001 端口)
npm start

# 启动 Flask ASR (5001 端口,另一个终端)
source venv/bin/activate
npm run start:asr

3. 重启 OpenClaw

openclaw gateway restart

使用

  • QQ 收到语音消息时自动转写
  • 本地运行,无需外部 API
  • 基于 OpenVINO 优化的 Qwen3-ASR-0.6B 模型

依赖

  • Node.js 18+
  • Python 3.10
  • xdp-audio-service 0.1.0
  • Qwen3-ASR 模型(需下载)

文档

详细文档请查看 README.md

许可证

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Screen recommendation loop

Build and run a low-friction movie/anime recommendation + follow-up loop. Use when a user wants long-term taste profiling from watched/unfinished/dropped fee...

Registry SourceRecently Updated
General00
GloryXia
General

Phaya Media API

Use the Phaya SaaS backend to generate images, videos, audio, music, and run LLM chat completions via simple REST API calls. Use when the user wants to gener...

Registry SourceRecently Updated
General00
boombignose
General

skill-usage

Install and set up the OpenClaw Skill Usage plugin. Use when users say: - "install skill usage" - "setup skill usage" - "add skill usage analytics" - "instal...

Registry SourceRecently Updated
General00
Profile unavailable