Agent Plugins Marketplace
All plugins

tts

v2.2.0

テキスト音声変換(TTS)。OpenAI gpt-4o-mini-tts / COEIROINK / VOICEVOX対応のマルチプロバイダ音声生成。クラウドTTSによる高品質日本語音声、13種ボイス、スタイル指示に対応。COEIROINK/VOICEVOX向けの発音辞書(英単語のカタカナ読み登録・適用・確認)機能を内蔵。

Claude Code1 Skill

By haboshi0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tts for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tts@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/haboshi/claude-code-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tts/.

Plugin files

tts/
├── .claude-plugin/plugin.json
└── skills/tts/SKILL.md

Included Skills1

ttsskills/tts/SKILL.md

テキスト音声変換(TTS)。OpenAI gpt-4o-mini-tts(高品質クラウド)/ COEIROINK / VOICEVOX対応。バッチ音声生成・WAV結合・スタイル指示に対応。COEIROINK/VOICEVOX向けの発音辞書(英単語のカタカナ読み登録)も内蔵。「読み上げて」「音声にして」「テキストをTTSで」「発音辞書」「読み方登録」「英単語の読みを登録」「発音確認」で発動。

Plugin manifests1

tts/.claude-plugin/plugin.json
{
  "name": "tts",
  "version": "2.2.0",
  "description": "テキスト音声変換(TTS)。OpenAI gpt-4o-mini-tts / COEIROINK / VOICEVOX対応のマルチプロバイダ音声生成。クラウドTTSによる高品質日本語音声、13種ボイス、スタイル指示に対応。COEIROINK/VOICEVOX向けの発音辞書(英単語のカタカナ読み登録・適用・確認)機能を内蔵。",
  "author": {
    "name": "haboshi",
    "email": "[email protected]"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tts)