Instagram Image Generator

AdvisoryAudited by VirusTotal on Apr 14, 2026.

Overview

Type: OpenClaw Skill Name: rendshot-instagram Version: 1.0.0 The 'rendshot-instagram' skill bundle is a well-documented tool designed to help users create Instagram content. It provides the AI agent with strategic guidance on the Instagram algorithm (references/algorithm.md), visual design principles (references/design-style.md), and practical examples for using the Rendshot image generation API (SKILL.md and references/templates.md). The skill focuses entirely on its stated purpose of content creation and lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection.

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.

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.