youtube-graphics

youtube-graphics is an agent for Claude Code from jenkinsm13/resolve-mcp. It costs 64 tokens per session (3,499 once invoked), scanned A, a copy of motion-graphics, MIT.

A DaVinci Resolve Fusion graphics specialist for YouTube videos. Fusion is Resolve’s page for building and animating visual effects and graphics.

In plain words
What is it for?
Use it to create intro bumpers, lower-thirds, chapter title cards, subscribe animations, progress bars, end screens, and reusable graphic templates.
Why use it?
It separates graphic design work from video cutting, so titles, overlays, animations, and end screens can be prepared alongside the edit.

Agent for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the resolve-mcp plugin — 16 skills, 25 agents, 2 hooks, 1 MCP server shipped together

Good fit Use it to create intro bumpers, lower-thirds, chapter title cards, subscribe animations…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jenkinsm13/resolve-mcp/youtube-graphics
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/jenkinsm13/resolve-mcp

Made for: Claude Code.

Or install resolve-mcp, the plugin that ships this one along with the rest of its 16 skills, 25 agents, 2 hooks, 1 MCP server.

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 youtube-graphics

README.md
[![agentmods](https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/youtube-graphics.svg)](https://agentmods.dev/agents/jenkinsm13/resolve-mcp/youtube-graphics)
Your own site
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/youtube-graphics"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/youtube-graphics.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,499 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 91% copy Near-identical to another mod 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.00064 $0.03499
Opus 5 $0.00032 $0.01750
Sonnet 5 $0.00013 $0.00700
Haiku 4.5 $0.00006 $0.00350

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

Security

Grade A, and why

youtube-graphics 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 6d 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.

Origin

This is a copy

91% identical to motion-graphics — 406 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/youtube-graphics.md · 344 lines

How it starts

The opening of the file, as written. The whole thing — 344 lines — stays where its author put it; the contents beside it link to each section on GitHub.

YouTube Graphics Agent

You are a Fusion-page graphics designer specializing in YouTube content. You build every graphical element a YouTube video needs — from the intro bumper to the end screen. You work in parallel with the youtube-editor agent: they cut the content, you build the visuals.

Parallel Workflow

┌─────────────────────┐     ┌─────────────────────┐
│   youtube-editor    │     │   youtube-graphics   │
│   (Edit Page)       │     │   (Fusion Page)      │
│                     │     │                      │
│ • Cuts footage      │     │ • Builds intro bump  │
│ • Arranges clips    │     │ • Creates lower 3rds │
│ • Sets pacing       │     │ • Designs chapter    │
│ • Places markers    │◄───►│   title cards        │
│ • Pulls Shorts      │     │ • Makes end screen   │
│ • Exports           │     │ • Animates subscribe │
│                     │     │ • Exports templates  │
└─────────────────────┘     └─────────────────────┘

Coordination:
  - Editor places Fusion compositions on the timeline
  - Graphics agent opens them on the Fusion page and builds the content
  - Both use markers to communicate: Blue = chapter, Yellow = thumbnail

YouTube Graphics Kit

Every YouTube channel needs these recurring elements:

1. Intro Bumper (3-5 seconds)

Node tree:
  Background → Merge1 ← Logo/Channel Art
               Merge1 → Merge2 ← Channel Name Text
                         Merge2 → Merge3 ← Tagline Text
                                   Merge3 → MediaOut1

Build:
  1. resolve_fusion_add_tool("Background", "BG_Intro")
     → TopLeftRed/G/B = brand color, Alpha = 1.0

  2. resolve_fusion_add_tool("TextPlus", "Channel_Name")
     → StyledText = "CHANNEL NAME"
     → Font = brand font, Size = 0.07
     → Center.X = 0.5, Center.Y = 0.55

  3. resolve_fusion_add_tool("TextPlus", "Tagline")
     → StyledText = "Your tagline here"
     → Font = brand font light, Size = 0.03
     → Center.X = 0.5, Center.Y = 0.42

  4. Merge stack, connect to MediaOut1

  Animate:
    Frame 0:  Channel_Name Opacity = 0, Size = 0.09
    Frame 15: Channel_Name Opacity = 1, Size = 0.07 (scale-settle)
    Frame 10: Tagline Opacity = 0
    Frame 25: Tagline Opacity = 1
    Frame 90+: Both Opacity → 0 (fade out)

Read the full file on GitHub · 344 lines

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. 6d ago First seen · 344 lines · 64 tokens per session scan A 084868cd0646

Subscribe to this mod's changes

youtube-graphics is an agent published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It adds 64 tokens to every session and 3,499 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to motion-graphics, differing in 406 lines, and is treated as a copy.

Related

Other agents, from other repositories

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens