{
  "markdown": "# DJclaude\n\nA Claude Code skill for AI music generation using Google's Lyria 3 — completely free.\n\n## What It Does\n\nGenerate 30-second clips or full 2-3 minute songs from text prompts. Control genre, BPM, instruments, mood, and song structure — all through natural language.\n\n```\n/make-music chill lo-fi hip hop beat, 85 BPM, Rhodes piano, vinyl crackle, rainy day vibes\n```\n\n```\n/make-music triumphant orchestral piece in D major, 120 BPM, strings, brass, timpani, epic movie trailer energy\n```\n\n## Install\n\n1. Copy `SKILL.md` to your Claude Code skills directory:\n   ```bash\n   mkdir -p ~/.claude/skills/djclaude\n   cp SKILL.md ~/.claude/skills/djclaude/\n   ```\n\n2. Get a free Gemini API key from [Google AI Studio](https://aistudio.google.com/apikey)\n\n3. Set the environment variable:\n   ```bash\n   export GEMINI_API_KEY=\"your-key-here\"\n   ```\n\n4. Install the SDK:\n   ```bash\n   pip install google-genai\n   ```\n\n5. Use it in Claude Code:\n   ```\n   /make-music dreamy synthwave, analog pads, arpeggiated bass, 110 BPM\n   ```\n\n## Models\n\n| Model | Duration | Best For |\n|-------|----------|----------|\n| `lyria-3-clip-preview` | 30 seconds | Loops, samples, quick ideas |\n| `lyria-3-pro-preview` | 2-3 minutes | Full songs with verses/choruses |\n\nBoth are free on the Gemini free tier.\n\n## Prompt Tips\n\n- **Genre:** lo-fi, synthwave, jazz, EDM, folk, classical, metal\n- **BPM:** specify exact tempo\n- **Instruments:** name specific instruments\n- **Mood:** chill, energetic, melancholic, triumphant\n- **Structure:** use `[Intro]`, `[Verse]`, `[Chorus]`, `[Bridge]`, `[Outro]`\n- **No vocals:** say \"instrumental only\"\n\n## Requirements\n\n- Python 3.10+\n- `google-genai` SDK\n- Free Gemini API key\n\n## License\n\nMIT — Kevin Cline / [ClawdWorks](https://github.com/kevdogg102396-afk)\n",
  "bytes": 1777,
  "sha": "1035606f40e866ddc59535863537de618e78deaa0a6194f6ed741fee4befeb2a",
  "repo_slug": "kevdogg102396-afk/djclaude",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_kevdogg102396_afk_djclaude_djclaude_740bf463/readme"
}