Memelord

AI-powered meme generation, meme editing, meme video generation for your projects, powered by memelord.com's trending memetic data

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Memelord" with this command: npx skills add iamjasonlevin/memelord

Memelord Skill

Generate memes on demand through the Memelord API.

Setup

Set your API key as an environment variable (or store in config):

export MEMELORD_API_KEY="KEY HERE"

Usage

This skill includes separate scripts for each Memelord endpoint.

1) Generate image memes (1 credit): POST /api/v1/ai-meme

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

2) Edit an existing image meme (1 credit): POST /api/v1/ai-meme/edit

# easiest: edit from a previous generation response (pulls template_id + template_data from results[0])
{baseDir}/scripts/ai-meme-edit.sh --from ./memelord_ai_meme.json \
  --instruction "make it about javascript instead" --png ./edited.png

# or provide template id + template data explicitly
{baseDir}/scripts/ai-meme-edit.sh --template-id abc-123 --template-data-file ./template_data.json \
  --instruction "change the top text" --out ./edit.json

3) Generate video memes (5 credits) (async jobs): POST /api/v1/ai-video-meme

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

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

4) Edit an existing video meme caption (5 credits) (async job): POST /api/v1/ai-video-meme/edit

{baseDir}/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 ./video_edit_job.json

5) Poll video render job status: GET /api/video/render/remote?jobId=...

{baseDir}/scripts/video-render-remote.sh --job-id render-1740524400000-abc12
{baseDir}/scripts/video-render-remote.sh --job-id render-1740524400000-abc12 --out ./status.json

6) Verify webhook signatures (helper)

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

API credits: 50/month (free with a memelord.com subscription), more at https://www.memelord.com/docs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Repurposer Pro

Repurpose long-form content (blog posts, articles, YouTube transcripts) into multiple formats automatically — Twitter/X threads, LinkedIn posts, email newsle...

Registry SourceRecently Updated
660Profile unavailable
General

Blog Master — Universal SEO Blog Writing System

Write SEO-optimized blog posts for any niche and publish them to WordPress, Google Business Profile, and Google Blogger. Includes AEO triggers for AI search...

Registry SourceRecently Updated
9540Profile unavailable
General

小红书算法优化师

中国小红书平台内容算法优化工具,针对小红书推荐逻辑优化笔记标题、内容、标签、首图文案,提高笔记曝光量、互动率和流量扶持。使用场景:(1)写小红书笔记前优化内容结构,(2)修改现有低流量笔记,(3)分析爆款笔记逻辑,(4)规划垂直内容选题。

Registry SourceRecently Updated
1510Profile unavailable
General

Content Agency — AI 内容创作专家团

AI 内容创作 Agency 技能。当用户需要专业内容创作(文案写作、社媒策略、品牌故事、SEO内容、 增长黑客建议、Reddit/微博/小红书/微信公众号运营策略)时使用。 支持多角色切换:文案师、社媒策略师、SEO专家、增长黑客、品牌守护者等。 触发词:写文案、内容策略、社媒运营、品牌故事、增长建议、写推文、...

Registry SourceRecently Updated
1070Profile unavailable