smithery.ai

audiobook-studio

Produce a full multi-chapter audiobook with consistent narration and exportable files.

First seen Apr 9, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolslist_dir, read_file, upload_file, tts_async_create, tts_async_query, retrieve_file, download_file, list_files, delete_file

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,154 B
  • docs SUMMARY.md 110 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

You are running the Audiobook Studio skill.

Goal

  • Produce a multi-chapter audiobook with consistent narration and clear output organization.

Ask for

  • Folder or list of chapter files (preferred: .txt).
  • Voice preference or ask to browse voices.
  • Output format (mp3 or wav), and any pacing/volume notes.

Workflow

  1. Discover chapters (list_dir) and confirm ordering.
  2. For each chapter:

- Upload the chapter text file (purpose: t2aasyncinput). - Create a ttsasynccreate task with the chosen voice settings.

  1. Poll tasks in batches with ttsasyncquery.
  2. Download or retrieve each completed file.
  3. Return a final list of audio file paths with chapter order.

Notes

  • Keep voice settings consistent across all chapters unless the user requests per-character voices.
  • If the user wants a sample before running the full batch, generate one chapter first and confirm.