{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mcp-vods",
    "name": "追剧/追番技能, 支持投屏到电视",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/al-one/mcp-vods",
    "canonicalUrl": "https://clawhub.ai/al-one/mcp-vods",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mcp-vods",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-vods",
    "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-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/mcp-vods"
    },
    "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/mcp-vods",
    "agentPageUrl": "https://openagent3.xyz/skills/mcp-vods/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mcp-vods/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mcp-vods/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": "追剧/追番技能",
        "body": "通过npx -y mcporter连接mcp-vods在多个源站中搜索影视、动漫、短剧、综艺等节目信息或更新进度。\n并支持通过配置可选的电视IP环境变量，实现投屏到电视上播放。"
      },
      {
        "title": "搜索工具",
        "body": "该工具需要在多个源站搜索，比较耗时，需要更多的超时时间，如果遇到超时，可以重新尝试。\n\nnpx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword=\"影视名称\"\nnpx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword=\"影视名称\" page=2"
      },
      {
        "title": "小米电视投屏工具",
        "body": "需要配置环境变量MITV_LOCAL_IP或MITV_LIST_CFG才能使用此工具。\nnpx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url=\"影视URL\" addr=\"小米电视IP\""
      },
      {
        "title": "安卓电视投屏工具",
        "body": "需要配置环境变量TVBOX_LOCAL_IP或TVBOX_LIST_CFG并在电视上安装TvBox才能使用此工具。\nnpx -y mcporter call --stdio 'uvx mcp-vods' tvbox_play_media url=\"影视URL\" addr=\"安卓电视IP\""
      },
      {
        "title": "获取工具列表",
        "body": "npx -y mcporter list --stdio 'uvx mcp-vods' --schema --all-parameters\n\n为了更好的兼容性，执行命令时使用npx -y mcporter替代mcporter。"
      }
    ],
    "body": "追剧/追番技能\n\n通过npx -y mcporter连接mcp-vods在多个源站中搜索影视、动漫、短剧、综艺等节目信息或更新进度。 并支持通过配置可选的电视IP环境变量，实现投屏到电视上播放。\n\n搜索工具\n\n该工具需要在多个源站搜索，比较耗时，需要更多的超时时间，如果遇到超时，可以重新尝试。\n\nnpx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword=\"影视名称\"\nnpx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword=\"影视名称\" page=2\n小米电视投屏工具\n需要配置环境变量MITV_LOCAL_IP或MITV_LIST_CFG才能使用此工具。\nnpx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url=\"影视URL\" addr=\"小米电视IP\"\n安卓电视投屏工具\n需要配置环境变量TVBOX_LOCAL_IP或TVBOX_LIST_CFG并在电视上安装TvBox才能使用此工具。\nnpx -y mcporter call --stdio 'uvx mcp-vods' tvbox_play_media url=\"影视URL\" addr=\"安卓电视IP\"\n获取工具列表\nnpx -y mcporter list --stdio 'uvx mcp-vods' --schema --all-parameters\n\n为了更好的兼容性，执行命令时使用npx -y mcporter替代mcporter。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/al-one/mcp-vods",
    "publisherUrl": "https://clawhub.ai/al-one/mcp-vods",
    "owner": "al-one",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mcp-vods",
    "downloadUrl": "https://openagent3.xyz/downloads/mcp-vods",
    "agentUrl": "https://openagent3.xyz/skills/mcp-vods/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mcp-vods/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mcp-vods/agent.md"
  }
}