creative-production
v0.1.25Explore campaign ideas, concept images, mood boards, product placements, ad directions, listing images, social posts, and launch assets.
By Creative ProductionLicense: Proprietary5.2k GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 27, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add creative-production@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/creative-production/.
Plugin files
├── .codex-plugin/plugin.json├── skills/intake/SKILL.md├── skills/produce/SKILL.md└── .mcp.json
Included Skills2
Use when Creative Production is explicitly invoked or mentioned without a concrete request, when the user asks what Creative Production can do, or when the user wants help getting started without enough context to choose a workflow.
Use when the user wants to create, explore, adapt, refine, polish, or review visual creative such as campaigns, ads, social posts, product imagery, scenes, offers, logos, brand systems, styles, charts, decks, or related marketing and design assets.
MCP servers1
- command
- node
- args
- ./mcp/server.bundle.mjs
- cwd
- .
Plugin manifests1
{
"name": "creative-production",
"version": "0.1.25",
"description": "Explore campaign ideas, concept images, mood boards, product placements, ad directions, listing images, social posts, and launch assets.",
"author": {
"name": "Creative Production",
"email": "[email protected], [email protected]"
},
"homepage": "https://github.com/openai/oai-maintained-plugins/tree/main/plugins/creative-production",
"repository": "https://github.com/openai/oai-maintained-plugins/tree/main/plugins/creative-production",
"license": "Proprietary",
"keywords": [
"creative-production",
"marketing",
"creative",
"visuals",
"images",
"image-generation",
"mood-board",
"campaigns",
"ads",
"social-posts",
"product-photos",
"brand",
"design",
"marketing-assets",
"visual-exploration",
"asset-production"
],
"skills": "./skills/",
"apps": "./.app.json",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Creative Production",
"shortDescription": "Create marketing visuals from a brief or product image.",
"longDescription": "Creative Production helps marketers turn a brief, product image, offer, or existing asset into visual options the team can review. Use it to explore campaign ideas, concept images, mood boards, product placements, ad directions, listing images, social posts, and reusable styles. Start with a brief or image, compare the strongest options, then adapt the chosen direction for the channels you need.",
"developerName": "OpenAI",
"category": "Creativity",
"websiteURL": "https://openai.com/",
"privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/terms-of-use/",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Start me on a creative production workflow",
"Generate concept images for this visual brief",
"Create product placements from this image"
],
"brandColor": "#924FF7",
"composerIcon": "./assets/composerIcon.svg",
"logo": "./assets/logo.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[creative-production on Agent Plugins Marketplace](https://pluginsmp.com/plugins/creative-production)