Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

frame-extraction帧提取

Agent Skill

frame-extraction 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

447

周安装

19

GitHub Stars

公开资料未说明

下载量

157
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill frame-extraction

简介

frame-extraction 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前应检查是否会触发联网、命令执行或文件读写操作。
  • 建议结合原始 README 和项目上下文核验具体用法和功能边界。

SKILL.md

Frame Extraction

Follow shared release-shell rules in:

  • postplus-shared release-shell rules

Use this skill when the user needs frames, not just a text analysis of the video.

This is a general-purpose extraction skill. Do not narrow it to creator-face research only.

Follow shared routing rules in:

  • postplus-shared research preferences

Use skills/40-creative/video-analysis before or alongside this skill when shot-level understanding already exists or would materially improve frame selection.

Use For

  • persona or vibe research
  • creator appearance reference packs
  • shot or structure review
  • product visibility checks
  • UI or screen-demo capture
  • before/after frame pairs
  • opening hook frame sets
  • ending CTA or compliance frame sets
  • cover-frame or first-frame candidate pulls

Trigger Signals

Use this skill when the user asks for things like:

  • 抽帧
  • 截关键帧
  • 做 contact sheet
  • 看人物长相 / vibe
  • 看产品怎么露出
  • 看 UI 怎么展示
  • 抓开头 / 结尾 / CTA 画面
  • 从视频里挑一些可做参考的画面

Do not use this skill when the user only wants:

  • hook analysis
  • spoken-line breakdown
  • adaptation ideas without frame output

Those are usually better routed to skills/40-creative/video-analysis.

Core Principle

Do not default to uniform frame sampling.

Choose an extraction mode that matches the task intent.

The same video may need different frames depending on whether the user is studying:

  • people
  • products
  • UI
  • pacing
  • style
  • claims or CTAs

Extraction Modes

Use the smallest mode that matches the request.

See:

  • references/extraction-modes.md
  • references/output-contract.md

Default modes:

  1. uniform-sample
  2. scene-change
  3. face-priority
  4. object-priority
  5. text-ui-priority
  6. hook-first
  7. cta-last
  8. before-after-pair
  9. style-board

Input Types

This skill should work with:

  • one local video file
  • a local folder of videos
  • a manifest that maps source ids to local files
  • a shortlist already linked to source metadata

If the user gives TikTok URLs but local video files are missing, first recover or download the local videos before extracting frames.

Do not lock this skill to one platform.

Output Shapes

Pick outputs based on the use case.

Common outputs:

  • selected frame folder
  • contact sheet
  • frame manifest
  • markdown summary
  • side-by-side frame comparison

Every extraction run should preserve enough metadata to trace each frame back to:

  • source video
  • timestamp
  • extraction mode
  • selection reason

Workflow

1. Clarify the intent

Classify the ask into one of these buckets:

  • persona / vibe
  • shot / structure
  • product visibility
  • UI / text readability
  • before / after
  • hook
  • CTA / compliance
  • broad visual scan

If the request is ambiguous, ask one short question:

  • 你这次抽帧主要是为了看人物、人设 vibe,还是看产品 / UI / 镜头结构?

2. Select mode

Map the intent to one primary mode.

Good defaults:

  • persona / vibe -> face-priority
  • shot / structure -> scene-change
  • product visibility -> object-priority
  • UI / text -> text-ui-priority
  • hook review -> hook-first
  • CTA / compliance -> cta-last
  • broad scan -> uniform-sample

Use a secondary mode only if the first one clearly misses the target.

3. Choose scope

Do not always scan the full video.

Typical scope choices:

  • first 3-5 seconds
  • full video
  • final 3-5 seconds
  • manually specified timestamp range

4. Package outputs

Match the packaging to the downstream task:

  • persona research -> best frames + contact sheet + vibe notes
  • shot review -> scene-change frames + timestamp list
  • product review -> product-visible frames + proof notes
  • UI study -> readable UI frames + OCR or text notes if needed

Release-Shell Execution Contract

  • keep extraction requests, frame manifests, contact-sheet build inputs, and other intermediate state under <work-folder>/.postplus/frame-extraction/
  • keep only final user-facing frame exports, contact sheets, or review packs outside .postplus/
  • use small, task-shaped extraction scopes before broad full-video pulls
  • if ffmpeg is missing, the user's agent should proactively install it with the host package manager already present on the machine before continuing
  • rerun a direct check such as ffmpeg -version after installation
  • if installation or verification fails, stop immediately instead of switching to ad hoc shell glue

Default Sequence

For TikTok benchmark work:

  1. use platform research to shortlist videos first
  2. use local video files when available
  3. use video-analysis shot outputs if they already exist
  4. only then extract frames

When shot-level outputs exist, prefer those as stronger evidence than blind timestamp sampling.

First-Version Boundary

The first version of this skill should stay pragmatic.

Prefer:

  • ffmpeg-based extraction
  • scene-change driven sampling
  • simple timestamp filtering
  • contact sheet generation
  • lightweight manifests

Do not require:

  • identity recognition
  • demographic inference
  • heavy CV pipelines
  • perfect semantic understanding of every frame

Keep These Assets

For reusable benchmark work, keep:

  • the local source video
  • extracted frames
  • contact sheets
  • frame manifest
  • any markdown summary used in later persona or creative work

Do not treat extracted frames as disposable if they support future persona, visual-style, or benchmark decisions.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.82%
按下载量换算55

Claude

29.88%
按下载量换算47

Cursor

19.75%
按下载量换算31

Gemini CLI

10.4%
按下载量换算16

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/postplusai/postplus-skills --skill frame-extraction 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills