← Back to Skills Marketplace
wells1137

MeowLoad Downloader

by Wells Wu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
310
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meowload-downloader
Description
Download videos, images, and audio without watermarks from 999+ platforms (TikTok, YouTube, Instagram, Twitter, Bilibili, Sora2, etc.) using the MeowLoad API...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meowload-downloader
  3. After installation, invoke the skill by name or use /meowload-downloader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: watermark-free downloader for 999+ platforms
Metadata
Slug meowload-downloader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MeowLoad Downloader?

Download videos, images, and audio without watermarks from 999+ platforms (TikTok, YouTube, Instagram, Twitter, Bilibili, Sora2, etc.) using the MeowLoad API... It is an AI Agent Skill for Claude Code / OpenClaw, with 310 downloads so far.

How do I install MeowLoad Downloader?

Run "/install meowload-downloader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MeowLoad Downloader free?

Yes, MeowLoad Downloader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MeowLoad Downloader support?

MeowLoad Downloader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MeowLoad Downloader?

It is built and maintained by Wells Wu (@wells1137); the current version is v1.0.0.

💬 Comments