Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计提醒

video-production视频制作

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

2,046

周安装

87

GitHub Stars

11

下载量

717
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-production(视频制作)
来源仓库:https://github.com/akillness/oh-my-skills
仓库路径:skills/video-production
安装命令:
npx skills add https://github.com/akillness/oh-my-skills --skill video-production
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill video-production

简介

作为可编程视频项目的核心锚点,负责镜头组织、素材说明和渲染问题排查。

  • 适用于 Remotion 等脚本化视频开发,支持自动化生成和模板驱动的生产流程。
  • 使用时需指定分辨率、时长和导出格式,涉及外部素材时应提前核对版权授权。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-skills --skill video-production
  • 商业发布前需完成内容审核,人物肖像类素材须确保合法使用权限。

SKILL.md

Video Production

Use this skill as the canonical programmable-video and automated-video production anchor for the repository.

The job is not to dump a generic storyboard or act like a manual editor tutorial. The job is to:

  1. normalize the production request,
  2. choose the best production mode,
  3. return one implementation-ready packet,
  4. leave explicit asset, QA, and handoff guidance.

Read references/production-modes.md, references/asset-and-qa-checklist.md, and references/handoff-boundaries.md before routing broad requests.

When to use this skill

  • The user wants automated, repeatable, or template-driven video production
  • The request involves short-form content ops, campaign variants, personalized videos, localized versions, or batched social assets
  • The user mentions Remotion, rendering from code, video APIs, templates, or connecting app/product data into video output
  • The workflow needs a production plan that can span generation, asset prep, QA, and a publishing handoff

When not to use this skill

  • The job is purely a one-off manual edit in Premiere / After Effects / CapCut with no automation or repeatability goal
  • The task is only final creative polish, color, taste-based pacing, or bespoke motion-design critique
  • The user needs only transcript cleanup, clip selection, or direct publishing with no template/render layer
  • The request is really an ad-strategy, content-strategy, or product-launch brief rather than a video-production workflow

Supported production modes

Use these as routing targets inside the skill:

1) Code-first programmable video

  • Best when the user explicitly wants Remotion, React-based composition, dynamic data injection, or custom product-integrated rendering
  • Default stack: Remotion

2) Template/API automation

  • Best when the user needs speed, bulk generation, localization, or personalized variants without owning a full rendering codebase
  • Typical comparators: Shotstack, Creatomate, Bannerbear

3) Hybrid clip / repurposing pipeline

  • Best when the source material is long-form audio/video and the main problem is extracting, captioning, resizing, and packaging clips at volume
  • Common workflow shape: transcript or clip-selection tool + template/render layer + manual QA

4) Manual-finish hybrid

  • Best when automated generation exists but editorial polish, captions, timing, or final approvals still need a human pass
  • Use this when the right answer is not “fully automate everything” but “automate the repeatable 80%, then define the last-mile edit pass"

Instructions

Step 1: Normalize the production brief

Capture the request in this form before choosing a mode:

video_brief:
  objective: launch | onboarding | social-clips | personalization | recap | education | ads | unknown
  primary_output: mp4 | shorts | reels | stories | multiple
  audience:
    segment: "who will watch this"
    stage: unaware | evaluating | customer | community | mixed | unknown
  source_material:
    type: script | existing-video | screenshots | product-data | slides | mixed | unknown
    assets_available:
      - logo
      - footage
      - screenshots
      - captions
      - brand-guidelines
  scale:
    volume: one-off | recurring | batch | personalized
    variants:
      - language
      - aspect-ratio
      - audience-segment
  constraints:
    stack_preference: remotion | api-platform | mixed | unknown
    timeline: immediate | this-week | this-month | longer
    quality_bar: draft-fast | production-ready | polished-final
  main_question: "what does the user need next?"

If the brief is incomplete, continue with explicit assumptions rather than stalling.

Step 2: Pick exactly one primary production mode

