빠른 시작

AI 코딩 에이전트에 Musid AI 스킬을 설치하고 자연어로 뮤직비디오, 이미지, 음악을 생성하세요.

AI 코딩 에이전트에서 바로 뮤직비디오, 이미지, 음악 트랙을 생성할 수 있습니다. 코드를 직접 작성할 필요가 없습니다.

Skill: github.com/musidai/skills


1. API 키 만들기

musid.ai에 로그인한 뒤 Settings → API Keys로 이동해 키를 생성합니다.


2. 스킬 설치

사용하는 에이전트 도구에 맞게 설치하세요.

Claude Code

mkdir -p ~/.claude/skills/musidai
curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md \
  -o ~/.claude/skills/musidai/SKILL.md

API 키를 설정합니다.

claude config set MUSID_API_KEY your-key-here

사용 방법: Claude Code 세션에서 /musidai를 입력하세요.


Cursor

프로젝트에 .cursor/rules/musidai.mdc를 만듭니다.

curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md \
  -o .cursor/rules/musidai.mdc

그다음 .env 또는 Cursor 환경 설정에 추가합니다.

MUSID_API_KEY=your-key-here

음악 비디오 생성에 대해 요청하면 Cursor가 자동으로 이 규칙을 적용합니다.


Codex

전역 설치:

mkdir -p ~/.codex
curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md \
  >> ~/.codex/instructions.md

프로젝트 단위 설치:

curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md >> AGENTS.md

환경 변수에 키를 설정합니다.

export MUSID_API_KEY=your-key-here

Gemini CLI

curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md >> GEMINI.md
export MUSID_API_KEY=your-key-here

OpenCode

mkdir -p ~/.opencode/skills/musidai
curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md \
  -o ~/.opencode/skills/musidai/SKILL.md

Cline / OpenClaw

VS Code의 Cline 설정 패널에서 Custom Instructions를 열고 스킬 내용을 붙여넣습니다.

curl -fsSL https://raw.githubusercontent.com/musidai/skills/main/SKILL.md

그다음 VS Code 환경 또는 .envMUSID_API_KEY=your-key-here를 추가합니다.


3. 사용하기

원하는 결과를 자연어로 설명하세요. 에이전트가 API 호출을 처리합니다.

전체 뮤직비디오 파이프라인은 기본적으로 Wan 2.7을 사용합니다. 오디오를 제공하면 먼저 오디오 분석이 완료될 때까지 기다린 뒤 장면을 계획하고, 스토리보드 이미지를 생성하고, 장면 비디오를 렌더링합니다.

Generate a music video: neon cyberpunk city at night, vertical format
Create a music video with my track: https://example.com/song.mp3
Create a lip-synced music video in Wan 2.7: moody rain-soaked rooftop performance, 16:9, cinematic lighting
Create a lower-cost non-lipsync video with Grok Imagine: surreal desert dance sequence, vertical format
Generate an image: album cover, bold geometric shapes, 1:1 square
Generate a music track: upbeat pop song about summer, no vocals

생성할 수 있는 결과

명령출력
전체 뮤직비디오오디오 분석 + 캐릭터 디자인 → 장면 계획 → 스토리보드 이미지 → Wan 2.7 또는 Grok 장면 비디오
이미지단일 AI 생성 이미지
비디오 클립Wan 2.7 또는 Grok Imagine 기반 단일 장면 비디오
음악 트랙AI가 작곡한 오리지널 노래

현재 모델 동작

  • Wan 2.7은 전체 파이프라인의 기본 모델이며 립싱크가 필요할 때 추천됩니다.
  • Wan 2.72-15s 장면 길이를 지원하며 [0-3s], [3-8s] 같은 타임 마커를 사용할 수 있습니다.
  • Grok Imagine은 립싱크가 필요 없는 장면의 저비용 대안입니다.
  • 최종 병합은 모든 장면 클립 렌더링이 끝난 뒤 프로젝트 페이지에서 진행됩니다.

모든 결과는 musid.ai/my-creations에서 확인할 수 있습니다.