Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计提醒

video-performance-analyzer视频性能分析仪

Agent Skill

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

总安装

643

周安装

26

GitHub Stars

31

下载量

202
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/reymerekar7/rm-skills --skill video-performance-analyzer

简介

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。

  • 它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。
  • 使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。
  • 安装方式:github,通过 npx skills add 命令添加指定仓库中的技能。
  • 适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境。

SKILL.md

Video Performance Analyzer

What This Skill Does

Takes a short-form video (MP4 file or YouTube URL) and returns three things:

  1. Full transcript — every spoken word, on-screen text, audio cues, with timestamps
  2. Performance analysis — why it works, mapped against proven growth frameworks
  3. Repurposing playbook — concrete content ideas derived from the video

Setup

The analysis script uses Google's Gemini API (generative model for transcript + analysis).

API Key: Read from .env at repo root — GEMINI_API_KEY

Install dependency (one-time):

pip install google-genai --break-system-packages

Script location: <skill-directory>/scripts/analyze_video.py


Input Formats

FormatHow to pass itNotes
Local MP4 fileFile path as argumentAny size up to 2GB (free) / 20GB (paid)
YouTube URLURL as argumentPublic videos only
TikTok / InstagramDownload first, then pass MP4 pathUse browser extension or yt-dlp

Running the Analysis

Quick run

python <skill-directory>/scripts/analyze_video.py /path/to/video.mp4

YouTube URL

python <skill-directory>/scripts/analyze_video.py "https://www.youtube.com/watch?v=VIDEO_ID"

With output saved to file

python <skill-directory>/scripts/analyze_video.py /path/to/video.mp4 --output /path/to/output.md

The script prints structured Markdown to stdout. Pipe or redirect as needed.


Analysis Workflow

Step 1: Run the script

Run analyze_video.py with the video path. The script will:

  • Upload the video to Gemini Files API (or pass YouTube URL directly)
  • Wait for processing (usually 10-30 seconds)
  • Send the analysis prompt to gemini-3-flash-preview
  • Return raw structured output

Step 2: Map against growth frameworks

After the script returns, interpret the output through these growth dimensions:

Hook — "The Hook Is a Contract"

  • Did the hook make the viewer feel implicated, called out, or urgently curious?
  • Does it pass any of the 5 hook techniques? (Contradiction, Specific number + unexpected context, Direct accusation, Stolen thought, Absurd reframe)
  • Is it about the viewer's situation — or the creator's achievement?
  • Framing trick to look for: deliberate word choice that raises perceived stakes

Structure — Progressive Intrigue

  • Map each timestamp beat and score whether stakes escalate beat-to-beat
  • Look for the "therefore/but" chain — does each beat cause the next, or just follow it?
  • Identify where the information gaps open and where they close
  • Flag any beat that could be predicted from the one before it

Credibility — Specificity Signal

  • Count concrete numbers, named people, specific dates, dollar amounts
  • Note any "documentary proof" moments (showing receipts/sources visually as claims are made)
  • Generic claims = weak. Named + numbered claims = strong.

Framing — Reader-First

  • Is the video about the creator's achievement, or the viewer's situation?
  • Every strong performing video frames its value around what the *viewer* gets
  • Personal milestone framing = performs with existing audience, dies everywhere else

Retention — Visual Pattern Interrupts

  • How often does the visual change? Every 5-10s is the target
  • Better backgrounds / overlays = higher retention = platform pushes to new audiences
  • Note any transitions, overlays, text cards, B-roll cuts that reset attention

CTA — Loop-Closing vs. Loop-Opening

  • Does the close resolve the viewer's question, or leave one open?
  • Best CTAs create a condition where following is the obvious next move (implied CTA)
  • Weak CTAs: "like and follow if you learned something", "let me know in the comments"
  • Strong CTAs: "we'll see what happens in a few hours" (creates forward momentum)

Step 3: Generate repurposing ideas

Based on the analysis, identify every angle that could become standalone content. For each idea:

  • What format fits best (short-form video, LinkedIn post, X thread, newsletter section)
  • What the hook/banner should be
  • Whether it maps to a content pillar (AI Implementation Reality, Behind the Scenes, Industry Hot Takes, Democratizing Expertise)
  • Funnel stage (TOFU / MOFU / BOFU)

Repurposing sources to mine:

  • The strongest single claim in the video -> standalone hot take post
  • The "before/after" or "X vs. Y" implicit in the narrative -> comparison format
  • Any step-by-step workflow mentioned -> listicle or tools video
  • The emotional core (fear, surprise, outrage, relief) -> personal angle script
  • Any stat or number -> data-driven short-form
  • The contrarian framing (if present) -> X thread or newsletter hook

Step 4: (Optional) Push to your content calendar

If you use Notion as a content calendar, you can push repurposing ideas after analysis.

Configure your Notion data source ID in your project settings:

data_source_id: <your-notion-database-id>

Default fields for repurposed content:

  • Status: Backlog
  • Platform: based on format fit
  • Content Format: ["Video"] for scripts, ["Text"] for posts
  • Content Type: based on angle
  • Funnel Stage: TOFU (most repurposed content is awareness-level)
  • Re-purpose?: Yes

Output Format

Deliver results in this order:

1. Full Transcript

Timestamped, verbatim. Include on-screen text overlays noted inline.

2. Visual & Audio Breakdown

  • Format (talking head / voiceover / B-roll / screen recording)
  • Background / set design quality
  • Music / audio tone
  • Visual change frequency (pattern interrupts per minute)

3. Performance Analysis

Score each dimension (Strong / Moderate / Weak):

DimensionScoreNotes
Hook strength
Progressive intrigue
Specificity / credibility
Reader-first framing
Visual pattern interrupts
CTA quality

Then 3-5 bullet points on *why* this video performs — the specific mechanisms, not generic observations.

4. Repurposing Playbook

For each idea:

**[Format] — [Working title / angle]**
- Hook: ...
- Format: ...
- Content pillar: ...
- Funnel stage: ...
- Why it'll work: 1 sentence

Aim for 4-8 repurposing ideas per video. At least 2 should be immediately scriptable.

5. What to Steal

3-5 specific, actionable techniques from this video that you should copy directly into your own content system. Concrete, not generic. Reference the specific moment in the video where each technique appears.


What This Skill Does NOT Do

  • Download TikTok or Instagram videos (download manually, then pass the path)
  • Post or publish anything — analysis and ideation only
  • Access private or unlisted YouTube videos
  • Replace your creative judgment — the analysis surfaces what's working, your taste picks what to steal

Notes on Model Selection

  • Transcript + analysis: gemini-3-flash-preview — best video understanding, handles 3-5min short-form easily
  • Embedding (future): gemini-embedding-2-preview — for comparing videos semantically against a library of performers. Not yet implemented in the script but the architecture is ready.
  • Free tier limits: 8 hours of YouTube video/day. No limit on uploaded files (paid tier). Short-form videos are well within limits.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.21%
按下载量换算75

Claude

26.46%
按下载量换算53

Cursor

16.82%
按下载量换算34

Gemini CLI

9.52%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills