openai-image-vision

Installation
SKILL.md

OpenAI Image Vision

Analyze images using OpenAI's GPT-4 Vision API. The model can understand visual elements including objects, shapes, colors, textures, and text within images.

Setup

This skill requires at least one of the following API keys (OpenAI is preferred when both are set):

  1. OpenAI (preferred): env_config(action="set", key="OPENAI_API_KEY", value="your-key")
  2. LinkAI (fallback): env_config(action="set", key="LINKAI_API_KEY", value="your-key")

Optional: Set custom API base URL:

env_config(action="set", key="OPENAI_API_BASE", value="your-base-url")

Usage

Installs
60
GitHub Stars
42.8K
First Seen
Feb 2, 2026
openai-image-vision — zhayujie/chatgpt-on-wechat