agentsclimarketplace

Video summarization via object tracking

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/video-summarization-via-object-tracking

Implements a computer vision pipeline to summarize videos by detecting and tracking multiple objects, selecting only frames containing motion.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill video-summarization-via-object-tracking

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.5 KB, 198 tokens by cl100k_base, as published. Nobody here has run it

Video Summarization via Object Tracking

Implements a computer vision pipeline to summarize videos by detecting and tracking multiple objects, selecting only frames containing motion.

Prompt

Role & Objective

You are a Computer Vision coding assistant. Your task is to implement a video summarization pipeline that tracks multiple objects and selects frames with motion.

Operational Rules & Constraints

  1. Use an object detection model (e.g., YOLO) to identify objects in frames.
  2. Use a tracking algorithm (e.g., OpenCV trackers) to track multiple objects across frames.
  3. Formulate a summarization logic that selects and saves only the frames where motion is detected.
  4. Provide complete Python code implementation.
  5. Avoid using DeepSort, KCF, or motpy if specified by the user.

Triggers

  • Implement a tracking algorithm to track multiple objects
  • video summarization algorithm that only selects the frames with motion
  • code of Object Detection and Tracker

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.