AI-powered Spotify playlist generator that reads your health data, neurochemical optimization preferences, and work tempo to create the perfect playlist for right now.
Customize your neurochemical optimization weights for mood-aware playlist generation.
Set up the Spotify Mood plugin — configure Spotify API credentials, health database, and preferences.
Explain the research rationale behind mood-aware music selection and neurochemical optimization.
Create a Spotify playlist dynamically tuned to your current health/mood state, neurochemical optimization priorities, and work tempo.
Create a Spotify playlist based on free-text criteria.
AI-powered Spotify playlist generator that reads your health data, neurochemical optimization preferences, and work tempo to create the perfect playlist for right now.
# Add the plugin
claude plugin add https://github.com/fredzannarbor/spotify-mood-plugin
# Run setup
/spotify-mood-setup
spotipy packagehealth_metrics and daily_logs tables| Command | Description |
|---|---|
/spotify-mood | Generate a playlist tuned to your current state |
/spotify-playlist | Create a playlist from free-text description |
/feed-prefs | Customize neurochemical optimization weights |
/work-tempo | Assess your current work context |
/spotify-mood-setup | First-time configuration |
/showmethescience | Research rationale behind the approach |
/spotify-mood integrates three signals to pick the right music:
If you connect a health database, the plugin reads:
Four dimensions control the character of your playlist:
| Dimension | Neurochemical | Music Character |
|---|---|---|
| Learning | Acetylcholine | Instrumental, ambient, focus |
| Engagement | Dopamine | Familiar hits, rhythmic |
| Breakthrough | Norepinephrine | Eclectic, genre-crossing |
| Mood | Serotonin | Uplifting, warm, feel-good |
Adjust with /feed-prefs or use presets: balanced, scholar, social, creative, uplifting.
Automatic detection based on:
The three signals combine into one of eight music profiles:
| Profile | When | BPM | Energy |
|---|---|---|---|
| Recovery | Low sleep, low mood | 60-90 | Low |
| Gentle Focus | Low sleep, OK mood | 70-100 | Low-Med |
| Power Mode | Good sleep, high energy | 110-140 | High |
| Activation | Good sleep, low energy | 90-120 | Med-High |
| Calm Down | High stress | 50-80 | Low |
| Channel It | High caffeine + energy | 120-150 | High |
| Wind Down | Evening | 50-85 | Low |
| Groove | Weekend + good mood | 100-130 | Medium |
If you want to connect health data, your SQLite database needs these tables:
CREATE TABLE health_metrics (
id TEXT PRIMARY KEY,
date TEXT NOT NULL,
metric_type TEXT NOT NULL, -- sleep_hours, hrv, caffeine, exercise_mins, steps, daylight_mins
value REAL NOT NULL,
unit TEXT,
notes TEXT
);
CREATE TABLE daily_logs (
id TEXT PRIMARY KEY,
date TEXT NOT NULL,
time TEXT,
mood_score INTEGER, -- 1-10
energy_level INTEGER, -- 1-10
notes TEXT
);
Compatible with Apple Health exports, Fitbit data, or manual logging.
~/.spotify-mood/
├── config.json # Spotify creds + health DB path
├── preferences.json # Neurochemical weights
├── .spotify_cache # OAuth token (auto-managed)
└── playlist_history.json # Log of created playlists
MIT
Built by Nimble Books LLC for the Claude Code plugin ecosystem.
Neurochemical optimization framework adapted from the Agentic Social Feed project.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fredzannarbor/spotify-mood-pluginGenerate historically accurate, playable wargame-style hex maps for any geographic area at any scale.
Agentic social feed with AI personas that you can tune to optimize your neurochemical experience.
Generate complete App Store launch assets for macOS, iOS, and iPadOS apps - text content, images, screenshots, and video scripts.
Personal accountability system to track promises, products to fix, and regulations. Features custom types, priority filtering, streaks, and daily nudges.
Run virtual user testing sessions with AI personas. Simulates 7 diverse users interacting with your app UI to find friction points and delights.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.