追剧/追番技能, 支持投屏到电视
Analysis
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.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="影视名称"`
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.
`mitv_play_media url="影视URL" addr="小米电视IP"` and `tvbox_play_media url="影视URL" addr="安卓电视IP"`
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.
