whq25/rawgenai · Archived

agent-listen

Give agents listening abilities using `rawgenai` — transcribe audio/video to text with timestamps, subtitles, and speaker diarization.

First seen Mar 30, 2026

Installation

$ npx skills add whq25/rawgenai --skill agent-listen

Summary

  • Give agents listening abilities using `rawgenai` — transcribe audio/video to text with timestamps, subtitles, and speaker diarization.
  • Use this skill when the user asks to "transcribe", "speech to text", "convert audio to text", "generate subtitles", "diarize speakers", or any request involving audio/video transcription.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from whq25/rawgenai.

npx skills add whq25/rawgenai

Browse all from whq25/rawgenai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents gemini

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,531 B
  • docs SUMMARY.md 344 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Agent Listen

Use rawgenai <provider> stt to transcribe audio and video files. Always read the chosen provider's reference file before running commands.

Prerequisites

brew install WHQ25/tap/rawgenai

Before using a provider, read its setup guide at [references/setup/](references/setup/) to configure credentials.

General Guidelines

  • On first use, ask user to pick a provider. Remember for the session.
  • All output is JSON. Always show transcription results to the user.
  • If a command fails, try a different provider or inform the user.

Listen (STT)

rawgenai <provider> stt <audio-file>

Provider Command Best For Reference
OpenAI rawgenai openai stt Subtitles (srt/vtt) [ref](references/stt/openai.md)
Google Gemini rawgenai google stt Speaker diarization [ref](references/stt/google.md)
ElevenLabs rawgenai elevenlabs stt Large files (3GB), video input [ref](references/stt/elevenlabs.md)
DashScope rawgenai dashscope stt Chinese, emotion, long audio (12h async) [ref](references/stt/dashscope.md)