motion-graphics-music-video
v0.2.1Create animated music videos with researched storyboards, Fal generation, p5 motion graphics, audio editing, and Swift VFX.
By makevoidLicense: MIT10 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 motion-graphics-music-video for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install motion-graphics-music-video@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/makevoid/motion-graphics-music-video-skillClone 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└── .mcp.json
MCP servers1
- command
- ruby
- args
- ${CLAUDE_PLUGIN_ROOT}/.claude/skills/motion-graphics-music-video/scripts/mcp.rb
- env.FAL_AI_API_KEY_PLUGIN
- ${user_config.FAL_AI_API_KEY}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "motion-graphics-music-video",
"version": "0.2.1",
"license": "MIT",
"description": "Create animated music videos with researched storyboards, Fal generation, p5 motion graphics, audio editing, and Swift VFX.",
"author": {
"name": "makevoid",
"url": "https://github.com/makevoid"
},
"homepage": "https://github.com/makevoid/motion-graphics-music-video-skill#readme",
"repository": "https://github.com/makevoid/motion-graphics-music-video-skill",
"keywords": [
"music-video",
"motion-graphics",
"fal",
"p5",
"video"
],
"skills": [
"./.claude/skills/"
],
"userConfig": {
"FAL_AI_API_KEY": {
"type": "string",
"title": "Fal API key",
"description": "Your Fal API key for image, video, and audio generation. Paid tasks require an approved production plan.",
"sensitive": true,
"required": false
}
},
"mcpServers": {
"music-video": {
"command": "ruby",
"args": [
"${CLAUDE_PLUGIN_ROOT}/.claude/skills/motion-graphics-music-video/scripts/mcp.rb"
],
"env": {
"FAL_AI_API_KEY_PLUGIN": "${user_config.FAL_AI_API_KEY}"
}
}
}
}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.
[motion-graphics-music-video on Agent Plugins Marketplace](https://pluginsmp.com/plugins/motion-graphics-music-video)