Perform optical flow analysis for motion detection tasks using Imgaug.
Install
mkdir -p .claude/skills/imgaug-optical-flow && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18990" && unzip -o skill.zip -d .claude/skills/imgaug-optical-flow && rm skill.zipInstalls to .claude/skills/imgaug-optical-flow
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Optical Flow with Imgaug. motion detection.Key capabilities
- →Install Imgaug
- →Set up Imgaug for optical flow
- →Configure optical flow
- →Implement features for motion detection
- →Test and verify optical flow output
How it works
The skill describes how to install Imgaug, set it up, configure optical flow, and implement features. It includes steps to test with sample data and verify output correctness.
Inputs & outputs
When to use imgaug-optical-flow
- →Building motion detection apps
- →Analyzing video streams
- →Optical flow computation
About this skill
Imgaug Optical Flow
Optical Flow with Imgaug. motion detection.
Quick Start
# Imgaug Optical Flow
# See Imgaug docs
When to Use
- Building applications with Imgaug
- motion detection
- optical flow
- video analysis
Step-by-Step
- Install:
pip install imgaug - Set up Imgaug
- Configure Optical Flow
- Implement features
- Test and verify
Dependencies
- Imgaug >= latest stable
- Runtime environment
- Dependencies as needed
Examples
# Imgaug Optical Flow
# See Imgaug documentation
Resources
- Official Imgaug documentation
- Community tutorials
- GitHub repositories
Validation
- Run:
imgaug --version - Test with sample data
- Verify output correctness
When not to use it
- →When not building applications with Imgaug
- →When not performing motion detection
- →When not analyzing video
Prerequisites
Limitations
- →Requires official Imgaug documentation for detailed examples
- →Requires community tutorials for further learning
How it compares
This skill provides a guided process for using Imgaug specifically for optical flow and motion detection, offering a structured approach compared to general image processing.
Compared to similar skills
imgaug-optical-flow side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| imgaug-optical-flow (this skill) | 0 | 12d | No flags | Beginner |
| gemini-count-in-video | 1 | 1mo | No flags | Intermediate |
| llava | 7 | 8mo | Review | Advanced |
| cocoindex | 6 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by ssrjkk
View all by ssrjkk →You might also like
gemini-count-in-video
benchflow-ai
Analyze and count objects in videos using Google Gemini API (object counting, pedestrian detection, vehicle tracking, and surveillance video analysis).
llava
zechenzhangAGI
Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.
cocoindex
cocoindex-io
Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.
ai-multimodal
mrgoonie
Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens.
rag-implementation
wshobson
Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
rdkit
K-Dense-AI
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.