Writing & Content gemini-ttsaudio-narrationtext-to-speechpodcast-dialoguemp3-generationhtml5-audiomultilingual

Blog Audio Narrator

Turn blog posts into multilingual narration, full read-alouds, or two-speaker podcast episodes.

FollowSkills review · FSRS-2.0
Not recommended
49/ 100 5-point scale 2.5 / 5
Trust13 / 25 · 2.6/5

The documentation discloses the environment variable, external Gemini TTS data flow, FFmpeg conversion, and missing-key fallback; the script does not print the key and uses an isolated virtual environment. Points are deducted because generation has no explicit user or cost confirmation, article text is sent to Google without sensitive-content or privacy guidance, a requested output path may be overwritten because FFmpeg uses -y, and dependency and runtime network trust boundaries are not fully specified within this skill.

Reliability8 / 20 · 2.0/5

Commands, parameter validation, voice validation, empty-input checks, missing-file errors, API-error handling, rate-limit guidance, and long-text guidance are present, and the main workflow is mostly internally consistent. Points are deducted because this is a static review with no verification of the Gemini SDK response shape, audio conversion, or venv installation; the skill-specific requirement files are not provided, automatic setup may fail on dependency or network issues, and retry and failure diagnostics remain limited.

Adaptability7 / 15 · 2.3/5

The audience, trigger phrases, modes, input forms, and primary outputs are reasonably clear, and multilingual support is claimed. Points are deducted for missing explicit non-fit cases, semantic trigger boundaries, and sensitive-content limits; Chinese support is asserted only through the generic 80+ language claim with no Chinese example or evidence; the core function depends entirely on Google Gemini TTS, with no mainland-China reachability assessment.

Convention10 / 15 · 3.3/5

The skill has frontmatter, MIT licensing, version metadata, argument hints, quick reference, prerequisites, workflow steps, embedding examples, voice references, an error table, and on-demand reference loading. Points are deducted for lacking a skill-specific changelog, clearly assigned maintenance responsibility, and an explicit update path; the supplied material does not include the skill's dependency manifests; and setup is described as configuration although the implementation mainly checks, guides, and performs a dry run.

Effectiveness6 / 15 · 2.0/5

The skill specifies directly usable narration files, duration, voice, cost estimate, and HTML embed code across summary, full, and dialogue modes. Points are deducted because no representative successful artifact or skill-specific execution test is supplied; cost and duration are estimates, multilingual quality is unverified, and users may still need to audition audio, inspect paths, and review prepared text.

Verifiability5 / 10 · 2.5/5

The supplied scripts expose auditable validation, cost-estimation, error paths, and output logic, while repository CI and test signals provide some maintenance evidence. Points are deducted because the shown tests are primarily for other repository scripts and do not demonstrate real blog-audio execution, Gemini API mocking, audio validity checks, or third-party corroboration; claims about 30 voices, 80+ languages, and pricing are largely author-provided.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49842ea9e7b9
Before you use it
  • Article content is sent to Google Gemini; obtain consent and review applicable data policies before processing unpublished, personal, or sensitive material.
  • The core service depends on the Google Gemini API, with no mainland-China reachability assessment or alternative TTS path provided.
  • An existing specified output may be overwritten, and API calls may incur charges; the dry-run estimate is not a billing guarantee.
  • The supplied material does not include blog-audio requirements.lock/requirements.txt files or dedicated execution tests, so installation and runtime reproducibility remain unverified.
See the full review method →

What does this skill do, and when should you use it?

Blog Audio is the claude-blog sub-skill for converting blog content into spoken audio with Google Gemini TTS. It supports summary narration, full-article read-aloud, and two-speaker dialogue, with 30 voices and more than 80 languages. The skill can be invoked through /blog audio or called internally by blog-write, and it produces audio files plus HTML5 embed code. It is a good fit for publishers adding listenable versions to posts, provided they can supply Python, network access, and a GOOGLE_AI_API_KEY.

Reads a blog file and extracts its title, body, and approximate word count; prepares speech-ready text for summary, full, or dialogue mode; invokes Google Gemini TTS through the scripts/run.py Python wrapper; supports one voice or two voices for dialogue; converts WAV output to MP3 with FFmpeg when available, falling back to WAV otherwise; and reports the output path, duration, voice, estimated cost, placement suggestion, and HTML5 embed code.

  1. A solo blogger wants a one- to two-minute spoken summary for each new post.
  2. A content team wants to publish five- to fifteen-minute full-article audio versions.
  3. A marketing team wants to turn an article into a three- to eight-minute host-and-expert dialogue.
  4. A multilingual publisher needs audio narration in languages supported by Gemini TTS.
  5. A team using blog-write wants audio generation to be optional, so missing credentials do not stop article production.

What are this skill's strengths and limitations?

