Aliyun Speech Transcriber
/install aliyun-speech-transcriber
Aliyun Speech Transcriber
Use this skill to turn externally accessible media URLs into transcript results.
Current scope
Current implementation focuses on DashScope file transcription using the paraformer-v2 model, aligned with the existing Java service pattern.
Required environment variables
ASR_DASHSCOPE_API_KEY
Fallback supported:
DASHSCOPE_API_KEY
Optional:
ALIYUN_SPEECH_MODEL- defaults toparaformer-v2ALIYUN_SPEECH_LANG_HINTS- defaults tozh,enALIYUN_SPEECH_POLL_SECONDS- defaults to5ALIYUN_SPEECH_TIMEOUT_SECONDS- defaults to1800
Inputs
Pass one or more externally accessible URLs:
node scripts/transcribe.js --file-url "https://example.com/audio.mp3"
Multiple files:
node scripts/transcribe.js --file-url "https://a.com/1.mp3" --file-url "https://a.com/2.mp3"
Output
The script returns JSON with:
successproviderenginetaskIdrequestIdresultstext
text is a best-effort plain-text extraction from the final JSON result.
Chaining from Qiniu
Typical workflow:
- Use
qiniu-uploadto upload a local file. - Prefer a signed private URL if the domain is not anonymously readable.
- Pass the returned URL into this skill.
Safety rules
- Never hardcode Aliyun credentials.
- Fail fast if
DASHSCOPE_API_KEYis missing. - Only send URLs the user intends to transcribe.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-speech-transcriber - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-speech-transcriber触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Speech Transcriber 是什么?
Transcribe publicly accessible audio or video URLs with Aliyun speech services. Use when the user wants speech-to-text via Aliyun DashScope, needs transcript... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Aliyun Speech Transcriber?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-speech-transcriber」即可一键安装,无需额外配置。
Aliyun Speech Transcriber 是免费的吗?
是的,Aliyun Speech Transcriber 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Speech Transcriber 支持哪些平台?
Aliyun Speech Transcriber 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Speech Transcriber?
由 chenggongdu(@chenggongdu)开发并维护,当前版本 v0.1.0。