返回顶部
a

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 JSON or extracted plain text, or wants to process a cloud-accessible media URL (including signed Qiniu URLs) into transcription results.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
106
下载量
1
收藏
概述
安装方式
版本历史

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 to `paraformer-v2` - `ALIYUN_SPEECH_LANG_HINTS` - defaults to `zh,en` - `ALIYUN_SPEECH_POLL_SECONDS` - defaults to `5` - `ALIYUN_SPEECH_TIMEOUT_SECONDS` - defaults to `1800` ## Inputs Pass one or more externally accessible URLs: ```powershell node scripts/transcribe.js --file-url "https://example.com/audio.mp3" ``` Multiple files: ```powershell node scripts/transcribe.js --file-url "https://a.com/1.mp3" --file-url "https://a.com/2.mp3" ``` ## Output The script returns JSON with: - `success` - `provider` - `engine` - `taskId` - `requestId` - `results` - `text` `text` is a best-effort plain-text extraction from the final JSON result. ## Chaining from Qiniu Typical workflow: 1. Use `qiniu-upload` to upload a local file. 2. Prefer a signed private URL if the domain is not anonymously readable. 3. Pass the returned URL into this skill. ## Safety rules - Never hardcode Aliyun credentials. - Fail fast if `DASHSCOPE_API_KEY` is missing. - Only send URLs the user intends to transcribe.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-speech-transcriber-1776064571 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-speech-transcriber-1776064571 技能

通过命令行安装

skillhub install aliyun-speech-transcriber-1776064571

下载 Zip 包

⬇ 下载 aliyun-speech-transcriber v0.1.0

文件大小: 4.16 KB | 发布时间: 2026-4-14 14:32

v0.1.0 最新 2026-4-14 14:32
Initial release of Aliyun Speech Transcriber skill.

- Enables transcription of publicly accessible audio/video URLs via Aliyun DashScope.
- Supports JSON and plain-text transcript extraction from media URLs.
- Accepts multiple URLs and integrates with Qiniu-uploaded media.
- Requires `ASR_DASHSCOPE_API_KEY` environment variable for authentication.
- Provides configurable model, language hints, polling interval, and timeout options.
- Returns structured JSON including transcript text and metadata.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部