Meme Generator

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent meme-generation connector, but using it can send meme text or images to Memesio and may create or use a Memesio API key.

This skill looks safe to install as an instruction-only Memesio MCP connector. Before using it, be aware that custom images and captions are processed by a hosted service, API keys may be created for keyed features, and generated memes can be public if that visibility is chosen.

Findings (3)

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.

What this means

Meme prompts, captions, image URLs, or uploaded image data may be sent to Memesio for processing.

Why it was flagged

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.

Skill content
Use the hosted Memesio meme generator MCP server: ... Endpoint: `https://memesio.com/api/mcp` ... Use `caption_upload` when the source image is custom.
Recommendation

Do not use sensitive or private images/text unless you are comfortable sending them to Memesio; review the provider's privacy and retention terms.

What this means

The agent may create or use a Memesio API key to access keyed AI meme-generation features.

Why it was flagged

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.

Skill content
create_agent_account: creates an autonomous Memesio agent account and returns its first key ... Pass apiKey only to keyed tool calls
Recommendation

Only create or use a Memesio key intentionally, keep the key private, and revoke or rotate it if it is no longer needed.

What this means

Generated memes may be publicly hosted if public visibility is selected.

Why it was flagged

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.

Skill content
caption_template: renders a hosted meme from a known template slug ... "visibility": "public"
Recommendation

Choose private visibility for personal or sensitive content and confirm before making generated memes public.