prompt-reverse-engineer
v1.4.0多模态 Prompt 逆向工程:将文本/图片/视频/剧本作品拆解还原为可复用的专业 Prompt,适配 Midjourney / Stable Diffusion / GPT-4·Claude / DeepSeek / Sora·Runway 等模型格式,附百分制质量评分。
By niobium617License: MIT2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 11, 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 prompt-reverse-engineer for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add prompt-reverse-engineer@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/niobium617/prompt-reverse-engineer-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is platform-adapters/codex/prompt-reverse-engineer/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "prompt-reverse-engineer",
"version": "1.4.0",
"description": "多模态 Prompt 逆向工程:将文本/图片/视频/剧本作品拆解还原为可复用的专业 Prompt,适配 Midjourney / Stable Diffusion / GPT-4·Claude / DeepSeek / Sora·Runway 等模型格式,附百分制质量评分。",
"author": {
"name": "niobium617"
},
"license": "MIT",
"keywords": [
"prompt",
"reverse-engineering",
"midjourney",
"stable-diffusion",
"sora",
"deepseek",
"提示词",
"逆向工程"
],
"skills": "./skills/",
"interface": {
"displayName": "Prompt 逆向工程",
"shortDescription": "把优秀作品逆向还原为专业 Prompt",
"longDescription": "将用户提供的文本、图片、视频或剧本作品深度拆解(主体、风格、结构、参数),反向生成可复用的高质量 Prompt,适配输出 Midjourney / Stable Diffusion / GPT-4·Claude / DeepSeek / Sora·Runway 多模型格式,附六维加权质量评分与优化建议。",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"把这段文案逆向成 prompt",
"分析这张图片并生成 Midjourney prompt",
"拆解这个视频的分镜脚本"
]
}
}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.
[prompt-reverse-engineer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prompt-reverse-engineer)