← 返回 Skills 市场
al-one

追剧/追番技能, 支持投屏到电视

作者 Alone · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
1472
总下载
5
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install mcp-vods
功能描述
用于追剧/追番的技能,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。当用户想搜索影视、动漫、短剧、综艺等节目信息或更新进度时使用此技能。
安全使用建议
This skill appears to do what it says (search streaming sources and cast to TVs) but there are a few risks and inconsistencies you should weigh: 1) Runtime code-fetch: the SKILL.md uses `npx -y mcporter` which will download and execute packages from npm each time the skill runs — only install/use this if you trust the mcporter/mcp-vods packages and their upstream authors. 2) Undeclared env vars: the doc requires MITV_LOCAL_IP / MITV_LIST_CFG and TVBOX_LOCAL_IP / TVBOX_LIST_CFG to perform casting, but those are not declared in the skill metadata; the author should add them so you can review and control what gets provided. 3) Local network access: casting requires contacting devices on your LAN using the provided IPs — avoid exposing sensitive devices and consider using a test network if unsure. 4) No code is packaged in the skill itself, so you should inspect the referenced GitHub repo and the npm packages (mcporter, uvx, mcp-vods) before using. If you decide to proceed: verify package provenance (npm author, GitHub repo contents), run in an isolated environment or container first, and only provide TV IPs you control.
功能分析
Type: OpenClaw Skill Name: mcp-vods Version: 1.0.2 The skill is classified as suspicious due to its reliance on external package runners (`npx`, `uvx`) to execute `mcporter` and `mcp-vods` with user-controlled input (`keyword`, `url`, `addr`) as arguments, as seen in `SKILL.md`. This introduces significant supply chain risk, as the security of the skill depends entirely on the integrity of these external packages. Furthermore, the direct passing of user input to shell commands without explicit sanitization creates a potential command injection vulnerability if the underlying `mcporter` or `mcp-vods` implementations are not robust against such attacks.
能力评估
Purpose & Capability
The name/description (search streaming sources and cast to TVs) aligns with the runtime commands (mcporter/uvx calls and mitv/tvbox play commands). However the registry metadata does not declare the optional environment variables (MITV_LOCAL_IP, MITV_LIST_CFG, TVBOX_LOCAL_IP, TVBOX_LIST_CFG) that the SKILL.md explicitly requires for casting — this is an inconsistency the author should have declared.
Instruction Scope
SKILL.md tells the agent to run npx -y mcporter ... 'uvx mcp-vods' which will fetch and execute code from npm at runtime, and to send media URLs to local device IPs (Xiaomi / Android TV). That means the agent will: (a) download/execute code from the network each run, and (b) communicate with local network devices using addresses supplied via env vars. The instructions also reference env vars not present in the registry metadata.
Install Mechanism
There is no install spec; instead the skill relies on npx -y to fetch and execute mcporter/mcp-vods on demand. Using npx implies transient downloading and running of remote packages from the npm registry each time — this is higher risk than pure instruction-only behavior because arbitrary code will be executed at runtime.
Credentials
Registry declares no required env vars, but SKILL.md expects MITV_LOCAL_IP / MITV_LIST_CFG and TVBOX_LOCAL_IP / TVBOX_LIST_CFG to enable casting. The skill accesses env vars that are not declared in the metadata (a mismatch). Those env vars control local network targets (TV IPs) — sensitive in that they enable contacting devices on the user's LAN.
Persistence & Privilege
always:false and no install-time persistence or modification of other skills is requested. The skill does not request permanent/system-level privileges in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-vods
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-vods 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 添加homepage字段,指向GitHub项目主页。 - 优化描述和排版,使功能介绍更清晰。 - 部分命令参数增加--schema,完善工具列表获取方式说明。 - 建议命令统一使用npx -y mcporter以提升兼容性。
v1.0.1
No user-facing changes in this version. - Version bump with no updates to files or documentation. - Functionality and usage remain unchanged.
v1.0.0
mcp-vods 1.0.0 - Initial release of the skill for tracking and playing video content. - Supports searching for movies, TV shows, anime, and more across multiple sources. - Enables direct casting of media to Xiaomi TVs and Android TVs via command-line tools. - Provides detailed instructions for required environment variables and tool usage. - Includes tool listing functionality for easy discovery of available commands.
元数据
Slug mcp-vods
版本 1.0.2
许可证
累计安装 3
当前安装数 2
历史版本数 3
常见问题

追剧/追番技能, 支持投屏到电视 是什么?

用于追剧/追番的技能,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。当用户想搜索影视、动漫、短剧、综艺等节目信息或更新进度时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1472 次。

如何安装 追剧/追番技能, 支持投屏到电视?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-vods」即可一键安装,无需额外配置。

追剧/追番技能, 支持投屏到电视 是免费的吗?

是的,追剧/追番技能, 支持投屏到电视 完全免费(开源免费),可自由下载、安装和使用。

追剧/追番技能, 支持投屏到电视 支持哪些平台?

追剧/追番技能, 支持投屏到电视 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 追剧/追番技能, 支持投屏到电视?

由 Alone(@al-one)开发并维护,当前版本 v1.0.2。

💬 留言讨论