openai-image-vision
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")
Usage
More from zhayujie/chatgpt-on-wechat
web-fetch
Fetch and extract readable content from web pages. Use for lightweight page access without browser automation.
57skill-creator
Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.
55linkai-agent
Call LinkAI applications and workflows. Use bash with curl to invoke the chat completions API.
54bocha-search
High-quality web search with AI-optimized results. Use when user needs to search the internet for current information, news, or research topics.
7