creative-image-generation

Generate store promotional images with safety gates and human publish approval.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Techno-Rocky/rocky-regi-plugins --skill creative-image-generation-techno-rocky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: creative-image-generation
Source: https://github.com/Techno-Rocky/rocky-regi-plugins/tree/main/plugins/rocky-ops/skills/creative-image-generation
Command: npx skills add https://github.com/Techno-Rocky/rocky-regi-plugins --skill creative-image-generation-techno-rocky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating promotional images for a restaurant (LINE banners, menu photos, logos, seasonal key visuals) involves more than just generating a picture: the output must pass EXIF/metadata removal, malicious SVG checks, and Japanese advertising regulation review (Pharmaceutical Affairs Law, Premiums and Representations Act, food labeling) before it can be safely published. This Skill turns a vague request like "make an autumn banner" into a controlled pipeline from purpose definition to human-approved publishing. ## Core Features & Use Cases - Purpose-first generation: Confirms use case (LINE asset, store logo, menu photo, site banner), direction (season, mood, target customers), and constraints before generating, then pulls store context and brand profile to keep prompts consistent. - Multi-candidate workflow with safety gates: Produces at least 3 candidates via the nano banana / Gemini image connector, requires human selection, then enforces EXIF removal, mXSS/malicious SVG inspection, and size/format checks before upload. - Regulation and approval control: Flags NG claims under Japanese advertising and food labeling laws for human review, uploads only via signed URLs (create_line_message_asset_upload_url) or update_store_logo, and never auto-publishes. - Use Case: A store manager says "I want an autumn key visual for LINE." The Skill checks the image connector, drafts prompts from the store's brand profile, generates 3 directional candidates, runs safety and regulation checks on the chosen one, uploads it via the signed URL, and stops at human publish approval. ## Quick Start Ask the assistant to create an autumn-themed LINE banner for the store and have it walk through candidate generation, safety checks, and upload preparation.

Frequently Asked Questions about creative-image-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate LINE banner images for my restaurant with AI?▼

Define the purpose, season, mood, and target customers first, then generate at least three candidates with the nano banana or Gemini image connector. After a human picks one, the image passes EXIF removal and regulation checks before upload via a signed URL.

What happens if the image generation connector is not connected?▼

The workflow stops at presenting prompt drafts and creative direction. It never pretends to have generated images, and actual generation and ingestion only proceed once the connector is available.

Does the skill check Japanese advertising regulations on generated images?▼

Yes, it screens image text and captions against the Pharmaceutical Affairs Law, Premiums and Representations Act, and food labeling rules. Any suspicious claim such as health effects or unsubstantiated superiority is routed to human review rather than auto-approved.

Can the skill publish generated images automatically?▼

No, automatic publishing is prohibited. Upload completion and publication are separate steps, and a human publish approval is always required as the final action before anything goes live.

Why does the safety gate show unimplemented instead of OK?▼

EXIF removal and mXSS or SVG sanitization are performed by an actual processing pipeline, not by the language model. If that pipeline is unavailable, each item is honestly marked unimplemented and ingestion does not proceed.