Dnvriend Aws Transcribe Tool
dnvriend-aws-transcribe-tool is a Claude Code plugin for the Build phase that exposes an AWS Transcribe CLI for turning audio into text in agent-driven workflows.
Transcribe audio to text with AWS Transcribe through a Python-oriented CLI tool wired for agent workflows.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dnvriend-aws-transcribe-tool@dnvriend/aws-transcribe-toolBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dnvriend/aws-transcribe-tool") and the paste-ready config with skillselion.get_install_config("plugin:dnvriend/aws-transcribe-tool").
What it does
dnvriend-aws-transcribe-tool is a Claude Code community plugin that packages an AWS Transcribe CLI so solo builders can convert audio into text without hand-rolling boto3 jobs for every experiment. Catalog metadata is minimal, but the intent is clear: a Python-based tool aimed at developers who already run on AWS and want transcription callable from the same terminal session as their coding agent. Typical uses include prototyping voice input for SaaS features, processing podcast or interview files in a pipeline, or giving agents a grounded step to normalize spoken content before summarization. You need AWS credentials, Transcribe-eligible audio inputs, and awareness of async job patterns Transcribe uses for longer files. This is integration plumbing, not a full meeting product or grow-phase analytics dashboard. Pair it with downstream LLM skills once transcripts exist.
Highlights
- AWS Transcribe-focused CLI tool (Python toolchain per catalog keywords)
- Fits agent-driven transcription jobs during feature development
- Single-plugin bundle (pluginCount: 1) from dnvriend/aws-transcribe-tool
- Community listing with keywords: aws, python, tool, transcribe
- Complements other dnvriend AWS speech plugins (Polly TTS) on the opposite modality
Why builders use it
Shipping voice or audio features stalls when every transcription test requires custom SDK scripts and manual AWS console checks.
After adding the plugin, you can run Transcribe jobs from Claude Code and feed transcripts into summarization, search, or product logic faster.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is dnvriend-aws-transcribe-tool for?
Indie developers and agent users on AWS who need repeatable audio-to-text jobs while building features, without maintaining one-off transcription scripts.
When should I use dnvriend-aws-transcribe-tool?
Use it during build when you are integrating uploaded audio, voice notes, or call recordings and need Amazon Transcribe output for downstream code or LLM steps.
How do I add dnvriend-aws-transcribe-tool to my agent?
Install the dnvriend/aws-transcribe-tool Claude Code plugin from Skillselion or your registry, set up AWS credentials with Transcribe permissions and Python runtime if required, then invoke the tool from your agent.
Comments
Share how you use dnvriend-aws-transcribe-tool, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.