追剧/追番技能, 支持投屏到电视
PassAudited by ClawScan on May 1, 2026.
Overview
This skill openly uses command-line MCP tooling to search video sources and optionally cast to a TV; the main things to notice are remote package execution and local TV control, both aligned with its stated purpose.
This appears coherent for a media search and TV-casting skill. Before installing, make sure you trust the upstream packages it runs through npx/uvx, and be careful when using the casting commands because they can start playback on a configured local TV.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
When used, the agent may run externally sourced package code to provide the media search/casting tools.
The skill relies on externally resolved command-line packages via npx and uvx, with no pinned version or local reviewed code in the artifact. This is disclosed and central to the MCP-based media-search purpose, so it is a supply-chain note rather than a concern.
`npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称"`
Install only if you trust the referenced mcp-vods/mcporter packages and their source; consider pinning versions or reviewing the upstream repository before use.
If invoked with a TV address, the agent could start playback on that local TV.
The skill exposes tools that can send a media URL to a local TV device. This is exactly the advertised casting feature, but it is still a user-visible action affecting another device.
`mitv_play_media url="影视URL" addr="小米电视IP"` and `tvbox_play_media url="影视URL" addr="安卓电视IP"`
Use the casting feature only with TVs you own or control, and verify the media URL and target IP before asking the agent to play content.
