plugins marketplace
← All plugins

framecraft

v1.3.0

Generate polished demo videos from a single prompt. Orchestrates Playwright, FFmpeg, and Edge TTS MCP servers to produce 1920x1080 videos with voiceover, transitions, and CSS animations.

Claude Code1 skill

by Srinivas VaddisrinivasMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/framecraft/ inside the repository.

Layout

plugins/community/framecraft/
├── .claude-plugin/plugin.json
└── skills/demo-video/SKILL.md

Skills1

demo-videoskills/demo-video/SKILL.md

Generate polished demo videos from a single prompt. Use when the user asks to create a demo video, product walkthrough, feature showcase, or animated presentation. Trigger with "make a demo video", "create a product video", "demo walkthrough", or "feature showcase video".

Manifests1

plugins/community/framecraft/.claude-plugin/plugin.json
{
  "name": "framecraft",
  "version": "1.3.0",
  "description": "Generate polished demo videos from a single prompt. Orchestrates Playwright, FFmpeg, and Edge TTS MCP servers to produce 1920x1080 videos with voiceover, transitions, and CSS animations.",
  "author": {
    "name": "Srinivas Vaddisrinivas",
    "email": "vaddisrinivas170497@gmail.com"
  },
  "repository": "https://github.com/vaddisrinivas/framecraft",
  "license": "MIT",
  "keywords": [
    "demo-video",
    "video-generation",
    "playwright",
    "ffmpeg",
    "edge-tts",
    "mcp",
    "agent-skills"
  ]
}