Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install lidarr或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install lidarr⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/lidarr/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: lidarr version: 1.0.0 description: Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred). metadata: {"openclaw":{"emoji":"🎵","requires":{"bins":["curl","jq"]}}} ---
Add music (artists and albums) to your Lidarr library.
Create ~/.clawdbot/credentials/lidarr/config.json:
{
"url": "http://192.168.1.50:8686",
"apiKey": "efbd6c29db184911a7b0f4707ae8f10f",
"defaultQualityProfile": 2,
"defaultMetadataProfile": 7
}
defaultQualityProfile: Quality profile ID (FLAC, MP3, etc. — run config to see options)defaultMetadataProfile: Metadata profile ID (albums only, discography, etc. — run config to see options)Typically you'll want FLAC:
bash scripts/lidarr.sh search "Artist Name"
Returns numbered list with MusicBrainz links.
bash scripts/lidarr.sh exists <foreignArtistId>
bash scripts/lidarr.sh add <foreignArtistId>
If artist already exists, this will monitor them instead of failing.
Options:
--discography — add full discography instead of albums only--no-search — don't search immediatelybash scripts/lidarr.sh list-artist-albums <artistId>
Shows all albums with their IDs and monitored status.
bash scripts/lidarr.sh monitor-album <albumId>
Monitor and optionally search for a specific album.
Options:
--no-search — monitor but don't search yetbash scripts/lidarr.sh search "KMFDM"
bash scripts/lidarr.sh exists 45074d7c-5307-44a8-854f-ae072e1622ae
bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae
bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae --discography
bash scripts/lidarr.sh list-artist-albums 382
bash scripts/lidarr.sh monitor-album 11116
bash scripts/lidarr.sh list
bash scripts/lidarr.sh refresh <artistId>
bash scripts/lidarr.sh remove <artistId> # keep files
bash scripts/lidarr.sh remove <artistId> --delete-files # delete files too
bash scripts/lidarr.sh config安装 Lidarr 后,可以对 AI 说这些话来触发它
Help me get started with Lidarr
Explains what Lidarr does, walks through the setup, and runs a quick demo based on your current project
Use Lidarr to search and add music to Lidarr
Invokes Lidarr with the right parameters and returns the result directly in the conversation
What can I do with Lidarr in my design & creative workflow?
Lists the top use cases for Lidarr, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/lidarr/ 目录(个人级,所有项目可用),或 .claude/skills/lidarr/(项目级)。重启 AI 客户端后,用 /lidarr 主动调用,或让 AI 根据上下文自动发现并使用。
Lidarr 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Lidarr 可免费安装使用。请查阅仓库了解许可证信息。
Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
Lidarr 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Lidarr
Identifies repetitive steps in your workflow and sets up Lidarr to handle them automatically