Meme Generator

v1.0.0

Generate meme captions using trending templates and viral reaction formats. Use when creating meme text, picking templates, crafting reaction captions.

0· 58·0 current·0 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 behavior: scripts produce meme templates/captions. One minor inconsistency: scripts/meme.sh invokes python3, but the skill's metadata lists no required binaries. Requiring python3 is reasonable for this tool, but it should be declared.
Instruction Scope
SKILL.md instructions are scoped to meme generation and CLI usage. The scripts do read/write under a data directory (default ~/.local/share/meme-generator/) and log history; this is within expected scope but is file-system activity the user should be aware of. SKILL.md does mention MEME_GENERATOR_DIR, so the path usage is documented.
Install Mechanism
No install spec or remote downloads; the skill is instruction-only with included local scripts. No external install URLs or extracted archives are present.
Credentials
The skill requests no credentials and uses only an optional MEME_GENERATOR_DIR/XDG_DATA_HOME/HOME to locate its data directory. This is proportionate, but it does create and write to files in the user's data area.
Persistence & Privilege
always:false (normal). The scripts create and update files under the user's data directory (~/.local/share/meme-generator/) including data.log and history.log — normal for a local CLI but persistent on disk. The skill does not modify other skills or system-wide configs.
Assessment
This skill appears to do what it says: generate meme captions locally. Before installing, note: (1) scripts will create and write files in ~/.local/share/meme-generator/ (or in the directory you set via MEME_GENERATOR_DIR); check and clean that directory if you prefer another location. (2) scripts/meme.sh invokes python3 but the metadata doesn't declare python3 as a required binary — ensure python3 is available if you want full functionality. (3) No network calls or credentials are used by the included scripts, so there is no apparent data exfiltration. If you want extra caution, inspect the two included scripts yourself (they are short and readable) or run them in a sandbox before enabling the skill in a production agent.

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

latestvk97b835wjpkkg7x6fgqrv1g71s84812p

License

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

Comments