jpskill.com
💼 ビジネス コミュニティ

elevenlabs-music

ElevenLabsのAI技術で、テキスト指示から最長10分のオリジナル楽曲を生成し、ジャンルや楽器も指定可能、商用利用もできる、BGMやサウンドトラック作成に役立つSkill。

📜 元の英語説明(参考)

ElevenLabs AI music generation - create original music from text prompts via inference.sh CLI. Capabilities: text-to-music, custom duration up to 10 minutes, genre/mood/instrument control, royalty-free commercial use. Use for: background music, soundtracks, jingles, podcasts, video scores, game audio. Triggers: elevenlabs music, eleven labs music, ai music, generate music, music generation, compose music, ai composer, create song, soundtrack, background music, jingle, elevenlabs compose, music ai

🇯🇵 日本人クリエイター向け解説

一言でいうと

ElevenLabsのAI技術で、テキスト指示から最長10分のオリジナル楽曲を生成し、ジャンルや楽器も指定可能、商用利用もできる、BGMやサウンドトラック作成に役立つSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o elevenlabs-music.zip https://jpskill.com/download/19243.zip && unzip -o elevenlabs-music.zip && rm elevenlabs-music.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19243.zip -OutFile "$d\elevenlabs-music.zip"; Expand-Archive "$d\elevenlabs-music.zip" -DestinationPath $d -Force; ri "$d\elevenlabs-music.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して elevenlabs-music.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → elevenlabs-music フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ElevenLabs 楽曲生成

inference.sh CLI を介して、テキストプロンプトからオリジナル楽曲を生成します。

Music Generation

クイックスタート

inference.sh CLI (infsh) が必要です。インストール手順

infsh login

# 楽曲を生成
infsh app run elevenlabs/music --input '{"prompt": "Upbeat electronic dance track with driving synths"}'

パラメータ

パラメータ タイプ デフォルト 説明
prompt string 必須 希望する楽曲の説明 (最大 2000 文字)
duration_seconds number 30 長さ (秒単位、5~600、最大 10 分)

BGM

# ローファイ・スタディ・ビーツ
infsh app run elevenlabs/music --input '{
  "prompt": "Lo-fi hip hop beat, chill study music, vinyl crackle, mellow piano",
  "duration_seconds": 120
}'

# 企業向けBGM
infsh app run elevenlabs/music --input '{
  "prompt": "Light corporate background music, positive, motivational, clean",
  "duration_seconds": 60
}'

シネマティック・スコア

# 壮大な予告編
infsh app run elevenlabs/music --input '{
  "prompt": "Epic cinematic orchestral score, dramatic build-up, brass and strings, trailer music",
  "duration_seconds": 45
}'

# サスペンス
infsh app run elevenlabs/music --input '{
  "prompt": "Dark suspenseful score, tension building, minimal piano, horror atmosphere",
  "duration_seconds": 60
}'

ジャンル別

# ジャズ
infsh app run elevenlabs/music --input '{
  "prompt": "Smooth jazz quartet, saxophone lead, walking bass, brushed drums",
  "duration_seconds": 90
}'

# エレクトロニック
infsh app run elevenlabs/music --input '{
  "prompt": "Techno beat, 128 BPM, driving bass, atmospheric synths, club music",
  "duration_seconds": 120
}'

# アコースティック
infsh app run elevenlabs/music --input '{
  "prompt": "Acoustic guitar folk song, fingerpicking, warm and intimate",
  "duration_seconds": 60
}'

ショートフォーム・コンテンツ

# ポッドキャストのイントロ (10秒)
infsh app run elevenlabs/music --input '{
  "prompt": "Podcast intro jingle, professional, tech-themed, catchy",
  "duration_seconds": 10
}'

# ソーシャルメディアのクリップ
infsh app run elevenlabs/music --input '{
  "prompt": "Trendy upbeat pop, social media vibe, energetic, youthful",
  "duration_seconds": 15
}'

