← 返回 Skills 市场
wells1137

MeowLoad Downloader

作者 Wells Wu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
310
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meowload-downloader
功能描述
Download videos, images, and audio without watermarks from 999+ platforms (TikTok, YouTube, Instagram, Twitter, Bilibili, Sora2, etc.) using the MeowLoad API...
安全使用建议
This skill calls an external API (api.meowload.net) and sends whatever share URLs you provide to that service. The skill includes a hard-coded API key in its documentation (so requests will by default use someone else's key), and it references an env var (MEOWLOAD_API_KEY) that the registry did not declare. Before installing, consider: (1) privacy—do you want the third party to receive the URLs / metadata you give the skill? (2) accountability—the embedded key could be rate-limited or revoked and may let the skill author track usage; prefer setting your own API key if you trust the service; (3) legality/terms—removing watermarks or downloading some content may violate site terms or copyright laws. If you need this capability, obtain a MeowLoad developer key from the official site, set MEOWLOAD_API_KEY in your environment, and avoid sending sensitive or private URLs to the skill. If you want stronger assurance, ask the publisher to remove the embedded key from the skill documentation and to declare MEOWLOAD_API_KEY in the skill metadata.
功能分析
Type: OpenClaw Skill Name: meowload-downloader Version: 1.0.0 The skill bundle provides a functional interface for the MeowLoad media downloader API, allowing users to extract and download watermark-free content from various platforms. It uses standard curl commands for API interaction and file downloads, and while it includes a hardcoded API key (376454-087dd0budxxo) for immediate use, there are no indicators of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description (download watermark-free media) matches the instructions: the skill delegates work to MeowLoad's API and returns download links. However, the SKILL.md embeds a plaintext API key for the service and says it can be overridden by MEOWLOAD_API_KEY; the registry metadata declares no required env vars or primary credential. Embedding a key in the skill doc is unexpected and not declared in metadata.
Instruction Scope
Runtime instructions tell the agent to POST user-supplied URLs to https://api.meowload.net and to download returned resource_url links (using curl, possibly with supplied headers). That means arbitrary user-provided URLs (and potentially the content location) will be transmitted to a third-party service. The instructions do not read unrelated local files, but they do instruct network calls to an external endpoint using an embedded credential.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing is written to disk by an installer in the skill bundle itself, which reduces installation risk.
Credentials
The skill claims an out-of-the-box API key (376454-087dd0budxxo) and allows overriding it via MEOWLOAD_API_KEY, but the registry lists no required env vars or primary credential. A plaintext, embedded API key is a red flag: it may leak usage to a third party, be revoked, or provide indirect tracking. The skill may access an environment variable (MEOWLOAD_API_KEY) at runtime even though the platform metadata doesn't declare it.
Persistence & Privilege
The skill does not request always:true, has no install script, and does not modify other skills or system config. Autonomous invocation is allowed by default on the platform but is not combined here with elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meowload-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meowload-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: watermark-free downloader for 999+ platforms
元数据
Slug meowload-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

MeowLoad Downloader 是什么?

Download videos, images, and audio without watermarks from 999+ platforms (TikTok, YouTube, Instagram, Twitter, Bilibili, Sora2, etc.) using the MeowLoad API... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 310 次。

如何安装 MeowLoad Downloader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meowload-downloader」即可一键安装,无需额外配置。

MeowLoad Downloader 是免费的吗?

是的,MeowLoad Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MeowLoad Downloader 支持哪些平台?

MeowLoad Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MeowLoad Downloader?

由 Wells Wu(@wells1137)开发并维护,当前版本 v1.0.0。

💬 留言讨论