← Back to Skills Marketplace
Memelord
by
Jason Levin
· GitHub ↗
· v1.0.2
· MIT-0
302
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install memelord
Description
AI-powered meme generation, meme editing, meme video generation for your projects, powered by memelord.com's trending memetic data
Usage Guidance
This skill appears to do what it says: call memelord.com APIs to create/edit memes and download results. If you install it, only provide the MEMELORD_API_KEY it requests and avoid putting other unrelated secrets into the same .env file because _env.sh exports everything it finds. When using webhooks, prefer ephemeral or dedicated webhook endpoints and avoid passing secrets on shared command lines or logs. If you need higher assurance, inspect the scripts yourself and run them in a restricted workspace/container before giving them network access to your main environment.
Capability Analysis
Type: OpenClaw Skill
Name: memelord
Version: 1.0.2
The Memelord skill bundle is a legitimate set of scripts designed to interface with the Memelord API for generating and editing image and video memes. The code uses Node.js helper scripts within Bash wrappers to ensure robust JSON handling and safe file downloads, effectively avoiding common shell-injection vulnerabilities. All network requests are directed to the official domain (memelord.com), and there is no evidence of data exfiltration, unauthorized credential access, or malicious prompt injection within the documentation.
Capability Assessment
Purpose & Capability
Name/description, declared binaries (node, curl, realpath), and required env (MEMELORD_API_KEY) line up with the included scripts, which make HTTP requests to https://www.memelord.com API endpoints and download media. The requested capabilities are proportional to meme/image/video generation.
Instruction Scope
SKILL.md and the scripts stick to generating, editing, polling, downloading, and verifying webhook payloads for memelord.com. They do source a local .env file and write files into outputs/; the README suggests a /root path in an example (odd in multi-user environments) but this is just an example. The scripts accept webhook URL/secret parameters; using webhooks means you will expose an external callback surface if you supply a public webhook URL.
Install Mechanism
No install spec — the skill is delivered as runnable shell/node scripts and assumes node/curl/realpath are present. Nothing is downloaded from arbitrary URLs during install; files are plain-text and readable.
Credentials
The skill declares a single required secret (MEMELORD_API_KEY), which is appropriate. However _env.sh auto-sources and export-s everything from a local .env file: that means if you put additional unrelated secrets in .env they will be exported into the skill's process environment and any child processes. Also several scripts accept webhook secrets as CLI args — be careful not to expose secrets in logs or shared command histories.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform privileges. It does not modify other skills or system config. Runtime behavior is limited to making HTTP requests and writing to the local workspace.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memelord - After installation, invoke the skill by name or use
/memelord - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Metadata: declared env/bin deps + emoji tweak
v1.0.1
Docs: media-only sharing instructions and executable scripts
v1.0.0
- Initial release of the Memelord skill.
- Generate image and video memes programmatically using the Memelord API.
- Supports meme editing, including modifying text and captions for images and videos.
- Includes scripts for polling video render status and verifying webhook signatures.
- Get started with 50 free API credits via a Memelord.com subscription.
Metadata
Frequently Asked Questions
What is Memelord?
AI-powered meme generation, meme editing, meme video generation for your projects, powered by memelord.com's trending memetic data. It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.
How do I install Memelord?
Run "/install memelord" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memelord free?
Yes, Memelord is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memelord support?
Memelord is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memelord?
It is built and maintained by Jason Levin (@iamjasonlevin); the current version is v1.0.2.
More Skills