Unified command-line interface for Radarr, Sonarr, and Lidarr. Search, add, and manage movies (Radarr), TV shows (Sonarr), and music (Lidarr) with calendar view and health monitoring.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install arr-all或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install arr-all⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/arr-all/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: arr-all version: 1.0.0 description: Unified command-line interface for Radarr, Sonarr, and Lidarr. Search, add, and manage movies (Radarr), TV shows (Sonarr), and music (Lidarr) with calendar view and health monitoring. metadata: openclaw: requires: bins: ["curl", "jq"] optional: bins: ["column"] ---
Unified interface for Radarr (movies), Sonarr (TV), and Lidarr (music).
You can use a unified config file or existing individual configs.
Unified Config (Preferred): Create ~/.openclaw/credentials/arr-all/config.json:
{
"radarr": {
"url": "http://localhost:7878",
"apiKey": "...",
"defaultQualityProfile": 1
},
"sonarr": {
"url": "http://localhost:8989",
"apiKey": "...",
"defaultQualityProfile": 1,
"defaultSeriesType": "standard"
},
"lidarr": {
"url": "http://localhost:8686",
"apiKey": "...",
"defaultQualityProfile": 2,
"defaultMetadataProfile": 7
}
}
Legacy Configs: Existing configs at ~/.openclaw/credentials/{radarr,sonarr,lidarr}/config.json are also supported.
Command format: arr-all
All media types support these core commands:
arr-all [movie|tv|music] search "Query"arr-all [movie|tv|music] add arr-all [movie|tv|music] exists arr-all [movie|tv|music] remove [--delete-files] arr-all [movie|tv|music] configarr-all calendar [days=7] (Upcoming releases)arr-all health (Status of all apps)arr-all status (Connection status)arr-all search "Query" (Searches all three)Movies (Radarr):
arr-all movie add-collection arr-all movie collectionsTV (Sonarr):
arr-all tv add [--monitor latest|all|none|seasons:1,2] arr-all tv seasons arr-all tv monitor-season Music (Lidarr):
arr-all music add [--discography] arr-all music albums arr-all music monitor-album Add a Movie:
arr-all movie search "Dune"
arr-all movie add 438631
Check Calendar:
arr-all calendar
Check Health:
arr-all health安装 arr-all 后,可以对 AI 说这些话来触发它
Help me get started with arr-all
Explains what arr-all does, walks through the setup, and runs a quick demo based on your current project
Use arr-all to unified command-line interface for Radarr, Sonarr, and Lidarr
Invokes arr-all with the right parameters and returns the result directly in the conversation
What can I do with arr-all in my design & creative workflow?
Lists the top use cases for arr-all, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/arr-all/ 目录(个人级,所有项目可用),或 .claude/skills/arr-all/(项目级)。重启 AI 客户端后,用 /arr-all 主动调用,或让 AI 根据上下文自动发现并使用。
arr-all 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
arr-all 可免费安装使用。请查阅仓库了解许可证信息。
Unified command-line interface for Radarr, Sonarr, and Lidarr. Search, add, and manage movies (Radarr), TV shows (Sonarr), and music (Lidarr) with calendar view and health monitoring.
arr-all 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using arr-all
Identifies repetitive steps in your workflow and sets up arr-all to handle them automatically