agentsclimarketplace

Brand overlays

Skill jperrello/C0BALT_CUT/.claude/skills/brand-overlays

Composite both persistent brand PNGs — the top "Original video: <title>" credit chyron (y≈4%) and the bottom @C0BALT_CUT watermark (y≈97.5%) — onto a finished short in ONE ffmpeg pass. The credit appears only in the FINAL CREDIT_TAIL seconds (default 3.0s) — it fades in at dur-tail and holds to the end so it lands on the closing beat, leaving the cold-open title to own the top banner uncontested at the open; the watermark holds the whole clip. Replaces the back-to-back source-credit + watermark re-encodes in the orchestrator (saves a full re-encode and an intermediate .mp4 per span); those two skills remain the standalone single-overlay ops and own the PNG renderers this skill reuses.From its SKILL.md

Install
npx -y skills add jperrello/C0BALT_CUT --skill brand-overlays

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 284 tokens by cl100k_base, as published. Nobody here has run it

brand-overlays

.claude/skills/brand-overlays/brand-overlays.sh <input.mp4> <ingest.json> <out.mp4>

One ffmpeg invocation, two overlay filters chained:

  • ../source-credit/render_credit.py renders the "Original video: <title>" banner (title read from ingest.json), composited top-center at y='H*0.04'.
  • ../watermark/render_watermark.py renders the @C0BALT_CUT mark (Platinum #E8ECF1, slashed-zero in Sapphire Glow #2E6BFF), composited bottom-anchored at y='H*0.975-h'.

Pixel-identical placement to running source-credit then watermark sequentially. Audio is stream-copied; video encoded once via _lib/encode.sh (vt_args mid).

Idempotent: skips when <out> is newer than <input> and <out>.bometa matches the title signature.

In the canonical chain it runs AFTER title-transition and BEFORE loudnorm, producing clip_NN.marked.mp4 directly from clip_NN.titled.mp4. If it fails, the orchestrator falls back to the two-pass source-credit → watermark path.

What ships with it: 1 file

5.4 KB alongside SKILL.md, 1 of them executable

Gives 0 of the 12 instructions most marketing audience skills give in 284 tokens

Counted across 690 of the 894 authors here whose files we hold, read 2026-08-07

  • Apply Poppins font to headingsin 41 of 690, across 6 files
  • Apply Lora font to body textin 41 of 690, across 6 files
  • Use Arial fallback for headingsin 39 of 690, across 4 files
  • Use Georgia fallback for body textin 39 of 690, across 4 files
  • Maintain text hierarchy and formattingin 39 of 690, across 4 files
  • Use accent colors for non-text shapesin 38 of 690, across 3 files
  • Use RGB values for precise color matchingin 38 of 690, across 3 files
  • Use brand colors for primary text and backgroundsin 36 of 690, across 1 file
  • Read product marketing context file before asking questions, starting, or auditingin 35 of 690, across 23 files
  • Use active voice instead of passive voicein 26 of 690, across 10 files
  • Implement or generate appropriate JSON-LD structured datain 24 of 690, across 17 files
  • Prioritize clarity over clevernessin 22 of 690, across 8 files

Said here and by no other author read

  • render the title credit banner
  • render the watermark
  • composite both overlays in one pass
  • anchor the credit overlay near the top
  • anchor the watermark overlay near the bottom
  • stream-copy the audio track

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.