{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wled",
    "name": "Wled",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rowbotik/wled",
    "canonicalUrl": "https://clawhub.ai/rowbotik/wled",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wled",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wled",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/api.md",
      "scripts/wled.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/wled"
    },
    "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/wled",
    "agentPageUrl": "https://openagent3.xyz/skills/wled/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wled/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wled/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "WLED Control",
        "body": "Control WLED LED strips and matrices via the HTTP JSON API."
      },
      {
        "title": "Requirements",
        "body": "WLED device on the same network\nDevice IP address or hostname\nPython 3 (no external dependencies)"
      },
      {
        "title": "Usage",
        "body": "All commands require --host (or -H) with the WLED device IP/hostname."
      },
      {
        "title": "Power Control",
        "body": "python3 scripts/wled.py -H <ip> power          # Get power state\npython3 scripts/wled.py -H <ip> power on       # Turn on\npython3 scripts/wled.py -H <ip> power off      # Turn off"
      },
      {
        "title": "Brightness",
        "body": "python3 scripts/wled.py -H <ip> brightness          # Get current brightness\npython3 scripts/wled.py -H <ip> brightness 255      # Max brightness\npython3 scripts/wled.py -H <ip> brightness 128      # 50% brightness"
      },
      {
        "title": "Colors",
        "body": "python3 scripts/wled.py -H <ip> color 255 0 0       # Red\npython3 scripts/wled.py -H <ip> color 0 255 0       # Green\npython3 scripts/wled.py -H <ip> color 0 0 255       # Blue\npython3 scripts/wled.py -H <ip> color 255 255 255   # White"
      },
      {
        "title": "Effects",
        "body": "python3 scripts/wled.py -H <ip> effects             # List all effects with IDs\npython3 scripts/wled.py -H <ip> effect 0            # Solid color\npython3 scripts/wled.py -H <ip> effect 9            # Rainbow\npython3 scripts/wled.py -H <ip> effect 9 -s 200     # Rainbow, fast speed\npython3 scripts/wled.py -H <ip> effect 9 -i 128     # Rainbow, medium intensity"
      },
      {
        "title": "Palettes",
        "body": "python3 scripts/wled.py -H <ip> palettes            # List all palettes with IDs\npython3 scripts/wled.py -H <ip> palette 6           # Set Party palette"
      },
      {
        "title": "Presets",
        "body": "python3 scripts/wled.py -H <ip> presets             # List saved presets\npython3 scripts/wled.py -H <ip> preset 1            # Load preset #1"
      },
      {
        "title": "Status",
        "body": "python3 scripts/wled.py -H <ip> status              # Full device status"
      },
      {
        "title": "Reference",
        "body": "See references/api.md for complete API documentation."
      },
      {
        "title": "Configuration",
        "body": "Avoid passing --host every time by creating a config file at ~/.wled/config.json:\n\n{\n  \"bedroom\": \"192.168.1.100\",\n  \"kitchen\": \"192.168.1.101\",\n  \"living_room\": \"wled-abc123.local\"\n}\n\nThen use aliases:\n\npython3 scripts/wled.py -H bedroom brightness 255\npython3 scripts/wled.py -H kitchen color 255 0 0\n\nOr set the WLED_HOST environment variable:\n\nexport WLED_HOST=192.168.1.100\npython3 scripts/wled.py brightness 255"
      },
      {
        "title": "Finding Your WLED Device",
        "body": "WLED devices can typically be found via:\n\nRouter admin panel (look for ESP device)\nmDNS/Bonjour: wled-<mac>.local\nWLED app discovery"
      },
      {
        "title": "Static IP Recommendation",
        "body": "IP addresses change over time. To avoid updating your config, set a static IP on your WLED device:\n\nOption 1: Router-based (easiest)\n\nOpen your router admin panel\nFind the WLED device by MAC address\nReserve/assign a static IP\n\nOption 2: On-device\n\nAccess WLED web UI at http://<current-ip>\nGo to Settings → WiFi Settings\nSet static IP manually\nSave and reboot\n\nUsing mDNS hostnames (e.g., wled-abc123.local) also avoids IP tracking—routers resolve these automatically."
      }
    ],
    "body": "WLED Control\n\nControl WLED LED strips and matrices via the HTTP JSON API.\n\nRequirements\nWLED device on the same network\nDevice IP address or hostname\nPython 3 (no external dependencies)\nUsage\n\nAll commands require --host (or -H) with the WLED device IP/hostname.\n\nPower Control\npython3 scripts/wled.py -H <ip> power          # Get power state\npython3 scripts/wled.py -H <ip> power on       # Turn on\npython3 scripts/wled.py -H <ip> power off      # Turn off\n\nBrightness\npython3 scripts/wled.py -H <ip> brightness          # Get current brightness\npython3 scripts/wled.py -H <ip> brightness 255      # Max brightness\npython3 scripts/wled.py -H <ip> brightness 128      # 50% brightness\n\nColors\npython3 scripts/wled.py -H <ip> color 255 0 0       # Red\npython3 scripts/wled.py -H <ip> color 0 255 0       # Green\npython3 scripts/wled.py -H <ip> color 0 0 255       # Blue\npython3 scripts/wled.py -H <ip> color 255 255 255   # White\n\nEffects\npython3 scripts/wled.py -H <ip> effects             # List all effects with IDs\npython3 scripts/wled.py -H <ip> effect 0            # Solid color\npython3 scripts/wled.py -H <ip> effect 9            # Rainbow\npython3 scripts/wled.py -H <ip> effect 9 -s 200     # Rainbow, fast speed\npython3 scripts/wled.py -H <ip> effect 9 -i 128     # Rainbow, medium intensity\n\nPalettes\npython3 scripts/wled.py -H <ip> palettes            # List all palettes with IDs\npython3 scripts/wled.py -H <ip> palette 6           # Set Party palette\n\nPresets\npython3 scripts/wled.py -H <ip> presets             # List saved presets\npython3 scripts/wled.py -H <ip> preset 1            # Load preset #1\n\nStatus\npython3 scripts/wled.py -H <ip> status              # Full device status\n\nReference\n\nSee references/api.md for complete API documentation.\n\nConfiguration\n\nAvoid passing --host every time by creating a config file at ~/.wled/config.json:\n\n{\n  \"bedroom\": \"192.168.1.100\",\n  \"kitchen\": \"192.168.1.101\",\n  \"living_room\": \"wled-abc123.local\"\n}\n\n\nThen use aliases:\n\npython3 scripts/wled.py -H bedroom brightness 255\npython3 scripts/wled.py -H kitchen color 255 0 0\n\n\nOr set the WLED_HOST environment variable:\n\nexport WLED_HOST=192.168.1.100\npython3 scripts/wled.py brightness 255\n\nFinding Your WLED Device\n\nWLED devices can typically be found via:\n\nRouter admin panel (look for ESP device)\nmDNS/Bonjour: wled-<mac>.local\nWLED app discovery\nStatic IP Recommendation\n\nIP addresses change over time. To avoid updating your config, set a static IP on your WLED device:\n\nOption 1: Router-based (easiest)\n\nOpen your router admin panel\nFind the WLED device by MAC address\nReserve/assign a static IP\n\nOption 2: On-device\n\nAccess WLED web UI at http://<current-ip>\nGo to Settings → WiFi Settings\nSet static IP manually\nSave and reboot\n\nUsing mDNS hostnames (e.g., wled-abc123.local) also avoids IP tracking—routers resolve these automatically."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rowbotik/wled",
    "publisherUrl": "https://clawhub.ai/rowbotik/wled",
    "owner": "rowbotik",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wled",
    "downloadUrl": "https://openagent3.xyz/downloads/wled",
    "agentUrl": "https://openagent3.xyz/skills/wled/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wled/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wled/agent.md"
  }
}