
Dnvriend Aws Polly Tts Tool
- Updated December 5, 2025
- dnvriend/aws-polly-tts-tool
dnvriend-aws-polly-tts-tool is a Claude Code plugin that provides an agent-friendly AWS Polly CLI and library for text-to-speech synthesis.
About
dnvriend-aws-polly-tts-tool is a Claude Code plugin bundling a Polly-focused CLI and library so developers can turn text into speech using AWS without writing boilerplate SDK calls from scratch. It fits products that need voiceovers for tutorials, IVR-style prompts, accessibility read-aloud, or agent-generated audio drafts during the build phase. The agent-friendly layout means Claude Code can request synthesis with predictable flags and outputs, which helps when you are iterating on scripts, notification copy, or multimodal agents. You still need an AWS account, Polly-enabled region, and IAM permissions; the plugin wires the tool, not billing or quota management. Compared with generic TTS APIs, this path stays inside the AWS ecosystem for teams already committed to that stack. One community plugin entry delivers the TTS tool rather than a full media pipeline or hosting solution.
- Professional AWS Polly text-to-speech via CLI and reusable library
- Agent-friendly design for Claude Code and automated content pipelines
- Single-plugin bundle (pluginCount: 1) from dnvriend/aws-polly-tts-tool
- Targets synthesis workflows rather than hosting audio CDNs or UI players
- Community plugin keywords: agentfriendly, aws, design, polly, tool, tts
Dnvriend Aws Polly Tts Tool by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dnvriend-aws-polly-tts-tool@dnvriend/aws-polly-tts-toolAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | December 5, 2025 |
|---|---|
| Repository | dnvriend/aws-polly-tts-tool ↗ |
What it does
Synthesize speech from text with AWS Polly via a CLI and library shaped for coding agents and local scripts.
Who is it for?
Best when you're on AWS and want Polly TTS callable from Claude Code for demos, agents, or content features.
Skip if: Skip if you're avoiding AWS, needing real-time streaming-only stacks without batch CLI synthesis, or full podcast production suites.
What you get
After install, you and your agent can generate Polly audio from the terminal with a consistent CLI surface while building voice-enabled flows.
- Polly-synthesized audio files or streams produced via CLI commands
- Reusable library hooks for agent-driven TTS in your build pipeline
Recommended Plugins
How it compares
AWS Polly integration CLI, not a local offline TTS model or a launch-phase distribution plugin.
FAQ
Who is Dnvriend Aws Polly Tts Tool for?
Developers and agent users who already use AWS and want Polly speech synthesis exposed as a simple CLI from Claude Code.
When should I use Dnvriend Aws Polly Tts Tool?
Use it while building features that need spoken audio—onboarding voice lines, agent responses, or automated narration—before you polish launch creative.
How do I add Dnvriend Aws Polly Tts Tool to my agent?
Add the dnvriend/aws-polly-tts-tool plugin through your Claude Code marketplace or Skillselion listing, configure AWS credentials with Polly access, then run the bundled CLI from your agent session.