video-intro-outro

video-intro-outro is a skill for Claude Code, Codex from ZJU-REAL/Easel. It costs 164 tokens per session (1,389 once invoked), scanned A, original, Apache-2.0.

A video intro and outro tool that creates title or closing cards with text, logos, backgrounds, and calls to action, then joins them to a main video.

In plain words
What is it for?
Use it to add title cards, subtitles, logos, thank-you screens, or prompts to like and follow before or after a video.
Why use it?
It avoids manually designing and attaching opening or closing segments to every finished video.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python skills/shared/scripts/intro_outro.py card \.

Good fit Use it to add title cards, subtitles, logos, thank-you screens, or prompts to like and follow before or after a video.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ZJU-REAL/Easel
agentmods
npx agentmods add skills/zju-real/easel/video-intro-outro

Made for: Claude Code, Codex.

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 video-intro-outro

README.md
[![agentmods](https://agentmods.dev/badge/skills/zju-real/easel/video-intro-outro/github.svg)](https://agentmods.dev/skills/zju-real/easel/video-intro-outro)
Your own site
<a href="https://agentmods.dev/skills/zju-real/easel/video-intro-outro"><img src="https://agentmods.dev/badge/skills/zju-real/easel/video-intro-outro/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 video-intro-outro

Your own site · 80×15
<a href="https://agentmods.dev/skills/zju-real/easel/video-intro-outro"><img src="https://agentmods.dev/badge/skills/zju-real/easel/video-intro-outro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,389 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00164 $0.01389
Opus 5 $0.00082 $0.00694
Sonnet 5 $0.00033 $0.00278
Haiku 4.5 $0.00016 $0.00139

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

Security

Grade A, and why

video-intro-outro 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 8d 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.

skills/openclaw/video-intro-outro/SKILL.md · 90 lines

How it starts

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

视频片头 / 片尾

生成片头/片尾视频卡片(标题 + 副标题 + logo + 关注引导),并把 片头 + 主视频 + 片尾 归一化后拼接成一条成片。全部走 skills/shared/scripts/intro_outro.py不要手拼 drawtext / xfade——脚本已处理字体路径、音画参数一致、转场时间偏移计算。

只做"片头/片尾卡片 + 拼接"。静态封面图见 poster-hero;通用剪辑见 video-editing; 完整"一句话→成片"流水线见 auto-short-video

输入

字段 必填 说明
主视频 拼接时必填 要加片头/片尾的视频(没给就问)
标题/副标题 推荐 片头主题、片尾致谢等文案
关注引导 CTA 片尾常用 如"点赞 + 关注 不迷路"
logo 可选 品牌 logo 图片,叠在标题上方
画幅 可选 默认竖版 1080x1920;拼接时默认对齐主视频
背景 可选 纯色 / 双色渐变 / 图片

输出(outputs/主题名/

  • 片头 / 片尾卡片片段(intro.mp4 / outro.mp4
  • 拼接后的成片(*-final.mp4
  • 报告:卡片时长、画幅、转场方式

执行步骤

脚本路径(相对项目根):skills/shared/scripts/intro_outro.py(各子命令支持 -h)。

1. 生成片头卡片

python skills/shared/scripts/intro_outro.py card \
  --title "本期主题" --subtitle "3 分钟讲清楚" \
  --gradient --color 0x1a2a6c --color2 0xb21f1f \
  --size 1080x1920 --duration 2.5 -o outputs/主题名/intro.mp4

2. 生成片尾卡片(带关注引导)

python skills/shared/scripts/intro_outro.py card --preset outro \
  --title "感谢观看" --cta "点赞 + 关注 不迷路" \
  --color black --size 1080x1920 --duration 2.5 \
  -o outputs/主题名/outro.mp4

背景三选一:--color <色>(纯色)/ --gradient(配 --color/--color2 双色渐变)/ --bg-image <图>(图片背景,自动裁切填满)。--logo <图> 叠加品牌 logo。

3. 拼接到主视频

# 硬切(默认,最稳)
python skills/shared/scripts/intro_outro.py attach --main <主视频> \
  --intro outputs/主题名/intro.mp4 \
  --outro outputs/主题名/outro.mp4 \
  -o outputs/主题名/<名>-final.mp4

# 淡入淡出转场
python skills/shared/scripts/intro_outro.py attach --main <主视频> \
  --intro outputs/主题名/intro.mp4 --transition fade --trans-duration 0.5 \
  -o outputs/主题名/<名>-final.mp4

--intro / --outro 至少给一个,可只加其一。--transition 可选 none/fade/fadeblack/fadewhite/wipeleft/slideup/circleopen。画幅默认对齐主视频, --size 可强制。

Profile 感知

  • 有 Profile:标题/CTA 语气贴合 style.md 人设;有品牌 logo/主色时用作 --logo--color;默认画幅按 platforms.md 主平台(抖音/小红书竖版 1080x1920,B站/横版 1920x1080)。
  • 无 Profile:用中性文案与默认深色背景,竖版 1080x1920,末尾提示可提供品牌信息定制。

Read the full file on GitHub · 90 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. 8d ago First seen · 90 lines · 164 tokens per session scan A 6253014abf50

Subscribe to this mod's changes

video-intro-outro is a skill published in the GitHub repository ZJU-REAL/Easel (841 stars, last pushed today), licensed Apache-2.0. It adds 164 tokens to every session and 1,389 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

ppt-generation

Generate PPTX presentations from slide plan + content.

HezaoHezao/poirot · 13 tokens

chart-visualization

Generate charts: select type, extract data, render image.

HezaoHezao/poirot · 17 tokens

jacky-motion2-0-srt

A workflow for turning a Chinese spoken script and matching SRT subtitle file into a single 16:9 HTML information animation. SRT is a subtitle file that stores text with start and end times; the animation follows those times and adds recorded-screen placeholders when needed.

Jackywxsz/Jacky-motion · 127 tokens

video-podcast-maker

Use when the user gives a topic and wants an automated topic-driven narrated explainer, podcast, or knowledge-summary video (Bilibili / YouTube / Xiaohongshu / Douyin / WeChat Channels), or asks to learn visual design patterns from a reference video/image. Trigger when the user mentions creating a knowledge video…

Agents365-ai/video-podcast-maker · 214 tokens

video-podcast-maker-lite

Minimal personal narrated-video pipeline — a topic becomes a talking-head-free explainer MP4 (1080p or 4K) via script → Azure TTS (SSML) → Remotion. Use when the user wants a quick narrated video from a topic without the full video-podcast-maker machinery (no extra skills, no thumbnails/shorts/publish matrix). Do NOT…

Agents365-ai/video-podcast-maker · 96 tokens

video-podcast-maker-nano

Smallest personal narrated-explainer-video pipeline (spoken narration over visuals, not an audio podcast), fully tool-agnostic and autonomous by default — topic → research ∥ asset collection → script → TTS → video → 4K render ∥ publish info + cover. The skill defines the pipeline logic and self-verified checkpoints…

Agents365-ai/video-podcast-maker · 163 tokens