by nukeop
Streaming music player that finds free music for you
# Add to your Claude Code skills
git clone https://github.com/nukeop/nuclearLast scanned: 4/16/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-16T06:06:39.108Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}nuclear is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by nukeop. Streaming music player that finds free music for you. It has 18,008 GitHub stars.
Yes. nuclear passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/nukeop/nuclear" and add it to your Claude Code skills directory (see the Installation section above).
nuclear is primarily written in TypeScript. It is open-source under nukeop on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nuclear against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Nuclear is a free, open-source music player without ads or tracking. Search for any song or artist, build playlists, and start listening. Runs on Windows, macOS, and Linux.
Nuclear comes with multiple built-in themes:
![]() |
![]() |
| Artist search | Album search |
![]() |
![]() |
| Playlists | Plugin store |
![]() |
![]() |
| Installed plugins | Preferences |
![]() |
![]() |
| What's new | Log viewer |
Grab the latest release for your platform from the Releases page.
| Platform | Formats |
|---|---|
| Windows | .exe installer, .msi |
| macOS | .dmg (Apple Silicon and Intel) |
| Linux | .AppImage, .deb, .rpm, .flatpak |
Nuclear has a powerful plugin system now! Every functionality has been redesigned to be driven by plugins.
Plugins can provide streaming sources, metadata, playlists, dashboard content, and more. Browse and install plugins from the built-in plugin store, or write your own using the @nuclearplayer/plugin-sdk.
You can enable the MCP server in Settings → Integrations.
Then to add it to Claude Code:
claude mcp add nuclear --transport http http://127.0.0.1:8800/mcp
Codex CLI:
codex mcp add nuclear --url http://127.0.0.1:8800/mcp
OpenCode:
{
"mcp": {
"nuclear": {
"type": "remote",
"url": "http://127.0.0.1:8800/mcp"
}
}
}
Claude Desktop / Cursor / Windsurf:
{
"mcpServers": {
"nuclear": {
"url": "http://127.0.0.1:8800/mcp"
}
}
}
The MCP is designed to be discoverable, but there's a skill you can load to get your AI up to speed: Nuclear MCP Skill
Nuclear is a pnpm monorepo managed with Turborepo. The main app is built with Tauri (Rust + React).
git clone https://github.com/nukeop/nuclear.git
cd nuclear
pnpm install
pnpm dev
pnpm dev # Run the player in dev mode
pnpm dev:remote # Same, but binds Vite to 0.0.0.0 so you can open the remote control UI from other devices on your LAN
pnpm build # Build all packages
pnpm test # Run all tests
pnpm lint # Lint all packages
pnpm type-check # TypeScript checks
pnpm storybook # Run Storybook
AGPL-3.0. See LICENSE.