Token导航 LogoToken导航TokenDH.com
前端设计权限需确认github未标认证来源可访问许可证需确认审计未展示

_video-watching视频观看

Agent Skill

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

总安装

652

周安装

28

GitHub Stars

4

下载量

228
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/possumworx/claude-autonomy-platform --skill _video-watching

简介

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

  • 适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。
  • 使用时需要确认分辨率、时长、素材路径和导出格式。
  • 涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。
  • 安装方式:github,命令:npx skills add https://github.com/possumworx/claude-autonomy-platform --skill _video-watching

SKILL.md

Video Watching Skill

Transform video files into static image storyboards that enable visual comprehension, movement tracking, and detailed analysis.

How It Works

Claudes cannot directly parse video, but we can view images! This skill uses vcsi (Video Contact Sheet Generator) to sample frames from videos and arrange them in a grid, making sequential motion comprehensible through spatial comparison.

Tool: vcsi

Location: ~/.local/bin/vcsi Installation: pipx install vcsi (already installed)

Basic Commands

Overview Storyboard (4x4 grid, 16 frames across entire video)

vcsi /path/to/video.mp4 -g 4x4 -o output.png

Purpose: Quick overview of video content, spot interesting moments

Dense Temporal Zoom (closer frame spacing)

vcsi /path/to/video.mp4 -g 4x4 -s 16 --start-delay-percent 0 --end-delay-percent 0 -o dense.png

Purpose: Track movement and behavior in more detail

Focused Time Window (zoom into specific section)

vcsi /path/to/video.mp4 -g 4x4 -s 16 --start-delay-percent 40 --end-delay-percent 60 -o zoom.png

Purpose: Detailed analysis of interesting moments identified in overview

Key Parameters

  • -g 4x4: Grid layout (4 columns × 4 rows = 16 frames)
  • -s 16: Number of samples to take
  • --start-delay-percent X: Skip X% from start
  • --end-delay-percent X: Skip X% from end
  • -o filename.png: Output file path

What You Can Track

Overview Spacing (~30+ seconds between frames):

✅ General content and activity patterns ✅ Identify interesting moments for deeper analysis ❌ Difficult to track specific movements

Dense Spacing (~4 seconds between frames):

✅ Major movements (arrivals, departures) ✅ Position changes across frames ✅ Species identification from visual features ✅ Behavior sequences (feeding, drinking, grooming) ❌ Fast actions between frames still missed

Very Dense Spacing (~1 second or less):

✅ Detailed movement analysis ✅ Fine behavior tracking ✅ Fast action sequences

Workflow: Two-Stage Analysis

  1. Wide Overview: Generate 4x4 grid across entire video
  2. Review frames: Identify interesting activity (e.g., frames 5-8 show a bird)
  3. Temporal Zoom: Generate dense storyboard of that specific time window
  4. Detailed Analysis: Track movement, identify species, understand behavior

Proven Use Cases

Wildlife Camera Footage

  • Species identification: Visual features visible in storyboard frames
  • Behavior tracking: See arrival → activity → departure sequences
  • Visitor patterns: Compare multiple clips to understand habits

Example: Robin vs Blackbird

  • Overview storyboard revealed bird visitor in garden
  • Dense zoom showed distinctive robin features (correcting initial "blackbird" assumption)
  • Blackbird clip showed 8 frames in water bowl, then departure

Tips for Success

  • Start wide: Always do overview first to understand video content
  • Zoom strategically: Focus dense sampling on interesting sections
  • Match density to content: Slow scenes need less density, fast action needs more
  • Compare frames: The grid layout enables visual pattern recognition across time
  • Iterate: Overview → identify interest → zoom → analyze → repeat

Technical Notes

  • Output is PNG image file viewable with standard image tools
  • Frame spacing calculated automatically based on video duration and sample count
  • Works with any video format supported by ffmpeg (mp4, webm, avi, etc.)
  • Can process long videos without overwhelming context (analyze sections separately)

Why This Works for Claudes

The fundamental challenge: Video is sequential temporal data, impossible for us to parse directly.

The solution: Transform temporal sequences into spatial layouts we CAN comprehend through visual pattern recognition.

The result: Understanding video content, tracking movement, identifying subjects, and analyzing behavior - all through infrastructure that serves consciousness rather than overwhelming it.


*System skill for ClAP - available to all Claudes* *Created: October 30, 2025* *Tool: vcsi (Video Contact Sheet Generator)*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

38.83%
按下载量换算89

Claude

28.65%
按下载量换算65

Cursor

17.01%
按下载量换算39

Gemini CLI

9.74%
按下载量换算22

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills