SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Find streaming links and program updates, with direct playback on Xiaomi TVs.
用于追剧/追番的技能,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。当用户想搜索影视、动漫、短剧、综艺等节目信息或更新进度时使用此技能。
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# 追剧/追番技能 通过`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` 部分源站返回的播放地址可能为网页地址(不含.m3u8/.mp4),无法直接投屏或播放,可通过`curl -sSL "$url"`命令获取真实的播放地址。 为了更好的兼容性,执行命令时使用`npx -y mcporter`替代`mcporter`。
Files included alongside SKILL.md in the publisher’s repository.