ワンクリックで
yukkuri-movie
ゆっくりMovieMaker (YMM4) video production skill with character animation, scene management, and MIDI integration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
ゆっくりMovieMaker (YMM4) video production skill with character animation, scene management, and MIDI integration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Autoreview closeout: local dirty changes, PR branch vs main, parallel tests.
Official ASI "Hakua" Auditory & Physical Actuator Substrate
Use Hypura Harness voice input and output tools for local mic, WAV transcription, VOICEVOX playback, and Desktop Companion voice turns.
Use Hypura Harness tools to inspect and safely control the user's currently worn VRChat published avatar through its generated OSC JSON and approved action profile.
Use the OpenClaw LINE channel safely for webhook setup, group routing, rich replies, and runtime diagnosis.
Operate the Local Voice plugin for local STT, VOICEVOX TTS, camera capture, and VRChat OSC speaking cues.
| name | yukkuri-movie |
| description | ゆっくりMovieMaker (YMM4) video production skill with character animation, scene management, and MIDI integration. |
ゆっくりMovieMaker (YMM4) video production skill with character animation, scene management, and MIDI integration. Automates video production workflows for VTuber content creation using YukkuriMovieMaker.
ymm4_create_project - Create new YMM4 projectymm4_add_scene - Add scenes to projectymm4_add_character - Add ゆっくり charactersymm4_animate_character - Animate character movementsymm4_configure_audio - Configure audio effectsymm4_configure_video - Configure video effectsymm4_render - Trigger video renderingymm4_export_project - Export project files./ymm4-projects/, ./artifacts/, *.ymmp, *.wavYukkuriMovieMaker.exe - YMM4 installationpython - Python for automation scriptsgit - Version controlcodex $yukkuri-movie "Create new YMM4 project with default settings"
codex $yukkuri-movie "Create animation for ゆっくりキャラ"
codex $yukkuri-movie "Setup scene transitions and effects"
ymm4-project/
├── project/
│ └── project.ymmp
├── characters/
│ ├── character1/
│ │ ├── pose1.pose
│ │ ├── pose2.pose
│ │ └── motion.motion
│ └── character2/
├── backgrounds/
│ ├── bg1.png
│ └── bg2.jpg
├── audio/
│ ├── bgm/
│ ├── se/
│ └── voice/
├── effects/
│ ├── videoeffects/
│ └── audioeffects/
└── output/
└── rendered_video.mp4
YMM4 supports plugins via COM interface:
// Example YMM4 Plugin Interface
public interface IMovieMakerPlugin
{
void Initialize(IMovieMakerApi api);
void OnSceneChanged(SceneChangedEventArgs args);
void OnRenderProgress(RenderProgressEventArgs args);
}
| Type | Description | Extension Point |
|---|---|---|
| AudioEffect | Audio processing | [AudioEffect] |
| VideoEffect | Video processing | [VideoEffect] |
| Full Plugin | Complete integration | IMovieMakerPlugin |
ゆっくり characters have:
The yukkuri-movie agent provides:
Installation: $ codex $skill-install https://github.com/zapabob/codex-yukkuri-movie-skill
Version: 1.0.0
Compatibility: Codex v2.14.0+