BeClaude

audiobook-plugin

New
1Community RegistryGeneralby Aleksandr Bobrov

Convert book chapters from Calibre library to MP3 audiobook using OpenAI TTS

Community PluginView Source

Overview

A collection of useful Claude Code plugins.

Installation

Install all plugins from this marketplace using:

bash
/plugin marketplace add misteral/claude_plugins

Or install a specific plugin:

bash
/plugin add misteral/claude_plugins/rutracker-plugin

Available Plugins

audiobook-plugin

Convert book chapters from your Calibre library to MP3 audiobooks using Google Gemini TTS via Vertex AI.

Features:

  • Extract specific chapters from books in Calibre library
  • High-quality text-to-speech with professional narration voice (Despina)
  • Support for various chapter formats: single, multiple, ranges
  • Automatic book search by title
  • Output as MP3 to Downloads folder

Usage:

  • /audiobook chapters 1-3 of "The Great Gatsby" - Convert chapter range
  • /audiobook chapter 7 of "Book Title" - Convert single chapter
  • /audiobook chapters 1, 3, 5 of "Book Title" - Convert specific chapters

Requirements:

  • Calibre with calibredb and ebook-convert
  • ffmpeg for audio processing
  • uv Python package manager
  • Google Cloud authentication (gcloud auth application-default login)

rutracker-plugin

Search for torrents on rutracker.org and download using aria2c.

Features:

  • Login to rutracker.org
  • Search torrents by film name
  • Auto-select best torrent based on seeders and quality
  • Download via magnet link using aria2c

Usage:

  • /rutracker login - Open login page for authentication
  • /rutracker <film name> - Search and download a torrent

Requirements:

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/audiobook-plugin.md https://raw.githubusercontent.com/misteral/claude_plugins/main/SKILL.md
3
Invoke in Claude Code
/audiobook-plugin
View source on GitHub
plugin

Frequently Asked Questions

What is audiobook-plugin?

Convert book chapters from Calibre library to MP3 audiobook using OpenAI TTS

How to install audiobook-plugin?

To install audiobook-plugin, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /audiobook-plugin.

What is audiobook-plugin best for?

audiobook-plugin is a community categorized under General. It is designed for: plugin. Created by Aleksandr Bobrov.