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: Proprietary0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 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 creative-production for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add creative-production@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “creative-production-2” remain stable.
- Codex:
creative-production-2@agent-plugin-marketplace→creative-production@openai-curated
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/FaLalens/codex-plugins-zhClone 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-2)