media-io
v0.2.1Media.io plugin for agent-driven video and image creation workflows.
By Media.ioLicense: GPL-3.0-only0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 25, 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 media-io@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/media-io/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
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "media-io",
"version": "0.2.1",
"description": "Media.io plugin for agent-driven video and image creation workflows.",
"author": {
"name": "Media.io",
"email": "[email protected]",
"url": "https://media.io"
},
"homepage": "https://media.io",
"keywords": [
"media.io",
"video",
"video-editing",
"editor",
"captions",
"subtitles",
"transcription",
"timeline",
"codex",
"mcp"
],
"skills": "./skills/",
"interface": {
"displayName": "Media.io",
"shortDescription": "Edit and create videos or images in Media.io from agent-driven",
"longDescription": "Workflow skills for routing video editing and creation work to the Media.io web: importing local or attached media, creating editable projects, editing timelines, adding captions/subtitles, generating AI media assets, exporting, and verifying editor-visible changes.",
"developerName": "Media.io",
"category": "Design",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://media.io",
"defaultPrompt": [
"Create images in Media.io",
"Add captions or subtitles to this video",
"Trim and clean up this video",
"Add a simple overlay or transition"
],
"brandColor": "#111827",
"composerIcon": "./assets/logo-light.svg",
"logo": "./assets/logo-light.svg"
}
}{
"name": "media-io",
"version": "0.2.0",
"description": "Media.io plugin for agent-driven video and image creation workflows from Claude Code.",
"author": {
"name": "Media.io",
"email": "[email protected]",
"url": "https://media.io"
},
"homepage": "https://media.io",
"repository": "https://github.com/media-io/plugin",
"license": "GPL-3.0-only",
"keywords": [
"media.io",
"video",
"video-editing",
"editor",
"captions",
"subtitles",
"transcription",
"timeline",
"claude-code"
],
"skills": "./skills/"
}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.
[media-io on Agent Plugins Marketplace](https://pluginsmp.com/plugins/media-io)