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):
- OpenAI (preferred):
env_config(action="set", key="OPENAI_API_KEY", value="your-key") - 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")