# Send 追剧/追番技能, 支持投屏到电视 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/mcp-vods",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-vods",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "mcp-vods",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-13T02:41:33.215Z",
      "expiresAt": "2026-05-20T02:41:33.215Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-vods",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mcp-vods",
        "contentDisposition": "attachment; filename=\"mcp-vods-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mcp-vods"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 追剧/追番技能

通过npx -y mcporter连接mcp-vods在多个源站中搜索影视、动漫、短剧、综艺等节目信息或更新进度。
并支持通过配置可选的电视IP环境变量，实现投屏到电视上播放。

### 搜索工具

该工具需要在多个源站搜索，比较耗时，需要更多的超时时间，如果遇到超时，可以重新尝试。

npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称"
npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称" page=2

### 小米电视投屏工具

需要配置环境变量MITV_LOCAL_IP或MITV_LIST_CFG才能使用此工具。
npx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url="影视URL" addr="小米电视IP"

### 安卓电视投屏工具

需要配置环境变量TVBOX_LOCAL_IP或TVBOX_LIST_CFG并在电视上安装TvBox才能使用此工具。
npx -y mcporter call --stdio 'uvx mcp-vods' tvbox_play_media url="影视URL" addr="安卓电视IP"

### 获取工具列表

npx -y mcporter list --stdio 'uvx mcp-vods' --schema --all-parameters

为了更好的兼容性，执行命令时使用npx -y mcporter替代mcporter。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: al-one
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-13T02:41:33.215Z
- Expires at: 2026-05-20T02:41:33.215Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/mcp-vods)
- [Send to Agent page](https://openagent3.xyz/skills/mcp-vods/agent)
- [JSON manifest](https://openagent3.xyz/skills/mcp-vods/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/mcp-vods/agent.md)
- [Download page](https://openagent3.xyz/downloads/mcp-vods)