← 返回 Skills 市场
176
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mgtv
功能描述
搜索芒果 TV 视频资源并在系统浏览器中播放
安全使用建议
This skill appears to do exactly what it says: it queries Mango TV's public search API and opens the resulting page in your system browser (or prints a link if running in headless/CI). It requires Node and outbound HTTPS access but asks for no secrets. Notes before installing: 1) documentation mentions Playwright and an optional BROWSER_COMMAND, but the main script does not depend on Playwright nor read BROWSER_COMMAND — do not install heavy dependencies (like Playwright) unless you need the advanced automation features; 2) review the small scripts yourself (they are included) before running code from an unknown source; 3) the script will spawn platform commands (open/xdg-open/cmd start) which will open browser windows if run locally — avoid running it on servers where you don't want GUI operations. Overall coherent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: mgtv
Version: 1.0.2
The mgtv skill is a legitimate utility for searching and playing videos from the MGTV platform. The main script, scripts/search-mgtv.js, interacts with the official MGTV API (mobileso.bz.mgtv.com) and uses the system's native browser-opening commands via child_process.spawn, which is a secure practice. The code is well-documented, lacks suspicious dependencies, and includes logic to handle headless environments gracefully by printing URLs instead of attempting to open a GUI browser.
能力评估
Purpose & Capability
Name/description (search Mango TV and open playback pages) aligns with the included scripts. The script requires only Node and makes HTTPS calls to Mango TV search API (mobileso.bz.mgtv.com) and spawns a platform-specific command to open the system browser — all expected for this functionality.
Instruction Scope
SKILL.md and the scripts instruct running node scripts/search-mgtv.js with --query or --direct-url; the runtime code only performs HTTP GETs to the Mango TV API, selects a URL, and opens the browser (or prints a link in headless environments). No unrelated files, credentials, or external endpoints are accessed. Minor docs drift: some documentation mentions an optional BROWSER_COMMAND env var and suggests installing Playwright for automation, but the shipped main script does not read BROWSER_COMMAND nor depends on Playwright in package.json.
Install Mechanism
There is no automated install spec (instruction-only install). The package includes code files and a package.json but no declared dependencies. README/USAGE suggest 'npm install playwright' for advanced automation — this is optional and not required by the main script; installing Playwright would download large browser binaries (as the CHANGELOG correctly noted they removed a playwright dependency).
Credentials
The skill declares no required environment variables or credentials. The script does read common environment indicators (HEADLESS, CI, DISPLAY, ELECTRON_RUN_AS_NODE) to decide whether to try to open a browser or just print a link — this is proportional to the stated behavior and not sensitive. No secrets or unrelated env vars are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configuration, and does not persist credentials. It spawns a short-lived process to open the browser and exits — no elevated or persistent privileges requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mgtv - 安装完成后,直接呼叫该 Skill 的名称或使用
/mgtv触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
安全修复:移除未使用的playwright依赖;将child_process.exec替换为spawn消除命令注入风险;修正跨平台bin元数据
v1.0.1
Initial release of MGTV video search & playback skill.
- Enables searching for MGTV (芒果 TV) video content and opening playback in your system's default browser.
- Supports searching by keywords or directly opening a specific MGTV video URL.
- Includes command-line usage scripts and test cases.
- Works across macOS, Windows, and Linux by invoking appropriate browser open commands.
- Documentation and usage instructions added.
v1.0.0
- 首个版本发布,支持芒果TV热综艺、剧集内容筛选和粉丝互动指引。
- 提供按内容分级、清晰度、题材领域等多项筛选项。
- 支持播放进度云记录、离线存量、弹幕控制、倍速等丰富功能返回。
- 实时跟随版权和流行趋势每日内容更新。
元数据
常见问题
MGTV 是什么?
搜索芒果 TV 视频资源并在系统浏览器中播放. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 MGTV?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mgtv」即可一键安装,无需额外配置。
MGTV 是免费的吗?
是的,MGTV 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MGTV 支持哪些平台?
MGTV 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MGTV?
由 mgtv(@kllb520)开发并维护,当前版本 v1.0.2。
推荐 Skills