Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问许可证需确认审计异常

generating-memes生成模因

Agent Skill

generating-memes 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

840

周安装

35

GitHub Stars

22

下载量

280
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:generating-memes(生成模因)
来源仓库:https://github.com/geekjourneyx/meme-generator-skill
仓库路径:skills/generating-memes
安装命令:
npx skills add https://github.com/geekjourneyx/meme-generator-skill --skill generating-memes
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/geekjourneyx/meme-generator-skill --skill generating-memes

简介

用于查找、检索和筛选相关信息,适合 Codex、Claude、Cursor、Gemini CLI 环境。

  • 可根据关键词、任务场景或来源线索定位候选结果。
  • 通过 npx skills add 命令从 GitHub 仓库安装。
  • 安装前需确认权限范围和维护状态,避免触发联网或文件读写。
  • generating-memes 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Generating Memes

Creates memes using the meme CLI tool with 298+ templates.

Quick Start

List all templates:

meme list

Search templates by keyword:

meme search <keyword>

Generate a meme:

meme generate <template> --images <paths> --texts <texts>

Popular Templates

Most commonly used templates:

TemplateDescriptionType
petpetPetting animation (摸/摸摸)Image
slapSlapping animation (一巴掌)Image
hugHugging animation (抱/抱抱)Image
rubNuzzling animation (贴/贴贴)Image
patPatting animation (拍)Image
kissKissing animation (亲/亲亲)Image
pinchPinching face (捏/捏脸)Image
5000choyenBig/small text contrastText
always"Always" format memeText
shockShocked reaction (震惊)Text
clownClown meme (小丑)Image
stare_at_youStaring at you (盯着你)Image
loadingLoading animationText
good_newsGood news header (喜报)Text
bad_newsBad news header (悲报)Text
applaudApplause (鼓掌)Image
praisePraise (表扬)Text
speechlessSpeechless (无语)Image
run_awayRun away (快逃)Image
suckSuck/Sip animation (吸/嗦)Image

See full template list

Usage Patterns

Image-based Memes

Templates requiring one or more images:

# Single image
meme generate petpet --images /path/to/photo.jpg

# Save to file
meme generate petpet --images /path/to/photo.jpg > output.gif

Text-based Memes

Templates using only text:

# 5000兆 (big/small contrast)
meme generate 5000choyen --texts "IMPORTANT" "ignore this"

# Always meme
meme generate always --texts "the answer is 42"

Mixed (Images + Text)

Recommended Workflow

  1. Search for a template: meme search <keyword>
  2. Preview the template: meme preview <template>
  3. Check requirements: meme info <template>
  4. Generate the meme: meme generate <template> [options]

Example: Create a Petpet Meme

# 1. Verify template exists
meme search pet

# 2. See what it needs
meme info petpet
# Output: needs 1 image, 0 text

# 3. Generate
meme generate petpet --images friend.jpg > petpet.gif

Commands Reference

CommandDescription
meme listList all 298 templates
meme search <keyword>Search templates by keyword
meme info <template>Show template requirements (images, texts, params)
meme preview <template>Generate template preview
meme generate <template>Create meme
meme downloadDownload required resources

See more examples

Troubleshooting

"meme: command not found"

The meme CLI is not installed. Install it from GitHub:

# Download the binary
curl -L https://github.com/MemeCrafters/meme-generator-rs/releases/latest/download/meme-x86_64-unknown-linux-gnu -o meme

# Make executable and install
chmod +x meme
sudo mv meme /usr/local/bin/

# Download required resources
meme download

GitHub: https://github.com/MemeCrafters/meme-generator-rs

Alternative: Build from source with Rust:

cargo install meme-generator
meme download

Template Not Found

If generation fails with "unknown template" error:

# Verify template name
meme list | grep <template>

# Search for similar templates
meme search <keyword>

# Check template info
meme info <template>

Missing Resources

If images or templates are missing:

meme download

This downloads all required template assets.

Network Issues (Download Failed)

If meme download fails with connection timeout:

# Error example:
# WARN Failed to download: Connection timed out (os error 110)
# The CLI cannot reach cdn.jsdelivr.net

# Solution: Download resources manually from GitHub releases
# Visit: https://github.com/MemeCrafters/meme-generator-rs/releases

Note: Some templates may work without downloaded resources if they have built-in assets.

Tips

  • Use meme info <template> before generating to understand requirements
  • Redirect output to save: > output.gif
  • Many templates support both images and text
  • Some templates have optional parameters (like --circle for petpet)
  • Use meme search for discovery when unsure of template name

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.97%
按下载量换算101

Claude

28.8%
按下载量换算81

Cursor

18.81%
按下载量换算53

Gemini CLI

9.96%
按下载量换算28

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills