image-review

Extract text descriptions from local images via an external multi-modal service.

33|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/adennng/stock_strategy_lab --skill image-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-review
Source: https://github.com/adennng/stock_strategy_lab/tree/main/src/strategy_lab/skills/common/image-review
Command: npx skills add https://github.com/adennng/stock_strategy_lab --skill image-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of understanding local images when the current Agent model does not support multi-modal inputs or when an independent multi-modal model is preferred for image recognition.

Core Features & Use Cases

  • Independent Multi-Modal Service: Utilizes an independent multi-modal service to read and return text descriptions of local images.
  • Versatile Application: Suitable for scenarios where an Agent model lacks multi-modal support or when a dedicated multi-modal model is desired for image recognition.
  • Use Case: When analyzing visual data that is not directly expressed in data files, such as trend phase changes, curve splits, or chart anomalies.

Quick Start

Use the image-review skill to describe the key information in the image located at 'path/to/image.jpg'.

Frequently Asked Questions about image-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text descriptions from local images for visual data analysis?

To extract text descriptions from local images for visual data analysis, you can use an independent multi-modal service that reads visual content and returns text interpretation of trends, curve splits, or chart anomalies.

What is the best way to analyze local images when my Agent model lacks multi-modal support?

The best way to analyze local images when an Agent model lacks multi-modal support is utilizing an independent multi-modal service dedicated to image recognition to read and return text descriptions of visual content.

Do I need an external multi-modal service to perform text interpretation of local images?

Yes, you need access to an external multi-modal image recognition service to perform text interpretation of local images, as this Skill relies on it to extract and return text descriptions of visual content.

Can I use image recognition for administrative workflows that require understanding visual data not expressed in data files?

Yes, you can use image recognition for administrative workflows by extracting text descriptions from local images, which is ideal for interpreting visual data like trend phase changes or chart anomalies not directly expressed in data files.

How do I get text descriptions of charts and curves from local images?

To get text descriptions of charts and curves from local images, provide the image path to trigger the multi-modal service, which will read and return text descriptions detailing visual data like trend phase changes and curve splits.