blog-audio

Generate MP3 audio narration from blog text using Gemini TTS.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill blog-audio-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-audio
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/blog-audio
Command: npx skills add https://github.com/shenxingy/Clade --skill blog-audio-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you convert blog articles into spoken audio so readers can listen instead of read.

Core Features & Use Cases

  • Audio narration generation: Produces MP3 audio narration from blog text or files.
  • Multiple narration modes: Supports summary, full read-aloud, and two-speaker dialogue/podcast style.
  • Voice customization: Uses Gemini TTS prebuilt voices (including recommended pairs for dialogue) and outputs ready-to-embed HTML5 audio.

Quick Start

Ask your AI to run blog-audio in full mode for a blog file: Generate audio narration for the attached blog file in full mode using the default voice.

Frequently Asked Questions about blog-audio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a blog post into an MP3 audio narration?

You can generate an MP3 audio narration from blog text by processing the content with Google Gemini TTS, which outputs an audio file along with ready-to-embed HTML5 code.

Can I generate a two-speaker podcast dialogue from written blog text?

Yes, you can generate a two-speaker podcast dialogue from written blog text by selecting the dialogue narration mode, which applies recommended multi-speaker voice pairings from Gemini TTS.

Does blog audio narration generation work with customizable prebuilt voices?

Yes, blog audio narration supports customizable prebuilt voices from Gemini TTS, allowing you to select specific voices for single narration or pair them for multi-speaker dialogue output.

What do I need to generate TTS audio narration for my blog?

To generate TTS audio narration for your blog, you need your blog text or files, along with the google-genai and ffmpeg dependencies installed to process and output MP3 or WAV audio.

Does the generated blog audio include HTML5 embed code for websites?

Yes, the generated blog audio includes HTML5 embed code, allowing you to directly insert the MP3 or WAV audio player into your blog platform for readers to listen to the narration.