Home / scpgamerscp / ymm4mcp · mcp-server/ymm4-skill/SKILL.md · GitHub

ymm4-mcp skillA

ymm4-mcp is agent-read markdown (skill) from scpgamerscp/ymm4mcp: YukkuriMovieMaker4(YMM4)をMCPで操作するスキル。 ゆっくり実況動画の制作補助に使う。 以下の場面で必ず使うこと: - 「ゆっくり実況を作って」「セリフを追加して」「タイムラインを編集して」 - 「映像を確認して」「音声を確認して」「BGMを調べて」 - 「セリフと映像を合わせて」「重複をチェックして」 - 「スケルトンキング」「マインクラフト」等の動画内容への言及 - YMM4・ゆっくりムービーメーカー・ゆっくり動画に関する操作全般.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# YMM4 MCP スキル

YukkuriMovieMaker4をMCP経由で操作し、ゆっくり実況動画を自動生成・編集するスキル。

---

## 前提条件

- YMM4が起動済み
- YMM4McpPluginが有効(ツール → MCP連携サーバー → 起動)
- MCPサーバーがプラグイン設定のポート(既定8765)で動作中

---

## APIエンドポイント一覧

### プロジェクト・アイテム系
```
GET  /api/status
GET  /api/project
GET  /api/items
POST /api/project/save
POST /api/project/open
POST /api/project/save-as
POST /api/project/export
GET  /api/jobs
GET  /api/jobs/{id}
POST /api/jobs/{id}/cancel
POST /api/jobs/{id}/resume
POST /api/timeline/duration
```

### セリフ・アイテム編集系
```
POST /api/items/voice
POST /api/items/prop
POST /api/items/delete
POST /api/items/select
```

複数セリフの `add_script` はHTTPエンドポイントではなく、MCP `ymm4_interact` のactionです。

### 映像確認系
```
GET  /api/preview/capture
POST /api/preview/seek
GET  /api/preview/position
POST /api/playback/play
POST /api/playback/stop
```

### 音声系
```
POST /api/preview/record
POST /api/preview/watch    ← 映像+音声同時取得
```

---

## MCPツールの使い方

### ymm4_interact(操作系)

```python
# アイテム一覧取得
action="get_info", sub_action="items"

# セリフ一括追加(文字数から長さ自動計算)
action="add_script",
start_frame=0, fps=30, chars_per_sec=5,
lines=[
    {"layer": 7, "character": "ゆっくり霊夢",   "text": "セリフ内容"},
…

Read the whole file at its exact version.

How to install

Latest version
mdr add scpgamerscp/ymm4mcp/ymm4-mcp@git:20260923.2b34b35
Exact content
mdr add scpgamerscp/ymm4mcp/ymm4-mcp@sha256:719204009be5f803

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_bjj53yprzkn37ago.svg)](https://markdownregistry.com/a/art_bjj53yprzkn37ago)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.2b34b35 latest2026-09-23 2b34b35 9,062 BA view · diff
git:20260922.8f0fc712026-09-22 8f0fc71 7,631 BA view · diff
git:20260921.b3425652026-09-21 b342565 7,249 BA view · diff
git:20260304.eafe6902026-03-04 eafe690 6,868 BA view · diff
git:20260226.90db1af2026-02-26 90db1af 6,497 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9062 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

scpgamerscp/ymm4mcp · 24 stars · license none · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_bjj53yprzkn37ago
GET https://markdownregistry.com/api/v1/resolve?ref=scpgamerscp/ymm4mcp/ymm4-mcp
GET https://markdownregistry.com/api/v1/blob/719204009be5f803d9ea4ba8f69f4dd60d4cba3fe5d56589ce0b6de3d8c41dd9

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from scpgamerscp/ymm4mcp

ymm4-chaban skill
scpgamerscp/ymm4mcp · mcp-server/skills/ymm4-chaban/SKILL.md · YMM4でゆっくり茶番動画を作るスキル。 霊夢(ボケ)と魔理沙(ツッコミ)のコント・日常会話・掛け合いで笑いを取る茶番劇を自動生成する。 以下の場面で必ず使うこと: - 「ゆっくり茶番を作って」「コントを作って」「ネタ動画にして」 -…
git:20260304.eafe690 · audit A · 24 stars
ymm4-chosei skill
scpgamerscp/ymm4mcp · mcp-server/skills/ymm4-chosei/SKILL.md · AquesTalk(ゆっくりボイス)の音声記号列を自動生成・変換するスキル。 普通の日本語テキストをアクセント記号・句切記号付きの音声記号列に変換する。 以下の場面で必ず使うこと: -…
git:20260619.4621522 · audit A · 24 stars
ymm4-jikkyou skill
scpgamerscp/ymm4mcp · mcp-server/skills/ymm4-jikkyou/SKILL.md · YMM4でゆっくり実況動画を作るスキル。 ゲームプレイ映像にゆっくりボイスのセリフを合わせて実況動画を自動生成する。 以下の場面で必ず使うこと: - 「ゆっくり実況を作って」「ゲーム実況にセリフをつけて」 -…
git:20260304.eafe690 · audit A · 24 stars
ymm4-kaisetsu skill
scpgamerscp/ymm4mcp · mcp-server/skills/ymm4-kaisetsu/SKILL.md · YMM4でゆっくり解説動画を作るスキル。 テーマや知識をゆっくりボイスで分かりやすく解説する動画を自動生成する。 以下の場面で必ず使うこと: - 「ゆっくり解説を作って」「〜について解説動画にして」 -…
git:20260911.564bfb9 · audit A · 24 stars
ymm4-story skill
scpgamerscp/ymm4mcp · mcp-server/skills/ymm4-story/SKILL.md · YMM4でゆっくり音声を使ったストーリー・物語動画を作るスキル。 霊夢・魔理沙・その他キャラクターが登場する短編小説・ドラマ・ファンタジー・ 感動系・ホラー・ミステリー等の物語を自動生成する。 以下の場面で必ず使うこと: -…
git:20260304.eafe690 · audit A · 24 stars

Every file in scpgamerscp/ymm4mcp

Browse by kind, by grade A, or by owner.