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)

SkillDescription
glmv-captionGenerate captions and descriptions for images, videos, and documents
glmv-doc-based-writingWrite content (papers, articles, reports) based on PDF/DOCX documents
glmv-groundingObject localization with bounding-box visualization in images and videos
glmv-pdf-to-pptConvert PDF documents into multi-slide HTML presentations
glmv-pdf-to-webConvert research papers into polished academic project websites
glmv-prd-to-appBuild full-stack web applications from PRD documents and prototypes
glmv-prompt-genGenerate AI art prompts from visual references (Midjourney, SD, DALL-E, etc.)
glmv-resume-screenScreen and evaluate resumes against user-defined criteria
glmv-stock-analystMulti-source stock analysis and report generation for HK/A-share/US markets
glmv-web-replicationCreate frontend visual replicas of existing websites

GLM-OCR

SkillDescription
glmocrGeneral text extraction from images and PDFs
glmocr-formulaExtract mathematical formulas into LaTeX
glmocr-handwritingRecognize handwritten text
glmocr-sdkDocument parsing via GLM-OCR SDK CLI
glmocr-tableExtract tables into Markdown

GLM-Image

SkillDescription
glm-image-genGenerate high-quality images from text prompts

Meta

SkillDescription
glm-master-skillDiscovery and installation guide for all GLM skills

Installation

# 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.