โ† Back to Skills Marketplace
al-one

๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT

by Alone ยท GitHub โ†— ยท v1.0.0 ยท MIT-0
cross-platform โœ“ Security Clean
1103
Downloads
2
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install qwen-asr
Description
Transcribe audio files using Qwen ASR (ๅƒ้—ฎSTT). Use when the user sends voice messages and wants them converted to text.
Usage Guidance
This skill appears to do what it says: it uploads audio to the Qwen ASR demo (https://qwen-qwen3-asr-demo.ms.show) and returns the transcript. Before installing, consider privacy and compliance: any audio you transcribe will be sent to that third-party demo service (no API key required). If the audio is sensitive, do not use this skill or run it only against a trusted/private ASR endpoint. Also note the skill expects the 'uv' runner and Python dependencies (aiohttp, gradio_client); you may prefer to run the included script locally in an isolated environment to inspect behavior and avoid installing system-wide packages.
Capability Analysis
Type: OpenClaw Skill Name: qwen-asr Version: 1.0.0 The skill is a functional utility for transcribing audio using the Qwen ASR model via a public demo endpoint (qwen-qwen3-asr-demo.ms.show). The code in scripts/main.py correctly implements file uploading and Gradio API interaction as described in SKILL.md, with no evidence of hidden malicious intent, data exfiltration of sensitive system files, or unauthorized execution.
Capability Assessment
โœ“ Purpose & Capability
Name, description, SKILL.md and scripts/main.py all describe transcribing audio via the Qwen ASR demo (BASE_URL = https://qwen-qwen3-asr-demo.ms.show). The script's network calls and use of gradio_client are consistent with that purpose. Requiring the 'uv' runner matches the provided usage examples (uv run ...).
โ„น Instruction Scope
Runtime instructions tell the agent to run scripts/main.py with uv and/or pipe audio over stdin. The script uploads the audio to the Qwen ASR demo (/gradio_api/upload) and then calls the service via gradio_client to get transcripts. This is within the stated purpose, but it does mean user audio is transmitted to an external third-party endpoint โ€” the SKILL.md mentions the demo host but does not explicitly warn about uploading potentially sensitive audio.
โ„น Install Mechanism
Install entries reference installing 'uv' (brew) and pip alternatives for uv/aiohttp/gradio_client. These are reasonable and expected for running the Python script. Minor inconsistency: registry metadata lists a brew requirement for 'uv', while SKILL.md metadata also includes pip-based install options; both are plausible but the mismatch is worth noticing.
โœ“ Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not read secrets or unrelated environment variables. No credentials are requested or needed for the demo service, which is proportional to the functionality.
โœ“ Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configuration. It does not request permanent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qwen-asr
  3. After installation, invoke the skill by name or use /qwen-asr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of qwen-asr. - Transcribe audio files (wav/mp3/ogg, etc.) to text using Qwen ASR. - No configuration or API key needed. - Supports multiple languages. - Simple CLI usage and integration instructions provided. - Depends on uv, aiohttp, argparse, and gradio_client.
Metadata
Slug qwen-asr
Version 1.0.0
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is ๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT?

Transcribe audio files using Qwen ASR (ๅƒ้—ฎSTT). Use when the user sends voice messages and wants them converted to text. It is an AI Agent Skill for Claude Code / OpenClaw, with 1103 downloads so far.

How do I install ๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT?

Run "/install qwen-asr" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is ๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT free?

Yes, ๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT support?

๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ๐ŸŽค Transcribe audio files using Qwen ASR. ๅƒ้—ฎSTT?

It is built and maintained by Alone (@al-one); the current version is v1.0.0.

๐Ÿ’ฌ Comments