lumitra-studio
v0.2.0Generate brand-consistent images and video with Lumitra Studio: batch image generation, 7-view character minting, brand reference libraries, the still-swap plus image-to-video recipe for putting a cast character into footage, workflow authoring, and published recipes.
By Marlin Jai PohlLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 22, 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 lumitra-studio for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lumitra-studio@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/marlinjai/lumitra-studio-pluginClone 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
├── .claude-plugin/plugin.json├── plugin.json├── skills/lumitra-studio/SKILL.md├── skills/video-motion-analysis/SKILL.md└── .mcp.json
Included Skills2
Generate brand-consistent images and video through Lumitra Studio (studio.lumitra.co). Batch prompts to images, mint characters as 7-view identity sheets, create brands with reference images, replace a person in an image or video clip with a cast character (routed by mode, analyzed before any spend, honest about what the still-swap route cannot preserve), and run published recipes (a workflow plus automatic follow-up like character creation). Use when the user wants bulk image generation, a consistent recurring character, branded visuals, AI b-roll, a person replaced in a video clip, or to run a named recipe by slug. Works through the studio_* MCP tools or the HTTP API with LUMITRA_STUDIO_API_KEY.
Read what footage actually does before prompting a video model, and verify what the model gave back. Use when generating video from real footage (character replacement, shot recreation, b-roll matched to an edit), when generated motion looks "weird" or "not like the original", when a generated clip seems more zoomed in or less wide than its source, when reconstructing transitions and effects from a finished video, or when fitting a fixed-length generation into a shorter edit slot. Triggers on "the hands move wrong", "doesn't match the original", "less wide than the original", "rebuild this transition", "why does it drift", "sample the footage", "analyse the motion".
MCP servers1
- command
- npx
- args
- -y @marlinjai/studio-mcp
- env.LUMITRA_STUDIO_API_KEY
- ${LUMITRA_STUDIO_API_KEY}
- env.LUMITRA_STUDIO_BASE_URL
- ${LUMITRA_STUDIO_BASE_URL}
Plugin manifests2
{
"name": "lumitra-studio",
"description": "Generate brand-consistent images and video with Lumitra Studio: batch image generation, 7-view character minting, brand reference libraries, the still-swap plus image-to-video recipe for putting a cast character into footage, workflow authoring, and published recipes.",
"version": "0.2.0",
"author": {
"name": "Marlin Jai Pohl",
"url": "https://lumitra.co"
},
"homepage": "https://studio.lumitra.co",
"repository": "https://github.com/marlinjai/lumitra-studio-plugin",
"license": "MIT",
"keywords": [
"image-generation",
"video-generation",
"character-consistency",
"brand",
"mcp",
"lumitra"
],
"skills": [
"./skills/lumitra-studio",
"./skills/video-motion-analysis"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "lumitra-studio",
"version": "0.2.0",
"description": "Generate brand-consistent images and video with Lumitra Studio: batch image generation, 7-view character minting, brand references, character replacement in images and footage (routed by mode, analyzed before any spend, and honest about what the still-swap route cannot preserve), authoring workflows through the command model, and running published recipes. Ships the lumitra-studio skill, the video-motion-analysis skill for reading real footage motion and verifying generated clips, and the studio-mcp server.",
"author": {
"name": "Marlin Jai Pohl / Lumitra",
"url": "https://lumitra.co"
},
"homepage": "https://studio.lumitra.co",
"repository": "https://github.com/marlinjai/lumitra-studio",
"license": "MIT",
"keywords": [
"lumitra",
"image-generation",
"video-generation",
"character-consistency",
"brand",
"mcp",
"nano-banana",
"video",
"motion-analysis"
],
"extensions": {
"co.lumitra.studio": {
"skills": [
"lumitra-studio",
"video-motion-analysis"
],
"mcpServers": [
"lumitra-studio"
],
"requiredEnv": [
"LUMITRA_STUDIO_API_KEY"
],
"optionalEnv": [
"LUMITRA_STUDIO_BASE_URL"
]
}
}
}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.
[lumitra-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lumitra-studio)