plugins marketplace
← All plugins

training-video-generator

v0.1.1

Automated training video creation from documentation with AI-generated scripts, terminal automation, and TTS narration. Generate beat-by-beat video scripts, automate screen recordings, create TTS audio, and merge into professional training videos for any project.

Claude Code

by Kanopi StudiosGPL-2.0-or-later4updated 9 months ago

Source

git clone https://github.com/kanopi/training-video-generator

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

training-video-generator/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "training-video-generator",
  "version": "0.1.1",
  "description": "Automated training video creation from documentation with AI-generated scripts, terminal automation, and TTS narration. Generate beat-by-beat video scripts, automate screen recordings, create TTS audio, and merge into professional training videos for any project.",
  "author": {
    "name": "Kanopi Studios",
    "email": "code@kanopi.com",
    "url": "https://kanopi.com"
  },
  "license": "GPL-2.0-or-later",
  "keywords": [
    "video",
    "training",
    "tutorial",
    "automation",
    "tts",
    "text-to-speech",
    "screencast",
    "documentation",
    "ffmpeg",
    "applescript",
    "iterm2",
    "elevenlabs",
    "openai"
  ],
  "repository": "https://github.com/kanopi/training-video-generator",
  "homepage": "https://kanopi.github.io/training-video-generator/"
}