← 返回
未分类 Key 中文

Memelord

AI-powered meme generation, meme editing, meme video generation for your projects, powered by memelord.com's trending memetic data
AI驱动的表情包生成、编辑及视频制作,服务于您的项目,由 memelord.com 热门梗数据提供支持。
iamjasonlevin iamjasonlevin 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 1
Stars
📥 607
下载
💾 0
安装
1
版本
#content#latest#marketing#memes

概述

Memelord Skill

Generate image and video memes on demand through the Memelord API with a set of ready-to-run helper scripts.

Setup

  1. API key – export it once per shell (or drop it into .env).

```bash

export MEMELORD_API_KEY="YOUR_KEY"

```

  1. Executable scripts – the repo ships with chmod +x already applied. If you clone from somewhere that strips modes, just run:

```bash

chmod +x scripts/*.sh

```

  1. (Optional) create an outputs/ folder to keep downloaded memes tidy:

```bash

mkdir -p /root/.openclaw/workspace/outputs

```

CLI Overview

ScriptEndpointPurpose
---------
scripts/ai-meme.shPOST /api/v1/ai-memeGenerate fresh image memes
scripts/ai-meme-edit.shPOST /api/v1/ai-meme/editEdit an existing image meme
scripts/ai-video-meme.shPOST /api/v1/ai-video-memeKick off async video meme renders
scripts/ai-video-meme-edit.shPOST /api/v1/ai-video-meme/editRe-caption an existing video meme
scripts/video-render-remote.shGET /api/video/render/remotePoll render job status / URLs
scripts/verify-webhook.shhelperValidate webhook signatures

All scripts accept --out so you can control where JSON responses land.

1. Generate image memes (1 credit)

./scripts/ai-meme.sh "developer fixing bugs at 3am" --png ./outputs/meme.png
./scripts/ai-meme.sh "when the code works on the first try" --count 3 --png ./outputs/meme_%d.png

2. Edit an image meme (1 credit)

./scripts/ai-meme-edit.sh --from ./memelord_ai_meme.json \
  --instruction "make it about javascript instead" --png ./outputs/edited.png

# or supply template metadata manually
./scripts/ai-meme-edit.sh --template-id abc-123 --template-data-file ./template_data.json \
  --instruction "change the top text" --out ./outputs/edit.json

3. Generate video memes (5 credits, async)

./scripts/ai-video-meme.sh "when the code works on the first try" --count 2 --out ./outputs/jobs.json

# with webhook callbacks
./scripts/ai-video-meme.sh "ship it" \
  --webhook-url https://example.com/webhook \
  --webhook-secret supersecret

4. Edit a video meme caption (5 credits, async)

./scripts/ai-video-meme-edit.sh --template-id abc-123 \
  --caption "When the code works on the first try" \
  --instruction "make it about not knowing why it works" \
  --out ./outputs/video_edit_job.json

5. Poll video render status

./scripts/video-render-remote.sh --job-id render-1740524400000-abc12 --out ./outputs/status.json

6. Verify webhook signatures

./scripts/verify-webhook.sh --secret "$WEBHOOK_SECRET" --body-file ./payload.json --signature "<hex>"

Sharing memes in chat surfaces (no links, just media)

When you want Telegram/Signal/WhatsApp/etc. to show only the meme (no caption/link blob), follow this pattern:

  1. Generate or edit the meme as usual (ai-video-meme.sh, ai-meme.sh, etc.).
  2. Poll the job if it’s a video (video-render-remote.sh) until you see mp4Url (or url for images) in the JSON.
  3. Download the asset into your workspace. Example for a video:

```bash

curl -sSL "" -o ./outputs/hiring_engineers.mp4

```

For images, the --png flag already writes the file; otherwise curl the url the same way.

  1. Send the file itself back to the chat using the OpenClaw media syntax so only the video/image appears:

```

MEDIA:./outputs/hiring_engineers.mp4

```

(Swap the extension for .png/.webp for still memes.)

Because the attachment is the only thing in the reply, Telegram renders it inline without any auto-generated “description + link” chatter.


Credits: Memelord gives you 50 video/image credits per month on the base subscription. Top up or read more at https://www.memelord.com/docs.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-01 14:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Video Frames

steipete
使用 ffmpeg 从视频中提取帧或短片。
★ 134 📥 52,857
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 429 📥 116,863
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 217 📥 47,468