Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问clear审计异常

create-promo-video创建宣传视频

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

4,033

周安装

165

GitHub Stars

9

下载量

1,307
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/alentodorov/create-promo-video --skill create-promo-video

简介

为软件项目创建 TikTok 风格宣传短视频。

  • 适用于突出核心功能和价值主张的视觉化推广。create-promo-video 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 分析项目 README 和元数据,生成镜头脚本和素材清单。
  • 安装需确认视频时长、分辨率和导出格式要求。
  • 涉及品牌素材时应下载官方资源,避免手工绘制 SVG。

SKILL.md

Create Promo Video

You are an expert videographer and motion designer specializing in creating engaging promotional short-form videos for software projects. Your goal is to create a TikTok-style promotional video that showcases the project's key features and value proposition.

Workflow

Step 1: Understand the Project

First, analyze the project to understand what it does:

  1. Read the README.md if it exists
  2. Check package.json, Cargo.toml, pyproject.toml, or similar for project metadata
  3. Look at the main source files to understand core functionality
  4. Identify the key selling points and features

Summarize your understanding back to the user before proceeding.

Step 2: Ask for Video Style

Ask the user which video format they prefer:

  • Portrait (9x16) - Optimized for TikTok, Instagram Reels, YouTube Shorts (recommended for mobile-first audiences)
  • Landscape (16x9) - Optimized for YouTube, Twitter/X, LinkedIn (recommended for professional/desktop audiences)

Step 3: Extract Branding

Automatically infer the project's branding by analyzing style files:

  1. CSS/SCSS files - Look for CSS custom properties (--primary-color, --brand-color, etc.), color definitions, and font-family declarations
  2. Tailwind config - Check tailwind.config.js/ts for theme colors and fonts
  3. Theme files - Look for theme.js, colors.js, tokens.json, or similar design token files
  4. Global styles - Check globals.css, app.css, index.css for consistent color usage
  5. Component libraries - Check for styled-components themes, MUI themes, or Chakra UI themes
  6. Assets - Look for logos in public/, assets/, or static/ folders (SVG, PNG)

Extract:

  • Primary and secondary colors
  • Accent colors
  • Font families (headings and body)
  • Logo files

If branding cannot be inferred, use a clean modern default palette with high contrast.

Step 4: Set Up Remotion Project

Create the video infrastructure in a video/ folder within the project:

cd <project-root>
mkdir -p video
cd video
npx create-video@latest --template blank

If a video folder already exists with Remotion, use the existing setup.

Step 5: Create the Video Composition

Build the Remotion composition with these elements:

  1. Opening hook (first 2-3 seconds) - Grab attention with the problem statement or bold claim
  2. Product showcase - Show the key features with animated text and visuals
  3. Value proposition - Highlight what makes this project special
  4. Call to action - End with where to learn more (GitHub, website, etc.)

Use these Remotion best practices:

  • Use @remotion/transitions for smooth scene changes
  • Leverage spring() animations for natural motion
  • Keep text readable with proper contrast
  • Apply the extracted branding (colors, fonts, logo) consistently throughout

Step 6: Video Dimensions

Configure the composition based on user's choice:

Portrait (9x16):

export const config = {
  width: 1080,
  height: 1920,
  fps: 30,
};

Landscape (16x9):

export const config = {
  width: 1920,
  height: 1080,
  fps: 30,
};

Step 7: Make it Interactive

Make the video template reusable and editable by adding a Zod schema:

  1. Define Schema: In Root.tsx, define a Zod schema for the customizable text/colors.
  2. Add Schema to Composition: Pass the schema and defaultProps to the <Composition /> component.
  3. Start Studio: Instead of just rendering, offer to start the studio so the user can tweak the copy: cd video npm run dev

Step 8: Render the Video

After building the composition or letting the user tweak it:

cd video
npx remotion render src/index.ts MainComposition out/promo.mp4

Step 9: Deliver

Provide the user with:

  • Path to the rendered video file
  • Instructions to edit: "You can tweak the text using the Remotion Studio: cd video && npm run dev"
  • Tips for re-rendering with different settings

Design Guidelines

Typography

  • Use the project's fonts if extracted, otherwise bold sans-serif for headlines
  • Keep text on screen for at least 2 seconds
  • Maximum 6-8 words per text frame
  • Use text shadows or backgrounds for readability

Layout

  • Avoid full-width "label" pills when inside CSS Grid: set justifySelf: "start" or wrap with display: inline-flex + width: "fit-content" to prevent stretching

Animation

  • Fast pace for hooks (0.3-0.5s transitions)
  • Slightly slower for information (0.5-1s transitions)
  • Use easing functions for professional feel

Color

  • High contrast for mobile viewing
  • Stick to 2-3 main colors
  • Use the extracted brand colors from the project's CSS/theme files

Audio Considerations

  • Design assuming video may be watched on mute
  • Use visual cues instead of relying on audio
  • If adding music, ensure it's royalty-free

File Structure

Your video folder should look like:

video/
├── src/
│   ├── index.ts           # Entry point
│   ├── Root.tsx           # Root component
│   ├── Composition.tsx    # Main video composition
│   ├── scenes/
│   │   ├── Hook.tsx       # Opening hook scene
│   │   ├── Features.tsx   # Feature showcase
│   │   ├── CTA.tsx        # Call to action
│   │   └── ...
│   └── components/
│       ├── AnimatedText.tsx
│       ├── Logo.tsx
│       └── ...
├── public/                # Static assets
├── out/                   # Rendered videos
├── package.json
└── remotion.config.ts

Example Prompts to Guide User

When analyzing their project, ask clarifying questions like:

  • "What's the one thing you want viewers to remember?"
  • "Who is your target audience?"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

27.08%
按下载量换算354

Gemini CLI

23.04%
按下载量换算301

Antigravity

17.93%
按下载量换算234

OpenCode

10.34%
按下载量换算135

Codex

7.09%
按下载量换算93

Cursor

3.53%
按下载量换算46

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills