chatcut-desktop
v1.0.4Install, open, and connect the signed ChatCut Desktop app from Codex.
By ChatCutLicense: GPL-3.0-only824 GitHub starsUpdated 5 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 26, 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 chatcut-desktop@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/ChatCut-Inc/agent-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is chatcut-desktop-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json└── skills/connect-chatcut-desktop/SKILL.md
Included Skills1
Install, open, connect, or repair ChatCut Desktop when the chatcut_desktop MCP tools are missing or unavailable. Do not use from a managed agent already running inside ChatCut Desktop, or when chatcut_desktop tools are already available.
Plugin manifests1
{
"name": "chatcut-desktop",
"version": "1.0.4",
"description": "Install, open, and connect the signed ChatCut Desktop app from Codex.",
"author": {
"name": "ChatCut",
"email": "[email protected]",
"url": "https://chatcut.io"
},
"homepage": "https://chatcut.io",
"repository": "https://github.com/ChatCut-Inc/agent-plugin.git",
"license": "GPL-3.0-only",
"keywords": [
"chatcut",
"desktop",
"video",
"video-editing",
"codex",
"mcp",
"apple-silicon",
"intel-mac",
"windows"
],
"skills": "./skills/",
"interface": {
"displayName": "ChatCut",
"shortDescription": "Install and connect ChatCut Desktop",
"longDescription": "Download, install, open, connect, or repair the signed production ChatCut Desktop app so Codex can use its local video-editing tools and skills.",
"developerName": "ChatCut",
"category": "Creativity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://chatcut.io",
"privacyPolicyURL": "https://chatcut.io/privacy",
"termsOfServiceURL": "https://chatcut.io/terms",
"defaultPrompt": [
"Create a new ChatCut project and start editing my video.",
"Edit this talking-head video for a tighter story with captions, B-roll, music, and motion graphics.",
"Create an AI video-editing explainer with motion graphics and an English voiceover."
],
"brandColor": "#111827",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
}
}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.
[chatcut-desktop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chatcut-desktop)