{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lidarr",
    "name": "Lidarr",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rappo/lidarr",
    "canonicalUrl": "https://clawhub.ai/rappo/lidarr",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lidarr",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lidarr",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/lidarr.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lidarr"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/lidarr",
    "agentPageUrl": "https://openagent3.xyz/skills/lidarr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lidarr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lidarr/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Lidarr",
        "body": "Add music (artists and albums) to your Lidarr library."
      },
      {
        "title": "Setup",
        "body": "Create ~/.clawdbot/credentials/lidarr/config.json:\n\n{\n  \"url\": \"http://192.168.1.50:8686\",\n  \"apiKey\": \"efbd6c29db184911a7b0f4707ae8f10f\",\n  \"defaultQualityProfile\": 2,\n  \"defaultMetadataProfile\": 7\n}\n\ndefaultQualityProfile: Quality profile ID (FLAC, MP3, etc. — run config to see options)\ndefaultMetadataProfile: Metadata profile ID (albums only, discography, etc. — run config to see options)"
      },
      {
        "title": "Quality Profiles",
        "body": "Typically you'll want FLAC:\n\nLossless (FLAC)\nLossless 24bit (FLAC 24-bit)"
      },
      {
        "title": "Metadata Profiles",
        "body": "Albums only (recommended) — just studio albums\nStandard — albums + some extras\nDiscography / Everything — all releases"
      },
      {
        "title": "1. Search for an artist",
        "body": "bash scripts/lidarr.sh search \"Artist Name\"\n\nReturns numbered list with MusicBrainz links."
      },
      {
        "title": "2. Check if artist exists",
        "body": "bash scripts/lidarr.sh exists <foreignArtistId>"
      },
      {
        "title": "3. Add artist",
        "body": "bash scripts/lidarr.sh add <foreignArtistId>\n\nIf artist already exists, this will monitor them instead of failing.\n\nOptions:\n\n--discography — add full discography instead of albums only\n--no-search — don't search immediately"
      },
      {
        "title": "4. List albums for an artist",
        "body": "bash scripts/lidarr.sh list-artist-albums <artistId>\n\nShows all albums with their IDs and monitored status."
      },
      {
        "title": "5. Monitor specific albums",
        "body": "bash scripts/lidarr.sh monitor-album <albumId>\n\nMonitor and optionally search for a specific album.\n\nOptions:\n\n--no-search — monitor but don't search yet"
      },
      {
        "title": "Search for artists",
        "body": "bash scripts/lidarr.sh search \"KMFDM\""
      },
      {
        "title": "Check if artist exists",
        "body": "bash scripts/lidarr.sh exists 45074d7c-5307-44a8-854f-ae072e1622ae"
      },
      {
        "title": "Add an artist (FLAC + albums only by default)",
        "body": "bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae"
      },
      {
        "title": "Add with full discography",
        "body": "bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae --discography"
      },
      {
        "title": "List albums for an artist",
        "body": "bash scripts/lidarr.sh list-artist-albums 382"
      },
      {
        "title": "Monitor a specific album",
        "body": "bash scripts/lidarr.sh monitor-album 11116"
      },
      {
        "title": "List your library",
        "body": "bash scripts/lidarr.sh list"
      },
      {
        "title": "Refresh artist metadata",
        "body": "bash scripts/lidarr.sh refresh <artistId>"
      },
      {
        "title": "Remove an artist",
        "body": "bash scripts/lidarr.sh remove <artistId>              # keep files\nbash scripts/lidarr.sh remove <artistId> --delete-files  # delete files too"
      },
      {
        "title": "Get configuration",
        "body": "bash scripts/lidarr.sh config"
      }
    ],
    "body": "Lidarr\n\nAdd music (artists and albums) to your Lidarr library.\n\nSetup\n\nCreate ~/.clawdbot/credentials/lidarr/config.json:\n\n{\n  \"url\": \"http://192.168.1.50:8686\",\n  \"apiKey\": \"efbd6c29db184911a7b0f4707ae8f10f\",\n  \"defaultQualityProfile\": 2,\n  \"defaultMetadataProfile\": 7\n}\n\ndefaultQualityProfile: Quality profile ID (FLAC, MP3, etc. — run config to see options)\ndefaultMetadataProfile: Metadata profile ID (albums only, discography, etc. — run config to see options)\nQuality Profiles\n\nTypically you'll want FLAC:\n\nLossless (FLAC)\nLossless 24bit (FLAC 24-bit)\nMetadata Profiles\nAlbums only (recommended) — just studio albums\nStandard — albums + some extras\nDiscography / Everything — all releases\nWorkflow\n1. Search for an artist\nbash scripts/lidarr.sh search \"Artist Name\"\n\n\nReturns numbered list with MusicBrainz links.\n\n2. Check if artist exists\nbash scripts/lidarr.sh exists <foreignArtistId>\n\n3. Add artist\nbash scripts/lidarr.sh add <foreignArtistId>\n\n\nIf artist already exists, this will monitor them instead of failing.\n\nOptions:\n\n--discography — add full discography instead of albums only\n--no-search — don't search immediately\n4. List albums for an artist\nbash scripts/lidarr.sh list-artist-albums <artistId>\n\n\nShows all albums with their IDs and monitored status.\n\n5. Monitor specific albums\nbash scripts/lidarr.sh monitor-album <albumId>\n\n\nMonitor and optionally search for a specific album.\n\nOptions:\n\n--no-search — monitor but don't search yet\nCommands\nSearch for artists\nbash scripts/lidarr.sh search \"KMFDM\"\n\nCheck if artist exists\nbash scripts/lidarr.sh exists 45074d7c-5307-44a8-854f-ae072e1622ae\n\nAdd an artist (FLAC + albums only by default)\nbash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae\n\nAdd with full discography\nbash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae --discography\n\nList albums for an artist\nbash scripts/lidarr.sh list-artist-albums 382\n\nMonitor a specific album\nbash scripts/lidarr.sh monitor-album 11116\n\nList your library\nbash scripts/lidarr.sh list\n\nRefresh artist metadata\nbash scripts/lidarr.sh refresh <artistId>\n\nRemove an artist\nbash scripts/lidarr.sh remove <artistId>              # keep files\nbash scripts/lidarr.sh remove <artistId> --delete-files  # delete files too\n\nGet configuration\nbash scripts/lidarr.sh config"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rappo/lidarr",
    "publisherUrl": "https://clawhub.ai/rappo/lidarr",
    "owner": "rappo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lidarr",
    "downloadUrl": "https://openagent3.xyz/downloads/lidarr",
    "agentUrl": "https://openagent3.xyz/skills/lidarr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lidarr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lidarr/agent.md"
  }
}