GLM Skills
April 7, 2026 · View on GitHub
Official skills for the GLM family of models, designed for agent architectures including Claude Code, OpenCode, OpenClaw, AutoClaw, and other AI coding agents.
This repository consolidates skills originally distributed across individual model repos into a single, unified collection.
Skills
GLM-V (Multimodal)
| Skill | Description |
|---|---|
| glmv-caption | Generate captions and descriptions for images, videos, and documents |
| glmv-doc-based-writing | Write content (papers, articles, reports) based on PDF/DOCX documents |
| glmv-grounding | Object localization with bounding-box visualization in images and videos |
| glmv-pdf-to-ppt | Convert PDF documents into multi-slide HTML presentations |
| glmv-pdf-to-web | Convert research papers into polished academic project websites |
| glmv-prd-to-app | Build full-stack web applications from PRD documents and prototypes |
| glmv-prompt-gen | Generate AI art prompts from visual references (Midjourney, SD, DALL-E, etc.) |
| glmv-resume-screen | Screen and evaluate resumes against user-defined criteria |
| glmv-stock-analyst | Multi-source stock analysis and report generation for HK/A-share/US markets |
| glmv-web-replication | Create frontend visual replicas of existing websites |
GLM-OCR
| Skill | Description |
|---|---|
| glmocr | General text extraction from images and PDFs |
| glmocr-formula | Extract mathematical formulas into LaTeX |
| glmocr-handwriting | Recognize handwritten text |
| glmocr-sdk | Document parsing via GLM-OCR SDK CLI |
| glmocr-table | Extract tables into Markdown |
GLM-Image
| Skill | Description |
|---|---|
| glm-image-gen | Generate high-quality images from text prompts |
Meta
| Skill | Description |
|---|---|
| glm-master-skill | Discovery and installation guide for all GLM skills |
Installation
Method 1: Install from Clawhub (Recommended)
# Install a single skill
npx clawhub@latest install glmocr
# Install multiple skills at once
npx clawhub@latest install glmocr glmocr-table glmv-caption glm-image-gen
Method 2: Clone from GitHub
git clone https://github.com/zai-org/skills.git
# Then follow each skill's SKILL.md for setup instructions
API Key
Most skills require a ZHIPU_API_KEY environment variable. Get your key at bigmodel.cn.
export ZHIPU_API_KEY="your_key"
License
This project is licensed under the Apache License 2.0.