Suggest or play music based on the user's mood using the Loudly API.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add loomax-labs/InferrLM --skill mood-music --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mood Music?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loomax-labs-mood-music)More formats (shields.io, HTML) on the badges page.
---
name: Mood Music
description: Suggest or play music based on the user's mood using the Loudly API.
type: js
scriptName: main
secretRequired: true
secretLabel: Loudly API Key
---
# Mood Music
## Instructions
### Step 1: Fetch genres
Call `run_js` with `get_genres.html` and `{}`.
### Step 2: Generate music
Map the user's mood to a valid genre from step 1, then call `run_js` with `index.html` and:
- `genre`: exact genre name from step 1
- `duration`: seconds (30-420), default 120
- `energy`: `low`, `high`, or `original`
Tell the user to tap the preview card to play the track.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!