Choose the single mode that reduces ambiguity fastest.

  • Code-first programmable video when the user explicitly wants Remotion, full code control, or deep app/data integration
  • Template/API automation when speed, scale, or no-code / low-code batch generation matters most
  • Hybrid clip / repurposing pipeline when the source is existing long-form media and the main job is repeatable short-form extraction
  • Manual-finish hybrid when automation is useful but the real risk sits in last-mile captions, timing, approval, or platform-native polish

If more than one mode fits, choose the mode that best defines the next artifact and name the secondary handoff.

Step 3: Return one implementation-ready packet

Return one of these packet types:

  • video-production brief
  • render-stack recommendation
  • asset + template packet
  • repurposing workflow packet
  • QA + handoff checklist

Do not emit multiple half-built plans. Choose the single most useful packet for the ask.

Step 4: Add explicit asset, QA, and handoff logic

Every output must include:

  • the chosen production mode,
  • the recommended stack or workflow shape,
  • the minimum required assets,
  • the main QA risks,
  • the next handoff after generation (manual polish, approval, publishing, analytics, etc.).

Step 5: Handle Remotion explicitly when relevant

If the user names Remotion or clearly needs code-first composition:

  • say that the request fits the code-first programmable video mode,
  • structure the output around Remotion scenes/templates/components/rendering,
  • optionally note that remotion-video-production is the compatibility alias for the same lane.

Step 6: Use this output structure

# Video Production Brief

## Scope
- Objective: ...
- Primary output: ...
- Audience: ...
- Source material: ...
- Confidence: high | medium | low

## Chosen mode
- Code-first programmable video | Template/API automation | Hybrid clip / repurposing pipeline | Manual-finish hybrid

## Recommended workflow
- Stack / workflow shape: ...
- Why this mode fits: ...
- What to avoid: ...

## Minimum asset packet
| Asset | Required | Notes |
|-------|----------|-------|
| ... | yes/no | ... |

## Build plan
1. ...
2. ...
3. ...

## QA risks
- ...
- ...

## Handoffs
- Next owner / tool / workflow: ...
- Why: ...

## Success check
- Render / approval / publishing signal: ...

Output format

Always return a short operator-style video production brief.

Required qualities:

  • one primary production mode,
  • clear asset minimums,
  • explicit QA / last-mile risks,
  • concrete next artifact and handoff,
  • assumptions called out when context is missing.

Examples

Example 1: personalized campaign videos

Input

We need to generate personalized customer recap videos from product data and render hundreds every week.

Output sketch

  • Primary mode: Template/API automation
  • Packet: render-stack recommendation
  • Notes dynamic data, template ownership, localization/QA, and publishing handoff

Example 2: explicit Remotion ask

Input

Build a Remotion workflow for a branded onboarding video with screenshots, captions, and 16:9 + 9:16 variants.

Output sketch

  • Primary mode: Code-first programmable video
  • Packet: asset + template packet
  • Uses scenes/components/rendering language and mentions variant strategy

Example 3: repurposing long-form content

Input

Turn our webinar recordings into short captioned clips for Shorts and Reels every week.

Output sketch

  • Primary mode: Hybrid clip / repurposing pipeline
  • Packet: repurposing workflow packet
  • Names transcript/clip selection, caption QA, safe-area checks, and final publish handoff

Best practices

  1. Separate the scalable generation layer from the last-mile editorial polish layer.
  2. Treat captions, safe areas, and aspect-ratio variants as first-class planning items, not afterthoughts.
  3. Choose the simplest stack that meets the repeatability requirement.
  4. Preserve a reusable asset/template packet so future variants are cheaper.
  5. Make the QA checklist explicit whenever short-form/social distribution is involved.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.83%
按下载量换算228

Claude

30.64%
按下载量换算220

Cursor

19.54%
按下载量换算140

Gemini CLI

9.2%
按下载量换算66

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills