plugins marketplace
← All plugins

remotion-motionpngtuber

v0.2.0

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

CodexClaude Code1 skill

MIT7updated 3 months ago

Source

git clone https://github.com/tegnike/remotion-motionpngtuber

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

Layout

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

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.

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"
}