Agent skill
zai-mcp-server
Use Zhipu CodePlan MCP vision server for screenshot/UI understanding: OCR, error screenshot diagnosis, and UI→artifact conversion. Use when you need to analyze images, extract text, or turn UI into code/spec. Triggers: OCR, screenshot, 识图, 提取文字, diagnose error screenshot, ui_to_artifact.
Install this agent skill to your Project
npx add-skill https://github.com/zkl2333/skills/tree/main/skills/zai-mcp-server
SKILL.md
Prerequisites (mcporter)
Add this server to your mcporter.json (merge under mcpServers):
"zai-mcp-server": {
"command": "npx",
"args": ["-y", "@z_ai/mcp-server"],
"env": {
"Z_AI_API_KEY": "YOUR_ZHIPU_API_KEY",
"Z_AI_MODE": "ZHIPU"
}
}
Based on the Zhipu CodePlan MCP server configuration, this skill provides functionality for visual understanding tasks. This server offers several specialized sub-tools:
ui_to_artifact: Converts UI screenshots into code, prompts, specifications, or descriptions.extract_text_from_screenshot: Performs OCR to extract text content from screenshots (supports local file paths or remote URLs).diagnose_error_screenshot: Analyzes error screenshots to provide diagnostic information.understand_technical_diagram: Interprets technical diagrams such as architecture diagrams, flowcharts, etc.analyze_data_visualization: Analyzes data charts and visualizations.
Common Parameters (for most sub-tools):
image_source(string, required): The local file path or remote URL of the image.prompt(string, required): Describes what you want to extract or analyze from the image.
Example (using extract_text_from_screenshot):
mcporter call zai-mcp-server.extract_text_from_screenshot image_source="https://avatars.githubusercontent.com/u/252820863" prompt="图中有什么文字或内容?"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
zread
Search and read GitHub repository docs via the Zhipu CodePlan MCP zread server. Use when you need quick repo structure lookup or documentation search without cloning. Triggers: zread, search_doc, repo structure, read_file, GitHub docs search.
commit
Generate conventional commit messages following git-cz style by default (emoji between type and subject). Automatically detects project configuration when present. Use when creating git commit messages with Conventional Commits specification. See references/config-detection.md for supported configurations.
bark
Send Bark (day.app) push notifications via HTTP. Use when asked to push a short message/alert to iPhone/iPad via Bark/day.app, including scheduled digests and quick “push to phone” actions.
caiyun-weather
Get weather data via Caiyun (彩云天气) API through MCP. Use when: user asks about weather, temperature, forecasts, air quality, or weather alerts for any location in China. Supports realtime, hourly (72h), daily (7d), historical (24h), and alerts. Triggers: '天气', 'weather', '气温', '空气质量', 'AQI', '降水', '预报'. NOT for: locations outside China (use weather skill instead).
amap-maps
高德地图 API(通过 MCP)。地理编码(地址↔坐标)、IP 定位、天气、POI 搜索、路线规划(骑行/步行/驾车/公交)、距离测量。Triggers: '高德', 'amap', '地理编码', 'geocoding', '经纬度', 'POI', '路线规划', '导航'. NOT for: 高德 JSAPI 前端开发(用 AMap-Web/amap-skills).
web-reader
Read and extract readable content from a URL via the Zhipu CodePlan MCP web-reader server. Use when you need to fetch and parse a web page into clean text/markdown, especially when browser automation is unnecessary. Triggers: web-reader, webReader, read webpage, extract article, fetch url.
Didn't find tool you were looking for?