← 返回 Skills 市场
MediaGo
作者
caorushizi
· GitHub ↗
· v1.0.0
· MIT-0
155
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mediago
功能描述
Download videos from m3u8/HLS streams, Bilibili, and direct URLs using MediaGo. 下载视频、m3u8直播流、B站视频。 Triggers on: download video, 下载视频, 下载这个链接, 帮我下载, m3u8 down...
安全使用建议
This skill appears to do what it says: it controls a MediaGo server via HTTP and stores a small config in ~/.mediago-skill.json. Before installing, consider: 1) Only point the skill to MediaGo instances you trust — it will send URLs and (optionally) an API key to that host. 2) The API key is stored in a plaintext file in your home directory; if the key is sensitive, limit file permissions or avoid storing it. 3) Verify you downloaded MediaGo from the official repo (SKILL.md cites a GitHub repo) and don't provide credentials to unknown servers. If you want, inspect ~/.mediago-skill.json after configuration and remove stored keys when no longer needed.
功能分析
Type: OpenClaw Skill
Name: mediago
Version: 1.0.0
The mediago skill is a legitimate wrapper for the MediaGo video downloader API. It facilitates downloading videos by managing a local configuration file (~/.mediago-skill.json) and performing standard API calls via curl to a user-specified MediaGo instance. The instructions in SKILL.md are consistent with the stated purpose and do not exhibit signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill claims to control a MediaGo instance and its instructions only require a MediaGo URL and optional API key plus a local config file; those are coherent and expected for a downloader that proxies requests to a running MediaGo service.
Instruction Scope
Instructions tell the agent to read/write ~/.mediago-skill.json, perform curl calls to the configured BASE_URL (including /api/downloads and /api/config), and poll every 3s for up to 5 minutes. This stays within the downloader's scope, but it will store any provided API key in plaintext and will send user-supplied URLs to the configured server (which could be local or remote).
Install Mechanism
Instruction-only skill with no install steps or code files — minimal surface area and nothing is written to disk by an installer beyond the config file the skill itself manages.
Credentials
The skill does not request environment variables or platform credentials. It does persist an optional API key in ~/.mediago-skill.json; storing secrets in a plaintext home-file is functional but a privacy risk if the key is sensitive or the host is shared.
Persistence & Privilege
always:false and no system-wide modifications. The skill writes and reads only its own config file (~/.mediago-skill.json), which is normal for this use-case.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mediago - 安装完成后,直接呼叫该 Skill 的名称或使用
/mediago触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mediago skill.
- Download videos from m3u8/HLS streams, Bilibili, and direct URLs via a running MediaGo instance.
- Supports configuration and updates of MediaGo address and API key, with first-time setup guidance in English and Chinese.
- Auto-detects download type (m3u8, bilibili, direct) based on the URL.
- Monitors download task progress and reports the result to the user.
- Responds in the user's language (English or Chinese) throughout the workflow.
- Provides clear troubleshooting for connectivity or authentication issues.
元数据
常见问题
MediaGo 是什么?
Download videos from m3u8/HLS streams, Bilibili, and direct URLs using MediaGo. 下载视频、m3u8直播流、B站视频。 Triggers on: download video, 下载视频, 下载这个链接, 帮我下载, m3u8 down... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。
如何安装 MediaGo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mediago」即可一键安装,无需额外配置。
MediaGo 是免费的吗?
是的,MediaGo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MediaGo 支持哪些平台?
MediaGo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MediaGo?
由 caorushizi(@caorushizi)开发并维护,当前版本 v1.0.0。
推荐 Skills