Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

tracked-video-analysis跟踪视频分析

Agent Skill

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

总安装

12,730

周安装

510

GitHub Stars

公开资料未说明

下载量

4,121
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:tracked-video-analysis(跟踪视频分析)
来源仓库:https://github.com/mrgoodgreen/tracked-video-analysis
安装命令:
openclaw skills install tracked-video-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install tracked-video-analysis

简介

跟踪视频分析解析本地或网络视频文件的结构化特征摘要。

  • 输出镜头划分、主题分类与操作流程说明,辅助后期制作。
  • 适用于 Remotion 等项目中的素材管理与脚本编写。
  • 安装命令:openclaw skills install tracked-video-analysis,需视频解码支持。
  • 涉及版权素材时应确保合法使用权。

SKILL.md

name
tracked-video-analysis
description
Analyze local or linked video files and convert them into structured summaries of features, functions, workflows, or topics. Use when a user wants a walkthrough/demo video reviewed, asks to extract and organize features from a video, needs category > function > description > benefit summaries, or wants a tracked local workflow for long/noisy video transcription. Especially useful when chat media is inaccessible and you need a reliable two-stage process with explicit progress files.

Tracked Video Analysis

Use this skill for long, noisy, or operationally awkward videos where trust and visibility matter as much as the final summary.

The core idea is simple:

  1. Extract content first
  2. Structure it second
  3. Track both stages explicitly

Never claim that a background process is still running unless a live OS process or a fresh status file proves it.

Core workflow

1) Acquire the video reliably

Prefer this order:

  1. direct local file
  2. direct downloadable link
  3. document upload
  4. external file host fallback

If chat media is inaccessible, ask for a direct link instead of retrying vague media access indefinitely.

Use tmp/video_analysis/ as the working directory.

2) Prepare local tools without root

Prefer workspace-local packages over system installs.

Useful local tools:

  • ffmpeg-static
  • ffprobe-static
  • @xenova/transformers
  • wavefile

If root/elevated package install is blocked, do not stall the task—install locally in the workspace when possible.

3) Run tracked extraction

Extraction should produce:

  • tmp/video_analysis/status.json
  • tmp/video_analysis/progress.log
  • tmp/video_analysis/transcript.jsonl
  • tmp/video_analysis/analysis.md

Rules:

  • Prefer chunking over one-shot whole-video ASR.
  • Prefer lighter ASR first for stability.
  • Update status after each chunk.
  • If a run dies, resume from files when practical instead of starting from zero automatically.

4) Run tracked final structuring

Structuring should produce:

  • tmp/video_analysis/final_status.json
  • tmp/video_analysis/final_progress.log
  • tmp/video_analysis/final_analysis.md

This stage should:

  • clean filler and repeated phrases
  • group related chunks
  • infer categories
  • normalize wording
  • convert raw transcript into the user’s requested format

5) Report status honestly

Use these rules:

  • Extraction running → report status.json
  • Extraction complete, no final process running → say so plainly
  • Final structuring running → report final_status.json
  • Final result ready → read final_analysis.md and answer normally

Standard output formats

Common targets:

  • Category → function → description → benefit
  • Category → function → short description
  • Function list + timestamps
  • Clean summary with confidence caveats

For noisy ASR, prefer readable normalization over false precision.

Status discipline

Do not say “the process is running” unless at least one of these is true:

  • the OS process is alive
  • the relevant status file is actively updating

If extraction finished, explicitly say:

  • extraction is complete
  • no live extraction process remains
  • only structuring remains (if true)

Read these files when needed

  • Read references/pipeline.md for the canonical tracked workflow and failure handling.
  • Use scripts/transcribe_tracked_light.mjs for extraction as a starting point.
  • Use scripts/final_structurer.py for initial structuring as a starting point.

Delivery style

Prefer concise, readable sections.

When the user wants a polished deliverable:

  1. create a clean .md file
  2. keep the structure visually pleasant
  3. send it as a document/file if requested

Practical note

This skill is optimized for operational reliability, not perfect transcription fidelity. If ASR is messy, produce a useful structured summary with explicit uncertainty rather than pretending the raw transcript is exact.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.88%
按下载量换算3,828

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills