PDF To Tts Zh Skill — Development skill for Claude Code
Turn a PDF into a single narrated Traditional Chinese audiobook MP3 via edge-tts.
How to install PDF To Tts Zh Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open htlin222/pdf-to-tts-zh-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What PDF To Tts Zh Skill does
Turn a PDF into a single narrated Traditional Chinese audiobook MP3 via edge-tts. Install: npx skills add htlin222/pdf-to-tts-zh-skill
Alternatives in Development
- Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
- Codenotch — A macOS app that pins usage limits from Claude Code, Cursor, Codex, and Antigravity to a screen edge 1.3k ★
- HERO Anti OverDefense — HERO = Hashing · Edge cases · Rubrics · Overbuild — the four shapes coding agents over-defend in 333 ★
README
pdf-to-tts-zh
[](https://github.com/htlin222/pdf-to-tts-zh-skill/actions/workflows/release.yml) [](https://github.com/htlin222/pdf-to-tts-zh-skill/releases/latest) [](LICENSE) [](https://github.com/vercel-labs/skills) [](https://github.com/vercel-labs/skills#supported-agents)
Turn a PDF (slides, case reports, handouts) into a single narrated Traditional Chinese audiobook MP3 — page by page.
Install
npx skills add htlin222/pdf-to-tts-zh-skill
npx skills add -g htlin222/pdf-to-tts-zh-skill # global
npx skills add htlin222/pdf-to-tts-zh-skill --agent claude-code # specific agent
What it does
Given a PDF, the skill drives a four-stage pipeline:
- Rasterize —
pdftoppmrenders each page to a PNG. - 逐字稿 — the agent reads every page image and writes a natural spoken
Traditional Chinese narration (one
scripts/page-NN.txtper page). Technical tokens (drug names, abbreviations) stay in English for correct pronunciation; numbers and dates are verbalized in Chinese reading order. For long decks it fans out parallel subagents over page ranges with a shared narrator style. - TTS —
edge-tts(free Microsoft Edge neural voices, no API key) synthesizes each page to an mp3; default voicezh-TW-HsiaoChenNeural, swappable. - Combine —
ffmpegconcatenates the per-page mp3s into one continuous file.
Intermediate artifacts are kept so you can edit a single page's script and re-synthesize, or just re-stitch, without redoing the whole run. A `scripts/build.
Related Skills
Drug Drug Skill
Evidence-based Drug-Drug Interaction (DDI) assessment skill modeled after Micromedex Drug-Reax. Install: npx s
Servicenow Agent Skills
Agent Skills suite for ServiceNow SDK development — works across Claude Code, Cursor, VS Code Copilot, Antigra
Anything2explainer
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas m
Iso 24495 Skill
ISO 24495-1 plain language rules as a Claude Code skill — bilingual: English + Traditional Chinese (繁體中文淺白改寫).
Zh Article Analyzer Skill
Claude Code skill for deep linguistic analysis of Traditional Chinese articles—extract stylometrics, vocabular
Lizard On Zotero
Comprehensive Zotero citation management guide in Traditional Chinese—learn reference management, bibliography
Related Agents
Add Skill
Install agent skills onto your coding agents from any git repository.
Installer
Browse and install individual Navox agents. Trigger on install agent, add agent, which agent do I need, get ar
Issue Planner
Use this agent to turn a triaged issue into an approved implementation plan with formal acceptance criteria. T