Agent Plugins Marketplace
All plugins

remotion-motionpngtuber

v0.2.0

Add MotionPNGTuber characters and VOICEVOX/AivisSpeech narration to Remotion or HyperFrames videos.

CodexClaude Code1 Skill

License: MIT7 GitHub starsUpdated 4 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Apr 29, 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 remotion-motionpngtuber for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add remotion-motionpngtuber@agent-plugin-marketplace

Paste 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/tegnike/remotion-motionpngtuber

Clone 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

remotion-motionpngtuber/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/remotion-motionpngtuber/SKILL.md

Included Skills1

remotion-motionpngtuberskills/remotion-motionpngtuber/SKILL.md

Add MotionPNGTuber / MotionPNGTuber_UI style talking characters and Japanese TTS narration to Remotion or HyperFrames videos. Use when Codex needs to generate dialogue audio with VOICEVOX or AivisSpeech, place the audio on a Remotion or HyperFrames timeline, and render a PNGTuber character using a mouthless video or frame sequence, mouth_track.json, and mouth sprites; fix mouth alignment, green-screened assets, lip-sync timing, or render issues involving MotionPNGTuber in Remotion or HyperFrames.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "remotion-motionpngtuber",
  "version": "0.2.0",
  "description": "Add MotionPNGTuber characters and VOICEVOX/AivisSpeech narration to Remotion or HyperFrames videos.",
  "homepage": "https://github.com/tegnike/remotion-motionpngtuber",
  "repository": "https://github.com/tegnike/remotion-motionpngtuber",
  "license": "MIT",
  "keywords": [
    "remotion",
    "hyperframes",
    "motionpngtuber",
    "pngtuber",
    "voicevox",
    "aivisspeech"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "MotionPNGTuber for Remotion and HyperFrames",
    "shortDescription": "Add MotionPNGTuber characters and Japanese TTS narration to Remotion or HyperFrames videos.",
    "longDescription": "A Codex plugin that teaches Remotion and HyperFrames workflows for MotionPNGTuber assets: rendering mouthless character bodies, warping mouth sprites from mouth_track.json, preserving body animation, generating VOICEVOX/AivisSpeech narration, and validating synced final renders.",
    "developerName": "tegnike",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use MotionPNGTuber for Remotion and HyperFrames to add a MotionPNGTuber character and VOICEVOX/AivisSpeech narration to this video.",
      "Use MotionPNGTuber for Remotion and HyperFrames to fix mouth tracking, body animation sync, or transparent compositing in this Remotion or HyperFrames video."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "remotion-motionpngtuber",
  "description": "Add MotionPNGTuber characters and VOICEVOX/AivisSpeech narration to Remotion or HyperFrames videos.",
  "version": "0.2.0",
  "author": {
    "name": "tegnike"
  },
  "homepage": "https://github.com/tegnike/remotion-motionpngtuber",
  "repository": "https://github.com/tegnike/remotion-motionpngtuber",
  "license": "MIT"
}

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

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