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.
npx skills add J-StaR-Films-Studios/VibeCode-Protocol-Suite --skill youtube-pipelinegit clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-SuiteWrote 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/j-star-films-studios/vibecode-protocol-suite/youtube-pipeline)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/youtube-pipeline"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/youtube-pipeline/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/j-star-films-studios/vibecode-protocol-suite/youtube-pipeline"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/youtube-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00059 | $0.02103 |
| Opus 5 | $0.00030 | $0.01052 |
| Sonnet 5 | $0.00012 | $0.00421 |
| Haiku 4.5 | $0.00006 | $0.00210 |
Grade A, and why
youtube-pipeline 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 7d 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 — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
YouTube Pipeline Skill
This skill provides access to a complete YouTube video production pipeline. It is self-contained: when activated, resolve the folder containing this SKILL.md as <skill-root> and read the bundled workflow, knowledge, prompt, and script files from there.
Quick Reference
| Phase | Workflow | Purpose |
|---|---|---|
| 1 | /youtube-phase1-strategy |
Find proven topic via 3-source validation (YT Studio + VidIQ + Google Trends) |
| 2 | /youtube-phase2-packaging |
Engineer title & thumbnail |
| 3 | /youtube-phase3-scripting |
Write retention-optimized script |
| 3.5 | /youtube-phase3.5-shorts |
Create 6 Shorts (3 Topic + 3 Extract) |
| 4 | /youtube-phase4-production |
Film, edit, polish |
| 5 | /youtube-phase5-repurposing |
Distribute to all platforms (YT, TikTok, IG, LinkedIn) |
| Master | /youtube-pipeline |
Orchestrate all 6 phases |
Bundled Files (Always Read These First)
All runtime instructions are bundled in this skill. Do not require the user's vault, a global config folder, or a specific agent harness for normal use.
Workflow Files:
<skill-root>/resources/youtube-pipeline.md
<skill-root>/resources/youtube-phase1-strategy.md
<skill-root>/resources/youtube-phase2-packaging.md
<skill-root>/resources/youtube-phase3-scripting.md
<skill-root>/resources/youtube-phase3.5-shorts.md
<skill-root>/resources/youtube-phase4-production.md
<skill-root>/resources/youtube-phase5-repurposing.md
Knowledge And Prompts:
<skill-root>/resources/knowledge/
<skill-root>/resources/prompts/
Automation Scripts (Phase 1):
<skill-root>/scripts/parse_yt_studio.ps1
<skill-root>/scripts/google-trends/search.js
Phase 1 Automation Tools
YouTube Studio HTML Parser
Extracts topics and volume indicators from YouTube Studio's Inspiration tab.
User Workflow:
- Go to YouTube Studio → Inspiration → Search topic
- Right-click results → Inspect → Find
<yta-section id="top-section"> - Right-click → Copy → Copy outerHTML
- Paste into
.htmlfile
What ships with it
24 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- resources/knowledge/Application.md 2.1 KB
- resources/knowledge/Phase 1.md 4.7 KB
- resources/knowledge/Phase 2.md 5.3 KB
- resources/knowledge/Phase 3.md 6.1 KB
- resources/knowledge/Phase 4.md 4.3 KB
- resources/knowledge/Phased Outline.md 2.6 KB
- resources/knowledge/Repurposing.md 3.8 KB
- resources/knowledge/Research.md 38 KB
- resources/prompts/Shorts Bridge Protocol.md 5.5 KB
- resources/prompts/Title Thumbnail Picker Prompt.md 3.6 KB
- resources/prompts/Transcription Extraction Prompt v2.md 6.7 KB
- resources/prompts/Transcription Extraction Prompt.md 12 KB
- resources/prompts/Video QA Prompt.md 4.4 KB
- resources/youtube-phase1-strategy.md 9.7 KB
- resources/youtube-phase2-packaging.md 5.3 KB
- resources/youtube-phase3-scripting.md 5.7 KB
- resources/youtube-phase3.5-shorts.md 8.8 KB
- resources/youtube-phase4-production.md 4.8 KB
- resources/youtube-phase5-repurposing.md 4.7 KB
- resources/youtube-pipeline.md 4.9 KB
- scripts/google-trends/package.json 403 B
- scripts/google-trends/pnpm-lock.yaml 676 B
- scripts/google-trends/search.js 5.6 KB runs code
- scripts/parse_yt_studio.ps1 4.4 KB runs code
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.
- 7d ago First seen · 206 lines · 59 tokens per session scan A fb0f504b29c5
youtube-pipeline is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed today), licensed ISC. It adds 59 tokens to every session and 2,103 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
gpt-image-2-style-library
Choose GPT-Image2 / gpt-image-2 visual styles and industrial prompt templates from the awesome-gpt-image-2 style library. Use when an agent needs to create, rewrite, classify, or improve image-generation prompts with repository-backed templates, categories, style tags, scene tags, pitfalls, and example cases.
seedance-prompt
This skill should be used when the user asks to write, improve, translate, compress, or debug a Seedance 2.0 video prompt; mentions T2V, I2V, V2V, R2V, camera direction, prompt quality, or provides reference assets for a production-ready prompt.
short-drama-storyboard
A workflow for turning a Chinese short-drama script and its visual facts into a shot-by-shot storyboard with frozen starting-frame prompts.
short-drama-video-prompts
A writing guide for turning approved short-drama storyboards and starting images into copy-ready prompts for generating video scenes. It covers both image-to-video prompts, which use a reference image, and text-to-video prompts, which describe the scene in words.
short-drama-develop
A Chinese-language writing workflow for turning novel, short-drama, or comic-drama ideas and source material into an adaptation plan, story direction, creative brief, story engine, and episode map.
short-drama-write
A writing workflow for creating or revising a shootable Chinese short-drama or animated-drama episode in Markdown.