Meme Generator

v2.0.0

表情包文案生成。梗图创作、热门模板、反应表情、图片配文、病毒传播。Meme text generator with trending templates. 表情包、梗图、搞笑。

0· 493·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the included functionality: templates, caption and generate commands. The provided scripts implement a small CLI that lists templates and writes local data. Minor mismatch: SKILL.md examples call a 'meme-generator' command but there is no install spec that would place these scripts on PATH — plausible but worth noting.
Instruction Scope
SKILL.md instructs the agent to run the CLI commands and configure MEME_GENERATOR_DIR. The included scripts only read their arguments and write/read files under a data directory; they do not access unrelated system paths, environment secrets, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only). Code files (two shell scripts) are included but there's no mechanism described to install them as a 'meme-generator' command. This is not dangerous by itself but is an operational inconsistency users should be aware of.
Credentials
The skill requests no environment variables or credentials. It supports an optional MEME_GENERATOR_DIR for data location, which is proportional to its functionality.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. The scripts create and write to a data directory in the user's home (default ~/.local/share/meme-generator) — normal for a local CLI but worth noting as persistent local storage.
Assessment
This skill appears to be coherent and not overtly malicious: it generates meme templates and captions, doesn't ask for secrets, and doesn't make network calls. Before installing/allowing execution, consider: 1) The package includes two shell scripts that will create ~/.local/share/meme-generator (or the directory you set) and append to data.log and history.log — review those files if you care about local writes. 2) There is no install spec to put a 'meme-generator' binary on PATH; the SKILL.md examples assume such a command exists — confirm how these scripts will be invoked in your environment. 3) If you will permit autonomous invocation, be comfortable with the agent running included shell scripts. If uncertain, run the scripts in a sandbox or inspect them line-by-line (they are short and readable) and verify the upstream source/homepage before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk973bndjb8563w0hng16dcq771833m0rproductivityvk973q8e9gskhx90c1pgnxm2cpx82s8rk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments