Music Analyze
Analyzes music tracks, identifying genre, mood, tempo, key, instrumentation, and potential copyright matches.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add music-analyze npx -- -y @trustedskills/music-analyze
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"music-analyze": {
"command": "npx",
"args": [
"-y",
"@trustedskills/music-analyze"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The music-analyze skill allows AI agents to analyze audio files and provide insights. It can identify the genre of a song, determine its tempo (beats per minute), and detect key musical elements like instruments present. This enables users to gain deeper understanding and information about music tracks.
When to use it
- Music Recommendation: Help an agent suggest similar songs based on analyzing a user's current listening choice.
- Content Creation: Assist in identifying the style or structure of existing music for inspiration when creating new compositions.
- Educational Purposes: Provide students with information about musical pieces, such as tempo and instrumentation.
- Music Information Retrieval: Quickly extract key details from a song without manual listening.
Key capabilities
- Genre identification
- Tempo detection (BPM)
- Instrument detection
Example prompts
- "Analyze this audio file and tell me the genre."
- "What is the tempo of this track?"
- "Can you identify the instruments used in this song?"
Tips & gotchas
The skill's accuracy depends on the quality of the audio input. Noisy or poorly recorded tracks may lead to inaccurate analysis results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.