{
  "schemaVersion": "1.0",
  "item": {
    "slug": "roku",
    "name": "roku",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/gumadeiras/roku",
    "canonicalUrl": "https://clawhub.ai/gumadeiras/roku",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/roku",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=roku",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "roku-client.py",
      "roku-daemon.py",
      "roku-fast.py",
      "roku-listener.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/roku"
    },
    "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/roku",
    "agentPageUrl": "https://openagent3.xyz/skills/roku/agent",
    "manifestUrl": "https://openagent3.xyz/skills/roku/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/roku/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": "Roku CLI",
        "body": "Fast TypeScript CLI for controlling Roku devices via the ECP API."
      },
      {
        "title": "Installation",
        "body": "npm install -g roku-ts-cli@latest"
      },
      {
        "title": "Quick Start",
        "body": "# Discover devices and save an alias\nroku discover --save livingroom --index 1\n\n# Use the alias\nroku --host livingroom device-info\nroku --host livingroom apps"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionroku discoverFind Roku devices on networkroku --host <ip> device-infoGet device inforoku --host <ip> appsList installed appsroku --host <ip> command <key>Send remote keyroku --host <ip> literal <text>Type textroku --host <ip> search --title <query>Search contentroku --host <ip> launch <app>Launch approku --host <ip> interactiveInteractive remote mode"
      },
      {
        "title": "Interactive Mode",
        "body": "roku livingroom                    # interactive control\nroku --host livingroom interactive # same thing\n\nUse arrow keys, enter, escape for remote-like control."
      },
      {
        "title": "Bridge Service",
        "body": "Run a persistent HTTP bridge as a native OS service:\n\n# Install and start the service\nroku bridge install-service --port 19839 --token secret --host livingroom --user\nroku bridge start --user\n\n# Service management\nroku bridge status --user\nroku bridge stop --user\nroku bridge uninstall --user\n\nSend commands via HTTP:\n\n# Send key\ncurl -X POST http://127.0.0.1:19839/key \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer secret\" \\\n  -d '{\"key\":\"home\"}'\n\n# Type text\ncurl -X POST http://127.0.0.1:19839/text \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer secret\" \\\n  -d '{\"text\":\"hello\"}'\n\n# Launch app\ncurl -X POST http://127.0.0.1:19839/launch \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer secret\" \\\n  -d '{\"app\":\"plex\"}'\n\n# Health check\ncurl http://127.0.0.1:19839/health -H \"Authorization: Bearer secret\""
      },
      {
        "title": "Bridge Endpoints",
        "body": "EndpointBodyPOST /key{\"key\": \"home\"}POST /text{\"text\": \"hello\"}POST /search{\"title\": \"Stargate\"}POST /launch{\"app\": \"plex\"}GET /health—GET /health?deep=1Deep health check (probes Roku)"
      },
      {
        "title": "Aliases",
        "body": "# Save device alias\nroku discover --save livingroom --index 1\nroku alias set office 192.168.1.20\n\n# Save app alias  \nroku alias set plex 13535\n\n# List aliases\nroku alias list\n\n# Use aliases\nroku --host livingroom launch plex"
      },
      {
        "title": "Remote Keys",
        "body": "home, back, select, up, down, left, right, play, pause, rev, fwd, replay, info, power, volume_up, volume_down, mute"
      },
      {
        "title": "Notes",
        "body": "Roku must be on the same network as the CLI\nBridge service runs as a native launchd (macOS) or systemd (Linux) service\nUse --user flag for user-space service (no sudo required)\nUse --token for authentication in bridge mode"
      },
      {
        "title": "Source",
        "body": "https://github.com/gumadeiras/roku-cli"
      }
    ],
    "body": "Roku CLI\n\nFast TypeScript CLI for controlling Roku devices via the ECP API.\n\nInstallation\nnpm install -g roku-ts-cli@latest\n\nQuick Start\n# Discover devices and save an alias\nroku discover --save livingroom --index 1\n\n# Use the alias\nroku --host livingroom device-info\nroku --host livingroom apps\n\nCommands\nCommand\tDescription\nroku discover\tFind Roku devices on network\nroku --host <ip> device-info\tGet device info\nroku --host <ip> apps\tList installed apps\nroku --host <ip> command <key>\tSend remote key\nroku --host <ip> literal <text>\tType text\nroku --host <ip> search --title <query>\tSearch content\nroku --host <ip> launch <app>\tLaunch app\nroku --host <ip> interactive\tInteractive remote mode\nInteractive Mode\nroku livingroom                    # interactive control\nroku --host livingroom interactive # same thing\n\n\nUse arrow keys, enter, escape for remote-like control.\n\nBridge Service\n\nRun a persistent HTTP bridge as a native OS service:\n\n# Install and start the service\nroku bridge install-service --port 19839 --token secret --host livingroom --user\nroku bridge start --user\n\n# Service management\nroku bridge status --user\nroku bridge stop --user\nroku bridge uninstall --user\n\n\nSend commands via HTTP:\n\n# Send key\ncurl -X POST http://127.0.0.1:19839/key \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer secret\" \\\n  -d '{\"key\":\"home\"}'\n\n# Type text\ncurl -X POST http://127.0.0.1:19839/text \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer secret\" \\\n  -d '{\"text\":\"hello\"}'\n\n# Launch app\ncurl -X POST http://127.0.0.1:19839/launch \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer secret\" \\\n  -d '{\"app\":\"plex\"}'\n\n# Health check\ncurl http://127.0.0.1:19839/health -H \"Authorization: Bearer secret\"\n\nBridge Endpoints\nEndpoint\tBody\nPOST /key\t{\"key\": \"home\"}\nPOST /text\t{\"text\": \"hello\"}\nPOST /search\t{\"title\": \"Stargate\"}\nPOST /launch\t{\"app\": \"plex\"}\nGET /health\t—\nGET /health?deep=1\tDeep health check (probes Roku)\nAliases\n# Save device alias\nroku discover --save livingroom --index 1\nroku alias set office 192.168.1.20\n\n# Save app alias  \nroku alias set plex 13535\n\n# List aliases\nroku alias list\n\n# Use aliases\nroku --host livingroom launch plex\n\nRemote Keys\n\nhome, back, select, up, down, left, right, play, pause, rev, fwd, replay, info, power, volume_up, volume_down, mute\n\nNotes\nRoku must be on the same network as the CLI\nBridge service runs as a native launchd (macOS) or systemd (Linux) service\nUse --user flag for user-space service (no sudo required)\nUse --token for authentication in bridge mode\nSource\n\nhttps://github.com/gumadeiras/roku-cli"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gumadeiras/roku",
    "publisherUrl": "https://clawhub.ai/gumadeiras/roku",
    "owner": "gumadeiras",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/roku",
    "downloadUrl": "https://openagent3.xyz/downloads/roku",
    "agentUrl": "https://openagent3.xyz/skills/roku/agent",
    "manifestUrl": "https://openagent3.xyz/skills/roku/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/roku/agent.md"
  }
}