Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

broll-match-engine布罗尔匹配引擎

Agent Skill

broll-match-engine 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

517

周安装

22

GitHub Stars

公开资料未说明

下载量

181
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill broll-match-engine

简介

broll-match-engine 用于将主播镜头与候选 B-roll 覆盖进行结构化匹配,生成具体的匹配方案而非模糊创意描述。

  • 它能判断哪些说话节拍需要画面切换、选择最佳证明性片段,并标识缺失的佐证时刻。
  • 使用时需提供 A-roll 内容或时间轴信息,输出 broll-plan.json 及可选的 Markdown 摘要表格。
  • 安装前请检查运行环境是否支持 GitHub 技能加载,注意可能涉及外部资源访问。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

B-roll Match Engine

Follow shared release-shell rules in:

  • postplus-shared release-shell rules

Use this skill when the user wants to map a talking-head edit to candidate B-roll coverage.

This skill should produce a structured match plan, not a vague creative summary.

Default output:

  • broll-plan.json

Optional supporting outputs:

  • markdown match summary
  • beat review table
  • candidate ranking table

Use For

  • deciding which spoken beats need B-roll
  • matching a beat to the best available proof clip
  • deciding when to stay on A-roll instead of cutting away
  • identifying missing proof moments
  • attaching keyword-emphasis or motion-hint metadata to the match result

Trigger Signals

Use this skill when the user asks for things like:

  • 这些口播句子该配哪些 B-roll
  • 帮我匹配素材
  • 哪些地方应该切屏幕或证明画面
  • 这条 talking head 怎么上 B-roll 更合理
  • 给我一个 B-roll plan

Do not use this skill when the user still lacks a usable B-roll inventory.

Route that first to:

  • skills/40-creative/b-roll-family/broll-catalog-builder

Read These References

  • family architecture: ../references/skill-architecture.md
  • shared contracts: ../references/contracts.md

Use these existing local skills when helpful:

  • a dedicated visual analysis workflow
  • skills/40-creative/editing-decision-engine

Core Principle

Do not match by keyword overlap only.

A good match depends on:

  • beat meaning
  • proof need
  • visual support type
  • pacing need
  • B-roll strength

The best asset is not always the most literally similar one.

Sometimes the right choice is:

  • a UI proof clip
  • a workflow bridge clip
  • a pace reset clip
  • or no B-roll at all

Preferred Inputs

Required:

  • normalized-transcript.json
  • broll-catalog.json

Strongly preferred:

  • chunked-<mode>.json

Optional but high-value:

  • A-roll semantic analysis
  • reference edit pattern
  • target platform
  • intended output length

Workflow

1. Build beat units

Prefer subtitle chunks or edit beats over raw transcript segments.

For each beat, capture:

  • spoken text
  • timing
  • beat role
  • visual need

2. Evaluate B-roll need

Not every beat deserves a cutaway.

For each beat, decide:

  • stay on face
  • use supporting B-roll
  • use primary proof B-roll
  • use light visual reset only

3. Rank candidate assets

For each beat that needs B-roll, rank candidates based on:

  • semantic fit
  • support-role fit
  • proof strength
  • pacing fit
  • visual clarity
  • usable range quality

Every candidate should include a plain-language reason.

4. Package the match result

Build broll-plan.json with:

  • beat metadata
  • B-roll need decision
  • candidate list
  • fallback
  • keyword overlay suggestions
  • motion hints

Minimal Script

First implementation script:

  • scripts/run_match_broll_plan.mjs

Current first-version behavior:

  • reads chunked-<mode>.json
  • reads broll-catalog.json
  • treats subtitle chunks as beat units
  • infers beatRole and visualNeed from spoken text
  • ranks B-roll candidates using conservative heuristics over:

- spoken keywords - catalog semanticTags - catalog supportRoles

  • writes broll-plan.json

Example:

node ${CLAUDE_SKILL_DIR}/scripts/run_match_broll_plan.mjs \
  --chunks /abs/path/chunked-basic.json \
  --catalog /abs/path/broll-catalog.json \
  --output <work-folder>/broll-plan.json

Release-Shell Execution Contract

  • keep beat chunks, candidate rankings, and intermediate match plans under <work-folder>/.postplus/broll-match-engine/
  • keep only final user-facing broll-plan.json or review exports outside .postplus/
  • start with a bounded first pass on one transcript plus one catalog before broader edit planning
  • if required upstream inputs are missing or invalid, stop immediately instead of switching to ad hoc shell glue

Output Standard

A strong output should let a human editor answer:

  • where to cut away
  • what to cut to
  • how long to stay there
  • what the fallback is if the preferred clip is weak

If the output cannot guide a real edit, it is not specific enough.

First-Version Boundary

Prefer:

  • explainable candidate ranking
  • beat-level JSON
  • optional markdown review

Do not require:

  • fully automatic timeline assembly
  • NLE export
  • guaranteed perfect semantic matching
  • motion graphics rendering

Review Rule

Always distinguish:

  • essential proof
  • useful support
  • optional filler

If the inventory does not contain strong proof footage, the plan should say so directly.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.42%
按下载量换算66

Claude

29.37%
按下载量换算53

Cursor

19.36%
按下载量换算35

Gemini CLI

8.9%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills