Agent Plugins Marketplace
All plugins

image-factory

v0.2.0+codex.20260921

Discover prompts, batch-produce and evaluate images, and record verified artifact receipts.

Codex9 Skills

By Full Stack Skills / PartMe.AILicense: Apache-2.00 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
9 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install image-factory for Codex

Installs for the current user
codex plugin marketplace add full-aigc-plugins/image-factory-plugin
codex plugin marketplace upgrade partme-ai-image-factory
codex plugin add image-factory@partme-ai-image-factory

Paste and run these commands in a terminal with Codex. They add and refresh the partme-ai-image-factory catalog, then install this plugin.

Compatibility: the page URL and API slug “image-factory” remain stable.

  • Codex: image-factory@agent-plugin-marketplaceimage-factory@partme-ai-image-factory

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/full-aigc-plugins/image-factory-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

image-factory/
├── .codex-plugin/plugin.json
├── skills/baoyu-cover-image/SKILL.md
├── skills/baoyu-image-gen/SKILL.md
├── skills/baoyu-xhs-images/SKILL.md
├── skills/image-factory-harness/SKILL.md
├── skills/image-factory-judge/SKILL.md
├── skills/image-factory-recover/SKILL.md
├── skills/image-factory-review/SKILL.md
├── skills/image-factory-run/SKILL.md
└── skills/image-factory-use/SKILL.md

Included Skills9

baoyu-cover-imageskills/baoyu-cover-image/SKILL.md

Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes and 7 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".

baoyu-image-genskills/baoyu-image-gen/SKILL.md

AI image generation with OpenAI GPT Image 2.5, Azure OpenAI, Google, OpenRouter, DashScope, Z.AI GLM-Image, MiniMax, Jimeng, Seedream, Replicate and Agnes APIs. Supports text-to-image, reference images, aspect ratios, and batch generation from saved prompt files. Sequential by default; use batch parallel generation when the user already has multiple prompts or wants stable multi-image throughput. Use when user asks to generate, create, or draw images.

baoyu-xhs-imagesskills/baoyu-xhs-images/SKILL.md

Generates infographic image card series with 12 visual styles, 8 layouts, and 3 color palettes. Breaks content into 1-10 cartoon-style image cards optimized for social media engagement. Use when user mentions "小红书图片", "小红书种草", "小绿书", "微信图文", "微信贴图", "image cards", "图片卡片", baoyu-xhs-images, or wants social media infographic series.

image-factory-harnessskills/image-factory-harness/SKILL.md

Route image work between direct Baoyu generation and governed Image Factory batches, preserve each workflow's real execution boundary, and normalize artifact evidence for delivery or video handoff. Use when selecting an image workflow, handling a request that mixes creative generation with approval or receipts, or preparing image outputs for downstream media work.

image-factory-judgeskills/image-factory-judge/SKILL.md

Use when a batch has been generated and its results need a verdict, when the user asks whether a batch came out right, or when the results should be turned into another round. Runs the deterministic gates, records any advisory score next to the human labels so the two can later be compared, and writes the next round's plan from the items that actually need rework. Use when the user says "check these", "score the batch", or "try again with better prompts". For producing the images in the first place use `image-factory-run`.

image-factory-recoverskills/image-factory-recover/SKILL.md

Use when an image batch was interrupted, when a ledger reports a state the user does not understand, or when the user asks what happened to a batch and whether it is safe to continue. Reads the job ledger, maps the current state to the single legal next step, and reports it without spending anything. Use when the state is `Running`, `Unknown`, or `Partial`, or when a previous attempt stopped unexpectedly. For a batch that has not been started use `image-factory-run`.

image-factory-reviewskills/image-factory-review/SKILL.md

Use when a governed Factory round needs an independent dimensioned critique of its generated images, when convergence across rounds must be shown with named-dimension evidence, or when a single opaque advisory score cannot direct the next rewrite. Writes the machine-readable advisory document that `evaluate` and `optimize` consume; the user-facing verdict stays with `image-factory-judge`.

image-factory-runskills/image-factory-run/SKILL.md

Use when a batch plan exists and its images have not been produced yet, or when the user asks to generate the images in a plan. Validates the plan, quotes the batch, obtains approval, generates one image per item through Codex, and collects a hash-verified receipt for every artifact. Use when the user says "run this batch" or "generate these". For evaluating results that already exist use `image-factory-judge`; for a run whose state is unclear use `image-factory-recover`.

image-factory-useskills/image-factory-use/SKILL.md

Use when the user wants to produce a batch of images, run an image production round, or continue an image batch that already exists. Routes to `image-factory-run` for a batch that has not been generated yet, to `image-factory-judge` for a batch with results to evaluate or a next round to plan, and to `image-factory-recover` for a batch whose state is unclear or that was interrupted. This skill only picks the entry point and never performs the work itself. For a single ad-hoc image with no batch plan, no skill in this plugin applies — ask Codex for the image directly.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "image-factory",
  "version": "0.2.0+codex.20260921",
  "description": "Discover prompts, batch-produce and evaluate images, and record verified artifact receipts.",
  "author": {
    "name": "Full Stack Skills / PartMe.AI",
    "url": "https://github.com/partme-ai"
  },
  "homepage": "https://github.com/full-aigc-plugins/image-factory-plugin",
  "repository": "https://github.com/full-aigc-plugins/image-factory-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "image",
    "batch",
    "generation",
    "recipe",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Image Factory",
    "shortDescription": "Discover, batch-produce, and evaluate images",
    "longDescription": "Use unchanged Baoyu workflows for direct image generation, article covers, and social image-card series, or run Image Factory's governed production loop with plan validation, explicit approval, hash-verified receipts, deterministic evaluation, and recoverable optimization rounds.",
    "developerName": "Full Stack Skills / PartMe.AI",
    "category": "Creativity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/full-aigc-plugins/image-factory-plugin",
    "privacyPolicyURL": "https://github.com/full-aigc-plugins/image-factory-plugin/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/full-aigc-plugins/image-factory-plugin/blob/main/TERMS.md",
    "defaultPrompt": [
      "Generate an image, article cover, or social image-card series",
      "Plan and run a governed image batch with verified receipts",
      "Evaluate, optimize, or recover an existing image batch"
    ],
    "brandColor": "#10B981",
    "composerIcon": "./assets/composer-icon.png",
    "logo": "./assets/logo-approved.png",
    "logoDark": "./assets/logo-approved.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[image-factory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/image-factory)