dicnunz/krea-codex-plugin — explained in plain English
Analysis updated 2026-05-18
Generate a cinematic image from a text description directly inside Codex
Animate a generated image into a short video using Krea's models
Apply your saved LoRA styles to new generations without leaving your terminal
Enhance and upscale existing images with Krea's tools
| dicnunz/krea-codex-plugin | 0xmukesh/docusaurus-tutorial | a15n/andrewscheuermann | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-12-27 | 2015-01-11 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | vibe coder | developer | general |
Figures from each repo's GitHub metadata at analysis time.
macOS only, requires Node.js 20+ and a Krea account for OAuth.
Krea for Codex is a plugin that connects the Codex desktop app or CLI to Krea, a service for generating and editing images and video with AI. Once installed, it lets you ask Codex to create images, animate them into short videos, apply your own custom styles called LoRAs, and enhance or upscale existing assets, all without leaving your coding tool. The plugin works through your own Krea account. When you install it, your browser opens Krea's page so you can approve access once, and after that the credentials are stored safely in your Mac's Keychain rather than in the plugin's code. Any images or videos you generate use the credits and plan you already have with Krea, so there is no separate API key or extra bill to manage. Under the hood, the plugin reads Krea's current list of available models directly, so it always reflects what is actually offered instead of an outdated list. Long jobs, like generating a video, are handled in the background: the plugin keeps track of the job's ID and can wait for it to finish, which avoids accidentally starting the same generation twice while waiting. Setup requires a Mac running the Codex app with plugins turned on, plus Node.js version 20 or newer. Installation is done through two commands in Codex's plugin manager, followed by fully quitting and reopening the app so the new tools and icon load correctly. The README includes troubleshooting steps for cases where the plugin's icon does not appear correctly or where the initial authorization does not complete, along with commands to check installation status or remove the plugin entirely. This is a small, personal project built by one developer for their own use of Krea inside Codex, not an official product from Krea itself. It currently has very few stars and is aimed at people who already use both Codex and Krea and want to combine the two without manual steps.
A Codex plugin that lets you generate, edit, and animate images and video through your own Krea account, with no separate API key needed.
Mainly JavaScript. The stack also includes JavaScript, Node.js, OAuth.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.