Instagram Image Generator

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherent for making Instagram images, with the main things to notice being its disclosed Rendshot image-generation calls and optional saved templates.

This skill appears safe to install as an instruction-only Instagram image helper. Be aware that prompts and template data may go to Rendshot-style generation tools, and review any saved templates before reusing them for a brand or client.

Findings (2)

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

User prompts and generated image details may be sent to the image generation service to create the requested Instagram assets.

Why it was flagged

The skill instructs the agent to use Rendshot image-generation tools. This is central to the skill's stated purpose and is not hidden, but it is still an external/tool-mediated action users should be aware of.

Skill content
### Step 4: Generate with Rendshot

... generate_image({
  prompt: "Instagram feed post for a coffee brand...",
  platform: "instagram_post",
  locale: "en"
})
Recommendation

Use the skill for content you are comfortable sending to the image-generation provider, and review generated assets before using them publicly.

What this means

Saved templates may influence later image generation and may retain non-sensitive brand/layout information the user provides.

Why it was flagged

The skill recommends saving generated template HTML and variables for later reuse. This is purpose-aligned, but persistent templates can carry forward brand details, mistakes, or unwanted content into future outputs.

Skill content
### Step 5: Save for Brand Consistency

create_template({
  name: "Coffee Brand IG Post",
  html: "<returned html>",
  variables: [...],
  platform: "instagram_post"
Recommendation

Only save templates after reviewing them, avoid embedding confidential information, and delete or update templates that should no longer be reused.