# 通知音
infsh app run elevenlabs/music --input '{
  "prompt": "Short positive notification melody, clean, satisfying",
  "duration_seconds": 5
}'

ゲームオーディオ

# バトルテーマ
infsh app run elevenlabs/music --input '{
  "prompt": "Intense battle music, fast tempo, orchestral with electric guitar, boss fight",
  "duration_seconds": 120
}'

# 探索テーマ
infsh app run elevenlabs/music --input '{
  "prompt": "Peaceful exploration music, fantasy RPG, harp and flute, magical atmosphere",
  "duration_seconds": 180
}'

# メニュー音楽
infsh app run elevenlabs/music --input '{
  "prompt": "Ambient menu screen music, sci-fi, ethereal synths, space theme",
  "duration_seconds": 60
}'

プロンプトのヒント

ジャンル: pop, rock, electronic, jazz, classical, hip-hop, lo-fi, ambient, orchestral, folk, R&B, metal, country

ムード: happy, sad, energetic, calm, dramatic, epic, mysterious, uplifting, dark, romantic, tense

楽器: piano, guitar, synth, drums, bass, strings, brass, choir, saxophone, violin, flute, harp

テンポ: slow, moderate, fast, 80 BPM, 120 BPM, 140 BPM

スタイル: cinematic, minimal, layered, atmospheric, rhythmic, melodic, ambient

ワークフロー: 音楽 + ナレーション

# 1. BGMを生成
infsh app run elevenlabs/music --input '{
  "prompt": "Soft ambient background music for narration, non-intrusive",
  "duration_seconds": 60
}' > music.json

# 2. ナレーションを生成
infsh app run elevenlabs/tts --input '{
  "text": "Welcome to our product tour. Let me show you what we have built.",
  "voice": "george"
}' > voice.json

# 3. 結合
infsh app run infsh/media-merger --input '{
  "media": ["<music-url>", "<voice-url>"]
}'

ユースケース

  • ビデオ制作: BGM、トランジション
  • ポッドキャスト: イントロ/アウトロ、セグメント間の区切り
  • ゲーム: サウンドトラック、メニュー音楽、バトルテーマ
  • 広告: ジングル、CMのBGM
  • ソーシャルメディア: ショートフォームコンテンツのトレンドオーディオ
  • プレゼンテーション: プロフェッショナルなBGM
  • 映画: スコアリング、ムード設定

関連スキル

# ElevenLabs 効果音 (音楽と組み合わせる)
npx skills add inference-sh/skills@elevenlabs-sound-effects

# ElevenLabs TTS (音楽にナレーションを追加する)
npx skills add inference-sh/skills@elevenlabs-tts

# その他の音楽モデル (Diffrythm, Tencent)
npx skills add inference-sh/skills@ai-music-generation

# フルプラットフォームスキル (全150以上のアプリ)
npx skills add inference-sh/skills@infsh-cli

すべてのオーディオアプリを参照: infsh app list --category audio

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

ElevenLabs Music Generation

Generate original music from text prompts via inference.sh CLI.

Music Generation

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

# Generate music
infsh app run elevenlabs/music --input '{"prompt": "Upbeat electronic dance track with driving synths"}'

Parameters

Parameter Type Default Description
prompt string required Description of desired music (max 2000 chars)
duration_seconds number 30 Duration in seconds (5-600, max 10 minutes)

Examples

Background Music

# Lo-fi study beats
infsh app run elevenlabs/music --input '{
  "prompt": "Lo-fi hip hop beat, chill study music, vinyl crackle, mellow piano",
  "duration_seconds": 120
}'

# Corporate background
infsh app run elevenlabs/music --input '{
  "prompt": "Light corporate background music, positive, motivational, clean",
  "duration_seconds": 60
}'

Cinematic Scores

