Harmix Music Search

Live natural-language and video-frame music search against Harmix's sync-licensing catalog.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 18ec357

Called the live API for real ('calm piano music for studying') and it returned genuine catalog tracks with mood/instrument tags and working Apple Music links -- a real live-catalog search, not a hallucinated playlist. Caveat: the SKILL.md ships one shared, publicly-visible API key (v8mWx...) used by every installer, so it's rate-limited and could be exhausted or revoked with no warning to any given user.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What Harmix Music Search does

Searches Harmix's production-music catalog by natural-language prompt (mood/genre/tempo/scene) or by extracting and uploading video frames to match visual content, returning real tracks with title, artist, and a streaming link. Triggers on requests to find, discover, or recommend music/soundtracks, especially for a video or scene, as opposed to composing original lyrics or answering music trivia.

How to install Harmix Music Search

git clone https://github.com/Harmix/harmix-skills
mkdir -p ~/.claude/skills
cp -r harmix-skills/skills/harmix-music-search ~/.claude/skills/harmix-music-search

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Harmix Music Search

  • /harmix-music-search Live natural-language and video-frame music search against Harmix's sync-licensing catalog.

It also activates on plain-language prompts like these:

  • find me calm piano music for a studying background track
  • what soundtrack would fit this dramatic chase scene in my video
  • recommend upbeat tracks for a product launch montage

Frequently asked questions

Is the Harmix Music Search skill free?
Yes. The skill itself is free from Harmix/harmix-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Harmix Music Search work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Called the live API for real ('calm piano music for studying') and it returned genuine catalog tracks with mood/instrument tags and working Apple Music links -- a real live-catalog search, not a hallucinated playlist. Caveat: the SKILL.md ships one shared, publicly-visible API key (v8mWx...) used by every installer, so it's rate-limited and could be exhausted or revoked with no warning to any given user.
What is the Harmix Music Search SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install Harmix Music Search?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Harmix Music Search with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.