skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
postplusai/postplus-skills272 installs

image-generation

Control image generation requests before execution. Use this when the user wants text-to-image, image edit, reference-image generation, product image, persona image, banner, thumbnail, storyboard image, or image batch variants and the skill must identify inputs, classify the task, choose model/reference rules, then hand off to image-batch-runner.

How do I install this agent skill?

npx skills add https://github.com/postplusai/postplus-skills --skill image-generation
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill is a controller for image generation workflows, classifying tasks and preparing data for runners. It uses the vendor's own CLI tools for health checks and quote confirmation, which is expected behavior for this author.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

Image Generation

Use When

  • The desired final asset is an image or image batch.
  • The request may include text prompts, uploaded images, previous outputs, product URLs, research handoffs, product images, persona images, banners, thumbnails, storyboard panels, or batch variants.
  • The next decision is task class, model/reference policy, and runner handoff.

Do Not Use When

  • The final asset is video, audio, subtitles, transcripts, or an edit plan.
  • The image request is already normalized and ready to execute. Use image-batch-runner.
  • The user needs hook decoding or reference boundaries first. Use reference-decode or reference-contract-builder.

Core Boundary

This is the image generation controller. It does not submit jobs.

It must:

  1. identify the input type,
  2. classify the image task,
  3. select model and reference rules,
  4. create the handoff for image-batch-runner.

Task Classes

Task classTypical inputHandoff
text_to_imageprompt onlywrite normalized image brief for image-batch-runner
image_edituploaded image plus change requestbind edit image and preserve/alter rules
reference_imagebenchmark frame or style boarduse reference-contract-builder before runner
product_imageproduct photo, URL, or product factsbind product identity and forbid invented claims
banner_thumbnailoffer, hook, platformrequire aspect ratio and text/UI policy
storyboard_imagepanel plan or board spechand storyboard panels to image-batch-runner
batch_variantmany variants or personaspreserve shared rules and vary only declared fields

Model And Reference Rules

  • Text-only drafts may use a text-to-image endpoint.
  • Edits require a bound source image and an edit-capable endpoint.
  • Persona, product, and brand identity are binding references unless the user explicitly marks them inspiration-only.
  • Benchmark clips, mood boards, and competitor references are inspiration-only unless the contract says otherwise.
  • Excluded references must not enter the runner request.

Routing Table

If not image-generationSend to
Needs media understanding firstmedia-router
Needs reference meaning decodedreference-decode
Needs binding/inspiration/excluded contractreference-contract-builder
Needs storyboard panelsstoryboard-grid-writer
Needs execution with normalized requestimage-batch-runner
Final output is videovideo-generation
Final output is audioaudio-generation

Output Shape

Return:

  • taskClass
  • inputType
  • modelRule
  • referencePolicy
  • requiredRunnerInputs
  • handoffSkill
  • mustNotDo

Stop Conditions

  • Stop when required user intent, source evidence, or owned input artifacts are missing and guessing would change the result.
  • Do not let image-batch-runner make creative classification decisions.
  • If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.

Public Command Boundary

  • Choose the smallest matching command or workflow from the user input and run it directly.
  • If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.
  • This public skill is instruction-driven. Produce the controller handoff artifact directly from the available evidence.
  • Do not call private provider/runtime paths or unpublished local tools.
  • If the CLI returns a quote-confirmation challenge, run postplus quote confirm --json --challenge-file <challenge.json> and retry with the returned token.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/postplusai/postplus-skills/image-generation">View image-generation on skillZs</a>