audiobook-maker

audiobook-maker is a skill for Claude Code, Codex from MerkyorLynn/Lynn. It costs 36 tokens per session (313 once invoked), scanned A, original, Apache-2.0.

A workflow for turning long text, novels, and reports into spoken audio files. Text longer than 3,000 Chinese characters is split into smaller sections before speech is generated.

In plain words
What is it for?
It helps make audiobooks or listenable versions of articles, novels, reports, news, and short social-media content, saving the audio files for later listening.
Why use it?
It avoids manually dividing long documents and creating each audio section one at a time.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps make audiobooks or listenable versions of articles, novels, reports, news, and short social-media content, saving the audio files for later listening.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/merkyorlynn/lynn/audiobook-maker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MerkyorLynn/Lynn --skill audiobook-maker
Clone the repo
git clone --depth 1 https://github.com/MerkyorLynn/Lynn

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for audiobook-maker

README.md
[![agentmods](https://agentmods.dev/badge/skills/merkyorlynn/lynn/audiobook-maker/github.svg)](https://agentmods.dev/skills/merkyorlynn/lynn/audiobook-maker)
Your own site
<a href="https://agentmods.dev/skills/merkyorlynn/lynn/audiobook-maker"><img src="https://agentmods.dev/badge/skills/merkyorlynn/lynn/audiobook-maker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for audiobook-maker

Your own site · 80×15
<a href="https://agentmods.dev/skills/merkyorlynn/lynn/audiobook-maker"><img src="https://agentmods.dev/badge/skills/merkyorlynn/lynn/audiobook-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 313 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00313
Opus 5 $0.00018 $0.00156
Sonnet 5 $0.00007 $0.00063
Haiku 4.5 $0.00004 $0.00031

Measured 9d ago against content hash 8ab9d21a4103, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

audiobook-maker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/tts-bridge/skills/audiobook-maker/SKILL.md · 26 lines

What it actually says

Audiobook Maker 有声书制作

当用户要求"把这篇文章读出来"、"生成有声书"、"我要听这个报告"时使用。

制作流程

  1. 评估长度:若文本 > 3000 字,按自然段落分块(每块 ≤ 2500 字)
  2. 调用 tts_speak:逐块生成音频,文件名带序号(如 chapter_01chapter_02
  3. 保存到书桌:所有音频文件放入书桌 audio/ 子目录
  4. 通知用户:生成完成后用 notify 工具告知用户总时长和文件列表

参数建议

  • 小说/散文:speed 0.9,温柔音色
  • 新闻/报告:speed 1.1,清晰音色
  • 社媒/短内容:speed 1.2,活泼音色

注意事项

  • 每次调用 tts_speak 文本不超过 3000 字,超出请分段
  • 生成过程中如遇失败,记录失败块序号,最后统一告知用户
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 26 lines · 36 tokens per session scan A 8ab9d21a4103

Subscribe to this mod's changes

audiobook-maker is a skill published in the GitHub repository MerkyorLynn/Lynn (42 stars, last pushed today), licensed Apache-2.0. It adds 36 tokens to every session and 313 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

loop

Create a loop that runs a prompt now and follows up either on a fixed schedule or through self-paced wakeups. Usage - /loop check the build, /loop 5m check the build, /loop check the PR every 30m. /loop list to show jobs, /loop clear to cancel all.

QwenLM/qwen-code · 66 tokens

create-speech-recording-desktop

Create and embed a speech recording in Codex Desktop, Antigravity App, or OpenCode Desktop.

yoav0gal/agent-voice · 29 tokens

pptx

Professional PowerPoint presentation creation, editing, and automation with support for layouts, templates, charts, images, and formatting. Use when working with .pptx files for: (1) Creating presentations from scratch, (2) Editing existing presentations, (3) Applying templates and themes, (4) Adding charts and…

jnotsknab/mux-swarm · 81 tokens

session-reader

Summarize Mux session folders into a clean markdown report. Use when you need fast context at task start, want to review tool calls, delegated agents, artifacts, or outcomes across one or more sessions.

jnotsknab/mux-swarm · 45 tokens