← All skills
Tencent SkillHub · Communication & Collaboration

Aliyun Asr

Pure Aliyun ASR skill for voice message transcription, supports multiple channels including Feishu

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Pure Aliyun ASR skill for voice message transcription, supports multiple channels including Feishu

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, __init__.py, _meta.json, aliyun_pure_asr.py, example-config.json, handle_media.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.10

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

阿里云语音识别 (Aliyun ASR) 技能

纯语音识别,无语音合成 - 这是一个专门为OpenClaw设计的轻量级阿里云语音识别技能,只做一件事:将语音消息转换为文本。

🎯 核心功能

✅ 纯ASR识别: 只进行语音到文本的转换,不生成任何语音回复 ✅ 多通道支持: 支持飞书(Feishu)、Telegram、WhatsApp等所有OpenClaw支持的语音消息通道 ✅ 自动集成: 无需额外配置,语音消息自动被识别并作为文本消息处理

1. 阿里云准备

开通 智能语音交互(NLS) 服务 在RAM控制台创建子用户并分配 AliyunNLSFullAccess 权限 在NLS控制台创建应用,获取 AppKey

2. 配置文件

创建配置文件 /root/.openclaw/aliyun-asr-config.json: { "access_key_id": "your-access-key-id", "access_key_secret": "your-access-key-secret", "app_key": "your-app-key", "region": "cn-shanghai" }

3. 安全设置

chmod 600 /root/.openclaw/aliyun-asr-config.json

自动模式(推荐)

用户向任何支持的通道发送语音消息 OpenClaw自动调用此技能识别语音内容 识别的文本作为用户消息传递给AI AI生成纯文本回复(不是语音)

🔧 技术细节

依赖: requests (Python包) 支持格式: MP3, WAV, OGG, FLAC, AMR, OPUS API区域: 默认 cn-shanghai(可配置)

🛡️ 安全与合规

无数据存储: 语音数据不存储在本地 最小权限: 使用RAM子账号,避免主账号密钥 配置分离: 敏感信息与代码完全分离

💡 开发规范

此技能严格遵循以下开发准则: ✅ 完全符合开源skills的配置要求 ✅ 完全符合当地的法律法规要求 ✅ 未开发或未实现的功能,不包含在源码中 ✅ 本地测试代码,测试用例不包含在源码中 ✅ 密钥/认证隐私信息,不包含在源代码中

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • __init__.py Scripts
  • aliyun_pure_asr.py Scripts
  • handle_media.py Scripts
  • _meta.json Config
  • example-config.json Config