openclaw-groq-orpheus-tts
Groq APIを活用し、高品質なOrpheusモデルで、アラビア語(サウジアラビア方言)と英語のAI音声を、1日100回まで無料で生成できる、ビジネス利用にも適したテキスト読み上げ(TTS)を行うSkill。
📜 元の英語説明(参考)
Fast and FREE Arabic (Saudi) & English AI voices. Generous 100 requests per day via Groq API. Professional, high-quality generative TTS using Orpheus models.
🇯🇵 日本人クリエイター向け解説
Groq APIを活用し、高品質なOrpheusモデルで、アラビア語(サウジアラビア方言)と英語のAI音声を、1日100回まで無料で生成できる、ビジネス利用にも適したテキスト読み上げ(TTS)を行うSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o openclaw-groq-orpheus-tts.zip https://jpskill.com/download/10689.zip && unzip -o openclaw-groq-orpheus-tts.zip && rm openclaw-groq-orpheus-tts.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10689.zip -OutFile "$d\openclaw-groq-orpheus-tts.zip"; Expand-Archive "$d\openclaw-groq-orpheus-tts.zip" -DestinationPath $d -Force; ri "$d\openclaw-groq-orpheus-tts.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
openclaw-groq-orpheus-tts.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
openclaw-groq-orpheus-ttsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Groq Orpheus TTS
GroqのOrpheusモデルを活用した、強力かつ高速なテキスト読み上げスキルです。
主な特徴:
- 100% Free Tier Friendly: Groq Free APIキー(1日あたり100リクエスト)を使用します。
- 超高速: ほぼ瞬時に音声生成が可能です。
- 高品質: プロフェッショナルな生成AIボイスです。
対応言語:
- アラビア語: 本格的なサウジアラビア方言の合成(ボイス:
fahad、sultan、noura、lulwa、aisha)。 - 英語: 表現力豊かで高品質な音声(ボイス:
autumn、diana、hannah、austin、daniel、troy)。
必要条件
- APIキー: Groq Console から取得できる
GROQ_API_KEY。これは無料です。 - 規約: 英語モデルを使用する前に、Groq Playground で
orpheus-v1-englishのモデル規約に同意する必要があります。 - ツール: 音声変換のために、システムに
ffmpegがインストールされている必要があります。
必要条件
- APIキー: Groq Console から取得できる
GROQ_API_KEY。 - 規約: 英語モデルを使用する前に、Groq Playground で
orpheus-v1-englishのモデル規約に同意する必要があります。 - ツール: 音声変換のために、システムに
ffmpegがインストールされている必要があります。
使い方
アシスタントに何かを言わせたり、音声ファイルを生成したりできます。
利用可能なボイス
- アラビア語 (
ar):fahad(男性),sultan(男性),noura(女性),lulwa(女性),aisha(女性)。 - 英語 (
en):autumn,diana,hannah,austin,daniel,troy。
コマンド
# 一般的な使い方
python3 groq-tts.py "Text" output.mp3 [voice] [lang]
# 例
python3 groq-tts.py "أهلا بك" welcome.mp3 fahad ar
python3 groq-tts.py "Hello world" hello.mp3 troy en
チャットの応答
アシスタントに音声で返信させたい場合は、以下を使用します。
python3 groq-tts.py "Your message" /tmp/reply.mp3 fahad ar
# 次に、応答に MEDIA:/tmp/reply.mp3 を含めます。 📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Groq Orpheus TTS
A powerful and fast text-to-speech skill that leverages Groq's Orpheus models.
Key Features:
- 100% Free Tier Friendly: Uses the Groq Free API key (100 requests per day).
- Ultra-Fast: Near-instant audio generation.
- High Quality: Professional generative AI voices.
Supported Languages:
- Arabic: Authentic Saudi dialect synthesis (Voices:
fahad,sultan,noura,lulwa,aisha). - English: Expressive, high-quality speech (Voices:
autumn,diana,hannah,austin,daniel,troy).
Requirements
- API Key: A
GROQ_API_KEYfrom the Groq Console. This is FREE. - Terms: You must accept the model terms for
orpheus-v1-englishon the Groq Playground before using the English model. - Tools:
ffmpegmust be installed on your system for audio conversion.
Requirements
- API Key:
GROQ_API_KEYfrom Groq Console. - Terms: You must accept the model terms for
orpheus-v1-englishon the Groq Playground before using the English model. - Tools:
ffmpegmust be installed on your system for audio conversion.
Usage
You can ask the assistant to say something or generate an audio file.
Voices Available
- Arabic (
ar):fahad(Male),sultan(Male),noura(Female),lulwa(Female),aisha(Female). - English (
en):autumn,diana,hannah,austin,daniel,troy.
Commands
# General usage
python3 groq-tts.py "Text" output.mp3 [voice] [lang]
# Examples
python3 groq-tts.py "أهلا بك" welcome.mp3 fahad ar
python3 groq-tts.py "Hello world" hello.mp3 troy en
Chat Responses
When you want the assistant to reply in voice, use:
python3 groq-tts.py "Your message" /tmp/reply.mp3 fahad ar
# Then include MEDIA:/tmp/reply.mp3 in the response.