release-youtube

Generate English and Japanese YouTube upload metadata with M:SS timestamps from release notes.

41|11|Updated May 22, 2025
One-click install
npx skills add https://github.com/receptron/mulmocast-app --skill release-youtube
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-youtube
Source: https://github.com/receptron/mulmocast-app/tree/main/.claude/skills/release-youtube
Command: npx skills add https://github.com/receptron/mulmocast-app --skill release-youtube

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

リリースごとの YouTube アップロード用メタデータ(英語/日本語のタイトル・説明・タイムスタンプ)を毎回手作業で整える手間をなくします。

Core Features & Use Cases

  • Release note からのメタデータ生成: 指定されたリリースノートと機能詳細から、英語版・日本語版それぞれのタイトルと説明文の骨組みを作成します。
  • タイムスタンプの自動集約: 先に生成されるタイムスタンプ(またはスクリプトの beats から算出)を用いて、機能単位の M:SS 形式タイムスタンプを説明文へ反映します。
  • アップロード後の URL 追記: YouTube アップロード完了後に動画 URL をメタデータファイルへ追記できるよう、追記セクションの運用を定めます。

Quick Start

release-script が完了したあとに、この skill に対象バージョン(例: 1.0.11)を渡して実行し、指定パスに英語版・日本語版のメタデータ markdown を生成します。

Frequently Asked Questions about release-youtube

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate YouTube metadata for a multilingual app release?

You generate YouTube metadata by reading existing release notes and timestamps to produce English and Japanese titles, descriptions, and M:SS timestamps. This skill outputs youtube_v<version>_en.md and youtube_v<version>_ja.md files directly into your version folder.

How do I format timestamps for a YouTube video description from a script?

Formatting YouTube timestamps from a script requires reading timing inputs from the release script's beats startAt values and converting them into M:SS format. The skill aggregates these per-feature timestamps and reflects them directly into the description text.

Do I need release notes and a release script to generate YouTube upload metadata?

Yes, you need release notes and a release script to generate YouTube upload metadata. This skill applies to release pipelines where release notes and release script JSON artifacts already exist, and /release-script has already produced the necessary timing inputs.

What is the best way to add a YouTube video URL to release metadata after uploading?

The best way to add a YouTube video URL to release metadata after uploading is to append it within a designated update section. This skill defines the operational workflow for appending the video URL back into the generated youtube_v<version> markdown files.

Can I generate both English and Japanese YouTube titles for an Electron app marketing release?

Yes, you can generate both English and Japanese YouTube titles for an Electron app marketing release. Given a specific MulmoCast release version, the skill creates skeletal title and description metadata in both languages for your YouTube upload.