yt

yt is a command for Claude Code from PedroMeloOfficial/Youtube-Agent-Matrix. It costs 15 tokens per session (335 once invoked), scanned A, original, MIT.

A command that routes YouTube production requests through an agent workflow. The workflow covers activities such as channel setup, topic research, video ideas, scripts, thumbnails, search metadata, short videos, and performance analysis.

In plain words
What is it for?
Use it for a YouTube production task by giving a route such as research, script, thumbnail, SEO, or analyze followed by the topic or project.
Why use it?
It gives different kinds of YouTube work a defined route instead of requiring you to choose the underlying specialist yourself.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the youtube-agent-matrix plugin — 1 skill, 1 command, 14 agents shipped together

Good fit Use it for a YouTube production task by giving a route such as research, script, thumbnail, SEO, or analyze followed by the topic or project.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/pedromeloofficial/youtube-agent-matrix/yt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/PedroMeloOfficial/Youtube-Agent-Matrix

Made for: Claude Code.

Or install youtube-agent-matrix, the plugin that ships this one along with the rest of its 1 skill, 1 command, 14 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for yt

README.md
[![agentmods](https://agentmods.dev/badge/commands/pedromeloofficial/youtube-agent-matrix/yt/github.svg)](https://agentmods.dev/commands/pedromeloofficial/youtube-agent-matrix/yt)
Your own site
<a href="https://agentmods.dev/commands/pedromeloofficial/youtube-agent-matrix/yt"><img src="https://agentmods.dev/badge/commands/pedromeloofficial/youtube-agent-matrix/yt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yt

Your own site · 80×15
<a href="https://agentmods.dev/commands/pedromeloofficial/youtube-agent-matrix/yt"><img src="https://agentmods.dev/badge/commands/pedromeloofficial/youtube-agent-matrix/yt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 335 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00335
Opus 5 $0.00008 $0.00168
Sonnet 5 $0.00003 $0.00067
Haiku 4.5 $0.00002 $0.00034

Measured 9d ago against content hash e5a62618362e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

yt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/yt.md · 25 lines

What it actually says

Load the youtube-agent-matrix:orchestrator skill and act as the orchestrator described there.

Arguments received: $ARGUMENTS

Parse the first word of the arguments as the verb and route it exactly as the orchestrator's routing table specifies (setup, strategy, audit, competitor, research, ideate, calendar, hook, script, thumbnail, seo, metadata, shorts, repurpose, monetize, analyze, video). Everything after the verb is the argument to that route (a topic, an idea, a video folder, a channel to analyze, etc.).

If no arguments were given at all, and workspace/config.json does not exist yet, run the setup flow (/yt setup): ask the language question, then the market/audience question, then hand off to channel-strategist if there is no channel profile yet.

If no arguments were given and setup is already complete, ask the creator what they want to work on next rather than guessing.

Follow every rule in the orchestrator skill exactly — approval gates, file ownership, the _handoff.md/_log.md mechanics, and never inventing benchmark numbers.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 25 lines · 15 tokens per session scan A e5a62618362e

Subscribe to this mod's changes

yt is a command published in the GitHub repository PedroMeloOfficial/Youtube-Agent-Matrix (6 stars, last pushed 2d ago), licensed MIT. It adds 15 tokens to every session and 335 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other commands, from other repositories

wp-cinematic-scene

Author, replace, or regenerate a single cinematic scene. Updates the matching cinematicscenes repeater row (eyebrow, headline, body, CTA, videos, poster) and — if the scene needs a non-default layout — emits a per-scene template fragment override at template-parts/cinematic/scene- .php. Cinematic equivalent of…

yojahny55/claude-wp-builder · 0 tokens

wp-cinematic-seed

Seed (or re-seed) all cinematic scenes from a manifest. Idempotent — skips scenes whose sceneid already has content unless --force. Sideloads sample videos from the kit if no Media Library attachments are pinned.

yojahny55/claude-wp-builder · 56 tokens

wp-cinematic-encode

Encode source videos for cinematic scroll-scrub (all-keyframe MP4) and mobile autoplay-loop (9:16 portrait crop). Thin wrapper over the kit's scripts/encode-keyframe.sh and scripts/encode-mobile-portrait.sh. Drops encoded files into /assets/videos/ and updates the matching ACF row if --scene=N is provided.

yojahny55/claude-wp-builder · 84 tokens

generate-image

Generate an image using Google Gemini - Interactive mode with user prompts.

OpenAnalystInc/10x-Research-Skill · 12 tokens

gen-video

Generate video output in one of three modes: Remotion (programmatic React-based video), Gen-AI (shot prompt pack for Runway/Kling/Sora/Pika/Luma), or Remotion+Gen-AI (programmatic scaffold with AI footage embedded).

Adityaraj0421/naksha-studio · 56 tokens

brand-generate

Generate an on-brand document from a saved Brand Profile.

ferdinandobons/brand-docs · 0 tokens