vugola
v1.4.0Turn long videos into captioned short clips, schedule social posts, and manage channel automations from ChatGPT and Codex.
By Vugola LLCLicense: MIT6 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 31, 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 vugola for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vugola@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/VCoder25/vugola-mcpClone 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.json├── skills/vugola/SKILL.md└── .mcp.json
Included Skills1
Clip long videos, add captions, check credits, schedule posts, and manage channel automations with the user's Vugola account.
MCP servers1
- url
- https://www.vugolaai.com/api/mcp
Plugin manifests3
{
"name": "vugola",
"version": "1.4.0",
"description": "Turn long videos into captioned short clips, schedule social posts, and manage channel automations from ChatGPT and Codex.",
"author": {
"name": "Vugola LLC",
"email": "[email protected]",
"url": "https://www.vugolaai.com"
},
"homepage": "https://www.vugolaai.com/mcp",
"repository": "https://github.com/VCoder25/vugola-mcp",
"license": "MIT",
"keywords": [
"video",
"clipping",
"captions",
"social-media",
"automation"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Vugola",
"shortDescription": "Clip, caption, and automate",
"longDescription": "Use your Vugola workspace from ChatGPT and Codex to turn public video links into captioned short clips, check rendering progress, retrieve downloads, schedule social posts, and manage hands-free YouTube channel automations.",
"developerName": "Vugola LLC",
"category": "Creativity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://www.vugolaai.com/mcp",
"supportURL": "https://www.vugolaai.com/contact",
"privacyPolicyURL": "https://www.vugolaai.com/privacy-policy",
"termsOfServiceURL": "https://www.vugolaai.com/terms-of-service",
"defaultPrompt": [
"Turn this interview into five vertical clips with captions: <video URL>",
"Add highlighted captions to this video: <video URL>",
"Set up an automation for this YouTube channel after confirming the destinations and schedule"
],
"brandColor": "#2563EB",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}{
"name": "vugola",
"displayName": "Vugola",
"version": "1.4.0",
"description": "Turn long videos into short clips, add burned-in captions, download finished media, schedule social posts, and manage YouTube channel automations with Vugola.",
"author": {
"name": "Vugola LLC",
"email": "[email protected]",
"url": "https://www.vugolaai.com"
},
"homepage": "https://www.vugolaai.com/mcp",
"repository": "https://github.com/VCoder25/vugola-mcp",
"license": "MIT",
"keywords": [
"vugola",
"video",
"clipping",
"captions",
"shorts",
"social-media"
],
"skills": "./skills/",
"mcpServers": "./claude.mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "vugola",
"version": "1.4.0",
"description": "Clip long videos, burn captions, and schedule posts from chat. Connects to the live Vugola MCP at vugolaai.com.",
"author": {
"name": "Vugola LLC",
"email": "[email protected]",
"url": "https://www.vugolaai.com"
},
"homepage": "https://www.vugolaai.com/mcp",
"repository": "https://github.com/VCoder25/vugola-mcp",
"license": "MIT",
"keywords": [
"vugola",
"video",
"clipping",
"captions",
"mcp",
"shorts",
"reels",
"tiktok",
"youtube"
]
}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.
[vugola on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vugola)