Pros
  • Supports summary, full read-aloud, and two-speaker dialogue modes.
  • Offers 30 voices and more than 80 languages.
  • Produces MP3 when FFmpeg is available and supplies ready-to-use HTML5, MDX, and WordPress embed examples.
  • When called internally, missing credentials are handled silently so blog-write can continue.
Limitations
  • Requires a Google Gemini TTS API key and network access.
  • Requires Python 3.11+; without FFmpeg, output falls back to WAV instead of MP3.
  • Text longer than 32k tokens must be split into sections.
  • The supplied sources do not provide fixed API pricing or independent audio-specific test results.

How do you install this skill?

There is no separately documented installation for this sub-skill; it is installed as part of the AgriciDaniel/claude-blog collection. In Claude Code, run /plugin marketplace add AgriciDaniel/claude-blog, then /plugin install claude-blog@agricidaniel-claude-blog. Restart Claude Code afterward. The source does not document an independent installation flow for skills/blog-audio.

How do you use this skill?

In Claude Code, run /blog audio setup to check configuration, /blog audio voices to browse voices, or /blog audio generate <file> to create narration. You can specify --mode summary, --mode full, or --mode dialogue, and select a voice with --voice <name>. Set GOOGLE_AI_API_KEY before generation, for example: export GOOGLE_AI_API_KEY=your-key.

How does this skill compare with similar options?

Compared with asking Claude or ChatGPT for a one-shot text response, Blog Audio adds Gemini TTS generation, voice selection, dialogue mode, and embed-code output, but it also requires a Google API key and a local runtime environment.

FAQ

Does Blog Audio cost money to use?
The workflow reports an estimated API cost, but the supplied sources do not state a fixed price. Actual charges depend on Google Gemini TTS usage.
What happens if GOOGLE_AI_API_KEY is missing?
Standalone use guides the user to obtain and set the key. An internal blog-write call returns silently so the writing workflow continues.
Can it work without FFmpeg?
Yes. It falls back to WAV output, but it cannot perform the WAV-to-MP3 conversion.
Can it process an article of any length?
Text longer than 32k tokens must be split into sections and generated separately.

More skills from this repository

All from AgriciDaniel/claude-blog

Design & Frontend

Blog Image Creative Director

Generate and edit publication-ready blog visuals with Gemini-powered prompt orchestration.

Writing & Content

Multilingual Blog Publisher

Turn one blog topic into localized, SEO-ready language versions and hreflang assets in a single workflow.

Writing & Content

Claude Blog Brain

A source-traceable Obsidian workspace for planning, creating, optimizing, and managing blog content.

Writing & Content

Blog Locale Audit

Audit multilingual blog translations, SEO parity, hreflang, and freshness before publication.

Writing & Content

Blog Translate: SEO Blog Localization

Turns existing blog posts into SEO-ready multilingual editions while preserving publication structure.

Writing & Content

Claude Blog Content Engine

A Claude Code workflow for researching, writing, optimizing, auditing, and publishing blog content across platforms and languages.

Writing & Content

Blog SEO Validator

Validate on-page SEO before publication and turn failures into prioritized, actionable fixes.

Writing & Content

Blog Localize: Cultural Adaptation for Blogs

Turn translated blog posts into market-specific content with locally appropriate examples, tone, CTAs, and legal context.

Writing & Content

Blog GEO Citation Audit

Audit whether blog content is ready to be cited by ChatGPT, Perplexity, and Google AI Overviews.

Writing & Content

Blog Discourse Research

Turn the last 30 days of public discussion into usable content insight.

Writing & Content

Blog Calendar Editorial Planner

Turn blog topics, refresh cycles, and distribution timing into an actionable editorial calendar.

Writing & Content

Blog Cluster Engine

Plan and execute SERP-informed, internally linked content clusters from one seed keyword.

Writing & Content

FLOW Blog Workflow

An evidence-led Find, Optimize, Win workflow for selecting and applying stage-specific blog prompts.

Writing & Content

Blog Analyzer

Audit blog quality, SEO, trust signals, and AI citation readiness with a consistent 100-point score.

Data & Analysis

Blog Chart SVG Generator

Creates accessible, dark-mode-compatible inline SVG charts for blog posts.

Writing & Content

Blog Repurpose

Turn one blog post into platform-ready social, email, video, and community content.

Writing & Content

Blog Taxonomy Manager

Extract, audit, and sync blog tags and categories across major CMS platforms.

Writing & Content

Blog Brand Context

Create durable brand positioning and voice guidance for every blog workflow.

Writing & Content

Blog Fact-Check

Verifies statistics, citations, and factual claims in blog posts.

Writing & Content

Blog Strategy Architect

Plans blog positioning, topic clusters, audience focus, search growth, and AI-citation opportunities.

Related skills