# Epic trailer
infsh app run elevenlabs/music --input '{
  "prompt": "Epic cinematic orchestral score, dramatic build-up, brass and strings, trailer music",
  "duration_seconds": 45
}'

# Suspense
infsh app run elevenlabs/music --input '{
  "prompt": "Dark suspenseful score, tension building, minimal piano, horror atmosphere",
  "duration_seconds": 60
}'

Genre-Specific

# Jazz
infsh app run elevenlabs/music --input '{
  "prompt": "Smooth jazz quartet, saxophone lead, walking bass, brushed drums",
  "duration_seconds": 90
}'

# Electronic
infsh app run elevenlabs/music --input '{
  "prompt": "Techno beat, 128 BPM, driving bass, atmospheric synths, club music",
  "duration_seconds": 120
}'

# Acoustic
infsh app run elevenlabs/music --input '{
  "prompt": "Acoustic guitar folk song, fingerpicking, warm and intimate",
  "duration_seconds": 60
}'

Short-Form Content

# Podcast intro (10 seconds)
infsh app run elevenlabs/music --input '{
  "prompt": "Podcast intro jingle, professional, tech-themed, catchy",
  "duration_seconds": 10
}'

# Social media clip
infsh app run elevenlabs/music --input '{
  "prompt": "Trendy upbeat pop, social media vibe, energetic, youthful",
  "duration_seconds": 15
}'

# Notification sound
infsh app run elevenlabs/music --input '{
  "prompt": "Short positive notification melody, clean, satisfying",
  "duration_seconds": 5
}'

Game Audio

# Battle theme
infsh app run elevenlabs/music --input '{
  "prompt": "Intense battle music, fast tempo, orchestral with electric guitar, boss fight",
  "duration_seconds": 120
}'

# Exploration theme
infsh app run elevenlabs/music --input '{
  "prompt": "Peaceful exploration music, fantasy RPG, harp and flute, magical atmosphere",
  "duration_seconds": 180
}'

# Menu music
infsh app run elevenlabs/music --input '{
  "prompt": "Ambient menu screen music, sci-fi, ethereal synths, space theme",
  "duration_seconds": 60
}'

Prompt Tips

Genre: pop, rock, electronic, jazz, classical, hip-hop, lo-fi, ambient, orchestral, folk, R&B, metal, country

Mood: happy, sad, energetic, calm, dramatic, epic, mysterious, uplifting, dark, romantic, tense

Instruments: piano, guitar, synth, drums, bass, strings, brass, choir, saxophone, violin, flute, harp

Tempo: slow, moderate, fast, 80 BPM, 120 BPM, 140 BPM

Style: cinematic, minimal, layered, atmospheric, rhythmic, melodic, ambient

Workflow: Music + Voiceover

# 1. Generate background music
infsh app run elevenlabs/music --input '{
  "prompt": "Soft ambient background music for narration, non-intrusive",
  "duration_seconds": 60
}' > music.json

# 2. Generate voiceover
infsh app run elevenlabs/tts --input '{
  "text": "Welcome to our product tour. Let me show you what we have built.",
  "voice": "george"
}' > voice.json

# 3. Merge together
infsh app run infsh/media-merger --input '{
  "media": ["<music-url>", "<voice-url>"]
}'

Use Cases

  • Video Production: Background scores, transitions
  • Podcasts: Intro/outro, segment breaks
  • Games: Soundtracks, menu music, battle themes
  • Ads: Jingles, commercial backgrounds
  • Social Media: Trending audio for short-form content
  • Presentations: Professional background music
  • Film: Scoring, mood setting

Related Skills

# ElevenLabs sound effects (combine with music)
npx skills add inference-sh/skills@elevenlabs-sound-effects

# ElevenLabs TTS (add voice over music)
npx skills add inference-sh/skills@elevenlabs-tts

# Other music models (Diffrythm, Tencent)
npx skills add inference-sh/skills@ai-music-generation

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli

Browse all audio apps: infsh app list --category audio