{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wiim",
    "name": "WiiM",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/geodeterra/wiim",
    "canonicalUrl": "https://clawhub.ai/geodeterra/wiim",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wiim",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wiim",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/wiim"
    },
    "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/wiim",
    "agentPageUrl": "https://openagent3.xyz/skills/wiim/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wiim/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wiim/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": "WiiM CLI",
        "body": "Control WiiM and LinkPlay audio devices from the command line."
      },
      {
        "title": "Installation",
        "body": "# Install globally\nuv tool install wiim-cli\n\n# Or run directly without installing\nuvx --from wiim-cli wiim --help\n\nRequires Python >=3.11."
      },
      {
        "title": "Quick Reference",
        "body": "All commands accept --host <ip> to target a specific device. If omitted and only one device is on the network, it auto-discovers."
      },
      {
        "title": "Discovery",
        "body": "wiim discover                    # Find devices on the network"
      },
      {
        "title": "Playback",
        "body": "wiim status                      # Show what's playing\nwiim play                        # Resume\nwiim pause                       # Pause\nwiim stop                        # Stop\nwiim next                        # Next track\nwiim prev                        # Previous track\nwiim seek 90                     # Seek to 1:30\nwiim shuffle true                # Enable shuffle"
      },
      {
        "title": "Volume",
        "body": "wiim volume                      # Show current volume\nwiim volume 50                   # Set to 50%\nwiim mute                        # Mute\nwiim unmute                      # Unmute"
      },
      {
        "title": "Play Media",
        "body": "wiim play-url \"https://example.com/stream.mp3\"     # Play a URL\nwiim play-preset 1                                   # Play saved preset #1"
      },
      {
        "title": "Notes",
        "body": "The WiiM must be on the same local network as the machine running the CLI.\nDiscovery uses SSDP/UPnP — may not work across subnets/VLANs.\nSpotify, AirPlay, and other streaming services are controlled from their own apps. Once playing on the WiiM, this CLI can pause/play/skip/adjust volume.\nplay-url works with direct audio URLs (MP3, FLAC, M3U streams, etc.)."
      }
    ],
    "body": "WiiM CLI\n\nControl WiiM and LinkPlay audio devices from the command line.\n\nInstallation\n# Install globally\nuv tool install wiim-cli\n\n# Or run directly without installing\nuvx --from wiim-cli wiim --help\n\n\nRequires Python >=3.11.\n\nQuick Reference\n\nAll commands accept --host <ip> to target a specific device. If omitted and only one device is on the network, it auto-discovers.\n\nDiscovery\nwiim discover                    # Find devices on the network\n\nPlayback\nwiim status                      # Show what's playing\nwiim play                        # Resume\nwiim pause                       # Pause\nwiim stop                        # Stop\nwiim next                        # Next track\nwiim prev                        # Previous track\nwiim seek 90                     # Seek to 1:30\nwiim shuffle true                # Enable shuffle\n\nVolume\nwiim volume                      # Show current volume\nwiim volume 50                   # Set to 50%\nwiim mute                        # Mute\nwiim unmute                      # Unmute\n\nPlay Media\nwiim play-url \"https://example.com/stream.mp3\"     # Play a URL\nwiim play-preset 1                                   # Play saved preset #1\n\nNotes\nThe WiiM must be on the same local network as the machine running the CLI.\nDiscovery uses SSDP/UPnP — may not work across subnets/VLANs.\nSpotify, AirPlay, and other streaming services are controlled from their own apps. Once playing on the WiiM, this CLI can pause/play/skip/adjust volume.\nplay-url works with direct audio URLs (MP3, FLAC, M3U streams, etc.)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/geodeterra/wiim",
    "publisherUrl": "https://clawhub.ai/geodeterra/wiim",
    "owner": "geodeterra",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wiim",
    "downloadUrl": "https://openagent3.xyz/downloads/wiim",
    "agentUrl": "https://openagent3.xyz/skills/wiim/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wiim/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wiim/agent.md"
  }
}