harmix-music-search

harmix-music-search is a skill for Claude Code, Codex from Harmix/harmix-skills. It costs 72 tokens per session (1,039 once invoked), scanned A, original, MIT.

A music-search skill that uses the Harmix service to find tracks from written descriptions or video content. Harmix is a catalog search service for production and other recorded music.

In plain words
What is it for?
Use it to find soundtrack candidates and present each track’s title, artists, and listening link.
Why use it?
It helps turn a mood, genre, tempo, scene, or video into relevant music search results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find soundtrack candidates and present each track’s title, artists, and listening link.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/harmix/harmix-skills/harmix-music-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Harmix/harmix-skills --skill harmix-music-search
Clone the repo
git clone --depth 1 https://github.com/Harmix/harmix-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for harmix-music-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/harmix/harmix-skills/harmix-music-search/github.svg)](https://agentmods.dev/skills/harmix/harmix-skills/harmix-music-search)
Your own site
<a href="https://agentmods.dev/skills/harmix/harmix-skills/harmix-music-search"><img src="https://agentmods.dev/badge/skills/harmix/harmix-skills/harmix-music-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for harmix-music-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/harmix/harmix-skills/harmix-music-search"><img src="https://agentmods.dev/badge/skills/harmix/harmix-skills/harmix-music-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,039 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01039
Opus 5 $0.00036 $0.00519
Sonnet 5 $0.00014 $0.00208
Haiku 4.5 $0.00007 $0.00104

Measured 12d ago against content hash c6492ff197ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

harmix-music-search scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/video_search.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST "https://api.harmix.ai/search?limit=5" \
skills/harmix-music-search/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Harmix is an AI-powered music search platform tailored for production music, TV and movie productions, record labels, and publishers. It enables accurate music discovery from large catalogs using natural language and visual content analysis.

Features Available in This Skill

  • Prompt Search: Search music using free text descriptions (mood, genre, tempo, scene, etc.)
  • Video Search: Upload video frames to find music that matches the visual mood and content

Documentation

Authentication

All requests require the api_key header:

api_key: v8mWxAGAFTEFcU9NYGGhDWWbzYXS5e

Output Format for Users

When presenting search results to users, display each track with:

  1. Title: The track title
  2. Artist(s): The artist name(s)
  3. URL: Link to the track on its streaming service (Spotify, Apple Music, Deezer, etc.)

Extract these from the response:

  • Title: metadata.track_title
  • Artists: metadata.artists
  • URL: metadata.extra_parameters.url

Example output format:

1. "Energy Boost" by Electric Dreams
   https://open.spotify.com/track/abc123

2. "Morning Run" by Fitness Beats
   https://music.apple.com/track/xyz789

Search Methods

1. Prompt-Based Search

Search with a natural language description of the music you want.

curl -X POST "https://api.harmix.ai/search?limit=5" \
  -H "api_key: v8mWxAGAFTEFcU9NYGGhDWWbzYXS5e" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "upbeat electronic music for a workout"}'

For full documentation, see references/prompt-search.md.

2. Video-Based Search

Find music that matches video content by analyzing visual frames.

Requirements: ffmpeg must be installed.

Quick steps:

  1. Extract 5 JPEG frames (226x226) from video at equal intervals (must use .jpeg extension)
  2. Upload frames to /upload endpoint
  3. Search using the returned upload_id

Read the full file on GitHub · 133 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 133 lines · 72 tokens per session scan A c6492ff197ed

Subscribe to this mod's changes

harmix-music-search is a skill published in the GitHub repository Harmix/harmix-skills (14 stars, last pushed 5mo ago), licensed MIT. It adds 72 tokens to every session and 1,039 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

fastapi

Use when building, reviewing, testing, securing or shipping a FastAPI / async Python service — routers, Pydantic v2 schemas, dependency injection, async SQLAlchemy 2.0, OAuth2/JWT, ASGITransport tests, production wiring. NOT language-level Python or packaging (that is python), NOT engine-level SQL (that is…

ericrisco/rsc-harness · 94 tokens

api-connector-builder

Use when writing a client for someone else's REST or GraphQL API: auth flow choice and token refresh, pagination to exhaustion, retry-with-jitter on transient failures only, rate-limit-aware throttling. NOT inbound callbacks (that is webhooks), NOT chaining services (that is automation-flows), NOT designing your own…

ericrisco/rsc-harness · 80 tokens

make

Use when operating Make.com (formerly Integromat) programmatically — driving its REST API v2 or the Make MCP server from code or an agent to create, read, update, activate, run, clone or delete scenarios, connections, hooks and data stores. NOT designing what the flow should do (that is automation-flows), NOT choosing…

ericrisco/rsc-harness · 127 tokens

geminigen-ai

Use when unified multimedia API for image generation (nano-banana-pro, imagen-4), video generation (Grok, Veo, Sora), and text-to-speech. Replaces grok-video-generation, seedance, and gemini-image-generator. Use when working with geminigen ai.

oyi77/1ai-skills · 66 tokens

paperpod

Use when isolated agent runtime for code execution, live preview URLs, browser automation, 50+ tools (ffmpeg, sqlite, pandoc, imagemagick), LLM inference, and persistent memory — all via CLI or HTTP, no SDK or API keys required. Use when working with paperpod.

oyi77/1ai-skills · 64 tokens

MiniMax Music Gen

Generate an original song, instrumental, or cover track when the ask is fundamentally "make music from this idea".

notforyou23/home23 · 27 tokens