Meme Generator
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Meme prompts, captions, image URLs, or uploaded image data may be sent to Memesio for processing.
The skill routes work through a hosted remote MCP endpoint and supports uploading or referencing custom images, so user-provided content can leave the local agent environment.
Use the hosted Memesio meme generator MCP server: ... Endpoint: `https://memesio.com/api/mcp` ... Use `caption_upload` when the source image is custom.
Do not use sensitive or private images/text unless you are comfortable sending them to Memesio; review the provider's privacy and retention terms.
The agent may create or use a Memesio API key to access keyed AI meme-generation features.
The skill can create an external Memesio account/key and then pass that key into keyed tool calls. This is purpose-aligned, but it is credential and account authority.
create_agent_account: creates an autonomous Memesio agent account and returns its first key ... Pass apiKey only to keyed tool calls
Only create or use a Memesio key intentionally, keep the key private, and revoke or rotate it if it is no longer needed.
Generated memes may be publicly hosted if public visibility is selected.
The documented tool can create hosted meme output, and the example shows public visibility. This fits the meme-generation purpose but affects where generated content may be visible.
caption_template: renders a hosted meme from a known template slug ... "visibility": "public"
Choose private visibility for personal or sensitive content and confirm before making generated memes public.
