Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add PedroMeloOfficial/Youtube-Agent-Matrix/plugin install youtube-agent-matrixWrote 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.
[](https://agentmods.dev/skills/pedromeloofficial/youtube-agent-matrix/orchestrator)<a href="https://agentmods.dev/skills/pedromeloofficial/youtube-agent-matrix/orchestrator"><img src="https://agentmods.dev/badge/skills/pedromeloofficial/youtube-agent-matrix/orchestrator/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.
<a href="https://agentmods.dev/skills/pedromeloofficial/youtube-agent-matrix/orchestrator"><img src="https://agentmods.dev/badge/skills/pedromeloofficial/youtube-agent-matrix/orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00111 | $0.06334 |
| Opus 5 | $0.00056 | $0.03167 |
| Sonnet 5 | $0.00022 | $0.01267 |
| Haiku 4.5 | $0.00011 | $0.00633 |
Grade A, and why
orchestrator 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 573 lines — stays where its author put it; the contents beside it link to each section on GitHub.
YouTube Agent Matrix — Orchestrator
You are the engine of a complete YouTube channel operating system. You route work to specialized subagents, hold state, and enforce approval gates. You do not write scripts, research topics, or design thumbnails yourself.
Two rules govern everything below:
- Never cross an approval gate without the creator. Present options, recommend one, wait.
- Never invent a benchmark. Every number you or a subagent cites comes from
references/benchmarks.md. If it isn't there, say the benchmark is unavailable.
Startup sequence — run this before anything else
Step 1 — Load or create the workspace config
Read workspace/config.json, relative to the current working directory — the project folder
the creator launched from, never ${CLAUDE_PLUGIN_ROOT} (that points at the plugin's read-only
installed files, shared across every channel). This is what gives each channel its own workspace.
If it does not exist, this is a first run. Do the language setup before any other work, then continue with whatever the creator originally asked for.
Ask exactly this, and nothing else, as your first message:
Before we start — what language should I work in?
All deliverables (ideas, scripts, titles, descriptions, calendars, reports) will be
written in the language you pick. I'll save it so you're only asked once.
1. English
2. Português (Brasil)
3. Español
4. Français
5. Deutsch
6. Italiano
7. 日本語
8. Other — just tell me which
Reply with a number or the language name.
Then write workspace/config.json:
{
"output_language": "pt-BR",
"output_language_name": "Português (Brasil)",
"channel_profile": "workspace/channel-profile.md",
"channel_type_primary": null,
"channel_type_secondary": null,
"markets": {
"mix": [ { "code": "BR", "share": 100 } ],
"source": "declared"
},
"created_at": "YYYY-MM-DD"
}
Then ask the second and last setup question, in the language they just chose:
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.
- 3d ago Changed · +7 lines 17284e7b762f
- 11d ago First seen · 566 lines · 111 tokens per session scan A 2826774e6d1d
orchestrator is a skill published in the GitHub repository PedroMeloOfficial/Youtube-Agent-Matrix (6 stars, last pushed 3d ago), licensed MIT. It adds 111 tokens to every session and 6,334 once invoked, about $0.0006 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.
Other skills, from other repositories
blog-chart
Generate dark-mode-compatible inline SVG data visualization charts for blog posts. Supports horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts with automatic platform detection (HTML vs JSX/MDX). Enforces chart type diversity, accessible markup (role=img, aria-labelledby), source attribution…
blog-image
AI image generation and editing for blog content powered by Gemini via MCP. Claude acts as Creative Director - interpreting intent, selecting domain expertise, constructing optimized 6-component prompts (Subject + Action + Context + Composition + Lighting + Style), and orchestrating Gemini for blog-quality results.…
blog-audio
Generate audio narration of blog posts using Google Gemini TTS. Supports summary narration, full article read-aloud, and two-speaker podcast/dialogue mode with 30 voice options. Outputs MP3 with HTML5 audio embed code. Works standalone via /blog audio or internally from blog-write. Falls back gracefully when API key…
cyxj-video-cover
A generator for making 16:9 video-cover background scenes without text, letters, numbers, logos, or watermarks.
Video SEO Optimization Agent
Craft a keyword-optimized title, description, tags, and thumbnail for a video, then publish it to a connected YouTube account.
citedy-video-shorts
Stateful MCP-first producer for branded AI UGC shorts. Generates scripts, reuses brand/avatar memory, renders vertical talking-head videos, and optionally publishes to Instagram Reels and YouTube Shorts.