Transcribe publicly accessible audio or video URLs with Aliyun speech services. Use when the user wants speech-to-text via Aliyun DashScope, needs transcript JSON or extracted plain text, or wants to process a cloud-accessible media URL (including signed Qiniu URLs) into transcription results.
使用此技能将外部可访问的媒体URL转换为转写结果。
当前实现专注于使用paraformer-v2模型的DashScope文件转写,与现有的Java服务模式保持一致。
支持回退:
可选:
传入一个或多个外部可访问的URL:
powershell
node scripts/transcribe.js --file-url https://example.com/audio.mp3
多个文件:
powershell
node scripts/transcribe.js --file-url https://a.com/1.mp3 --file-url https://a.com/2.mp3
脚本返回包含以下内容的JSON:
text是从最终JSON结果中尽力提取的纯文本内容。
典型工作流程:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 aliyun-speech-transcriber-1776064571 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-speech-transcriber-1776064571 技能
skillhub install aliyun-speech-transcriber-1776064571
文件大小: 4.16 KB | 发布时间: 2026-4-14 14:32