ワンクリックで
ars-publish-youtube
Run the confirmed YouTube publish flow through the publisher agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the confirmed YouTube publish flow through the publisher agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | ars:publish-youtube |
| description | Run the confirmed YouTube publish flow through the publisher agent. |
| argument-hint | <epId> |
| model | claude-haiku-4-5-20251001 |
| effort | medium |
Use the publisher agent for this skill.
Behavior:
npx ars prepare youtube <epId> if status is not already ready; otherwise skip.npx ars publish youtube <epId> --yes — the --yes flag bypasses
the CLI's interactive prompt so you never need to pass stdin.--dry-run if the user requests a test run.--privacy public|private|unlisted if specified (default: private).Run a single-episode coherence checklist after Studio review edits and before prepare/publish; diagnose or patch thesis drift, step seams, stale arguments, visual rhythm, and publish readiness.
Apply Studio intents back into the episode source and validate the result.
Generate 3 YouTube metadata candidates (title/description/tags) grounded in episode context, let the user pick one, then mark the artifact ready.
Usage guide for generating MiniMax TTS audio and subtitles for an episode.
Validate repo bootstrap readiness, ARS config, providers, and environment readiness with npx ars doctor.
Create a new episode scaffold for a series with npx ars episode create.