← 返回 Skills 市场
Memelord
作者
Jason Levin
· GitHub ↗
· v1.0.2
· MIT-0
302
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install memelord
功能描述
AI-powered meme generation, meme editing, meme video generation for your projects, powered by memelord.com's trending memetic data
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memelord - 安装完成后,直接呼叫该 Skill 的名称或使用
/memelord触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Memelord 是什么?
AI-powered meme generation, meme editing, meme video generation for your projects, powered by memelord.com's trending memetic data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 Memelord?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memelord」即可一键安装,无需额外配置。
Memelord 是免费的吗?
是的,Memelord 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memelord 支持哪些平台?
Memelord 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memelord?
由 Jason Levin(@iamjasonlevin)开发并维护,当前版本 v1.0.2。
推荐 Skills