Agent Plugins Marketplace
All plugins

video-guide

v0.2.1

Create professional video guides with TTS narration, screen recording, and YouTube upload

CodexClaude Code2 Skills

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 13, 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 video-guide for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add video-guide@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “video-guide” remain stable.

  • Codex: video-guide@agent-plugin-marketplacevideo-guide@paat-plugins

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/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/video-guide/.

Plugin files

plugins/video-guide/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/video-guide-creator/SKILL.md
└── skills/video-guide-video-guide-workflow/SKILL.md

Included Skills2

video-guide-creatorskills/video-guide-creator/SKILL.md

Use to create tutorial, walkthrough, demo, screencast, or YouTube-style video guides with TTS, subtitles, and optional upload.

video-guide-video-guide-workflowskills/video-guide-video-guide-workflow/SKILL.md

Run /video-guide workflow from video-guide; alias /video-guide:video-guide.

Plugin manifests2

plugins/video-guide/.codex-plugin/plugin.json
{
  "name": "video-guide",
  "version": "0.2.1",
  "description": "Create professional video guides with TTS narration, screen recording, and YouTube upload",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Video Guide",
    "shortDescription": "Create professional video guides with TTS narration, screen recording, and YouTube upload",
    "longDescription": "Create professional video guides with TTS narration, screen recording, and YouTube upload",
    "developerName": "Andre Paat",
    "category": "Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": "Use the video-guide plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "video",
    "guide",
    "tutorial",
    "tts",
    "youtube",
    "screencast"
  ],
  "skills": "./skills/"
}
plugins/video-guide/.claude-plugin/plugin.json
{
  "name": "video-guide",
  "version": "0.2.1",
  "description": "Create professional video guides with TTS narration, screen recording, and YouTube upload",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "video",
    "guide",
    "tutorial",
    "tts",
    "youtube",
    "screencast"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[video-guide on Agent Plugins Marketplace](https://pluginsmp.com/plugins/video-guide)