AI Agent Hub
Back to skills
Webnovel Serial Audiobook icon

Webnovel Serial Audiobook

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @beatra-ai/webnovel-serial-audio according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Serial webnovels are updated chapter by chapter, but ad hoc audiobook conversion can produce inconsistent proper-noun pronunciation, drifting narrator tone, and costly rework. This skill targets finalized chapters that must be delivered as serial audio while keeping the same narrative voice across future chapters.

How It Works

It interacts with Beatra through the bundled scripts/mcp_client.py instead of a host connector or REST/OpenAPI fallback. The core flow is:
- Create a chapter ledger with chapter name, order, block labels, and a pronunciation glossary, then normalize the chapter into readable speech text.
- Confirm the voice path: if a narrator sample is provided, verify consent before uploading and freezing the voice_id; otherwise choose a catalog voice through beatra.voices.list.
- Synthesize by block using beatra.speech.synthesize, then poll each task to completion with beatra.tasks.get.
- Re-record only problematic blocks when a phrase is unclear or mispronounced, using a new request instead of rerunning the whole chapter.
Later chapters reuse the same voice_id to preserve continuity.

Boundaries

It is meant for serial webnovel audio, not one-off literary audiobooks, course narration, or personal IP voice-series production. Required inputs include finalized chapter text, chapter order, target language, and a pronunciation glossary for repeated names, terms, or place names. Keep each submission under 50,000 characters and split it into complete sentences or paragraphs, excluding titles, author notes, and bracket tags from synthesis.

Use Cases

  • A serial webnovel author converts finalized chapters into MP3 audio and keeps the same narrative voice across updates.
  • An editor supplies a pronunciation glossary for repeated names and places so TTS reads proper nouns consistently.
  • A production operator delivers chapters in order and reuses the same voice_id for later episodes.
  • A producer re-submits only unclear or mispronounced blocks after review instead of rerendering the full chapter.

Best For

  • Serial webnovel authors: turning finalized chapters into ordered audio with a consistent narrator voice.
  • Audio production editors: handling chapters with many names and terms using a pronunciation glossary.
  • Audio content operators: delivering chapter files and re-rendering only unclear or mispronounced blocks.
  • Webnovel audio leads: reusing one narrative voice and checking chapter usage and billed credits.