← Back to Skills Marketplace
1472
Downloads
5
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install mcp-vods
Description
用于追剧/追番的技能,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。当用户想搜索影视、动漫、短剧、综艺等节目信息或更新进度时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-vods - After installation, invoke the skill by name or use
/mcp-vods - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 追剧/追番技能, 支持投屏到电视?
用于追剧/追番的技能,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。当用户想搜索影视、动漫、短剧、综艺等节目信息或更新进度时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1472 downloads so far.
How do I install 追剧/追番技能, 支持投屏到电视?
Run "/install mcp-vods" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 追剧/追番技能, 支持投屏到电视 free?
Yes, 追剧/追番技能, 支持投屏到电视 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 追剧/追番技能, 支持投屏到电视 support?
追剧/追番技能, 支持投屏到电视 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 追剧/追番技能, 支持投屏到电视?
It is built and maintained by Alone (@al-one); the current version is v1.0.2.
More Skills