# Qwen Asr

> Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.

- **Type:** Skill
- **Install:** `agentstack add skill-aahl-skills-qwen-asr`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [aahl](https://agentstack.voostack.com/s/aahl)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [aahl](https://github.com/aahl)
- **Source:** https://github.com/aahl/skills/tree/main/skills/qwen-asr
- **Website:** https://skills.sh/aahl/skills

## Install

```sh
agentstack add skill-aahl-skills-qwen-asr
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Qwen ASR
Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.

## Usage
```shell
uv run scripts/main.py -f audio.wav

cat audio.mp3 | uv run scripts/main.py > transcript.txt

curl https://example.com/audio.ogg | uv run scripts/main.py
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [aahl](https://github.com/aahl)
- **Source:** [aahl/skills](https://github.com/aahl/skills)
- **License:** MIT
- **Homepage:** https://skills.sh/aahl/skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-aahl-skills-qwen-asr
- Seller: https://agentstack.voostack.com/s/aahl
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
