Claude Assistantの応答を音声で読み上げるプラグイン(Style-Bert-VITS2対応)
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install takushi-notifier@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/takushi-notifier.json
Step 2: Install the plugin
/plugin install takushi-notifier@takushi-notifier
Claude Assistantの応答を音声で読み上げるプラグインです。Style-Bert-VITS2を使用して高品質な音声合成を行います。
/takushi_volume
コマンドで音量調整(0-100%)/plugin marketplace add .
/plugin install takushi-notifier@takushi-notifier-marketplace
プラグインインストール後、以下のコマンドで音量を調整できます:
# 音量を50%に設定
/takushi_volume 50
# 現在の音量を確認
/takushi_volume
# 音量を0%(無音)に設定
/takushi_volume 0
設定は ~/.config/takushi_notifier/volume.conf
に保存されます。
npm install -g @anthropic-ai/claude
claude auth login
hooks/tts_bert_vits.sh
ファイル内で以下の設定を確認してください:
.
├── .claude-plugin/
│ ├── plugin.json # プラグインのメタデータ
│ └── marketplace.json # ローカルマーケットプレイス
├── hooks/
│ ├── hooks.json # フック設定
│ ├── notify.sh # メイン通知スクリプト
│ ├── tts_bert_vits.sh # TTS音声合成スクリプト
│ ├── tts_bert_vits.settings # TTS設定ファイル
│ └── generate_message.sh # メッセージ生成スクリプト
└── skills/
└── tts-notification/
└── SKILL.md # スキル説明
hooks/notify.log
に保存されますMIT
1.0.0